<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>边界框回归 | ViLab</title>
    <link>https://vilab.team/tag/%E8%BE%B9%E7%95%8C%E6%A1%86%E5%9B%9E%E5%BD%92/</link>
      <atom:link href="https://vilab.team/tag/%E8%BE%B9%E7%95%8C%E6%A1%86%E5%9B%9E%E5%BD%92/index.xml" rel="self" type="application/rss+xml" />
    <description>边界框回归</description>
    <generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Thu, 01 May 2025 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://vilab.team/media/icon_hu2896232876136423579.png</url>
      <title>边界框回归</title>
      <link>https://vilab.team/tag/%E8%BE%B9%E7%95%8C%E6%A1%86%E5%9B%9E%E5%BD%92/</link>
    </image>
    
    <item>
      <title>D-FINE: Redefine regression task of DETRs as fine-grained distribution refinement</title>
      <link>https://vilab.team/publication/d-fine-redefine-regression-task-of-detrs-as-fine-grained-dis/</link>
      <pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate>
      <guid>https://vilab.team/publication/d-fine-redefine-regression-task-of-detrs-as-fine-grained-dis/</guid>
      <description>&lt;p&gt;D-FINE是一种实时目标检测器，通过重新定义DETR中的边界框回归任务实现高精度定位。其核心包含细粒度分布细化（FDR）和全局最优定位自蒸馏（GO-LSD）。FDR将回归从预测固定坐标改为迭代细化概率分布，提供细粒度中间表示；GO-LSD通过自蒸馏将定位知识从最终层传递到浅层，并简化深层残差预测。在COCO上达到54.0%/55.8% AP，124/78 FPS，预训练后达57.1%/59.3% AP，超越现有实时检测器，并显著提升多种DETR模型性能。&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>祝贺实验室科研成果发表于 ICLR 2025！</title>
      <link>https://vilab.team/event/publication-news-06e581b9272339ee/</link>
      <pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate>
      <guid>https://vilab.team/event/publication-news-06e581b9272339ee/</guid>
      <description>&lt;p&gt;热烈祝贺彭岩松同学！论文《D-FINE: Redefine regression task of DETRs as fine-grained distribution refinement》已发表在 &lt;em&gt;ICLR 2025&lt;/em&gt;。&lt;/p&gt;
&lt;h2 id=&#34;d-fine-redefine-regression-task-of-detrs-as-fine-grained-distribution-refinement&#34;&gt;D-FINE: Redefine regression task of DETRs as fine-grained distribution refinement&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;祝贺彭岩松同学！该论文已发表在 &lt;em&gt;ICLR&lt;/em&gt;。&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;















&lt;figure  &gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;D-FINE: Redefine regression task of DETRs as fine-grained distribution refinement&#34; srcset=&#34;
               /event/publication-news-06e581b9272339ee/images/paper-01_hu14730101056268865597.webp 400w,
               /event/publication-news-06e581b9272339ee/images/paper-01_hu1666356483600992880.webp 760w,
               /event/publication-news-06e581b9272339ee/images/paper-01_hu15779176642512148333.webp 1200w&#34;
               src=&#34;https://vilab.team/event/publication-news-06e581b9272339ee/images/paper-01_hu14730101056268865597.webp&#34;
               width=&#34;760&#34;
               height=&#34;314&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;作者：&lt;/strong&gt; Yansong Peng、Hebei Li、Peixi Wu、Yueyi Zhang、Xiaoyan Sun、Feng Wu&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;发表载体：&lt;/strong&gt; &lt;em&gt;ICLR&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;发表时间：&lt;/strong&gt; 2025年5月1日&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;相关链接：&lt;/strong&gt; &lt;a href=&#34;https://proceedings.iclr.cc/paper_files/paper/2025/hash/6cf58a87e3097e7d1f9be3e8693a93de-Abstract-Conference.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;论文链接&lt;/a&gt; · &lt;a href=&#34;https://proceedings.iclr.cc/paper_files/paper/2025/file/6cf58a87e3097e7d1f9be3e8693a93de-Paper-Conference.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;PDF&lt;/a&gt; · &lt;a href=&#34;https://github.com/Peterande/D-FINE&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;代码&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;论文介绍&#34;&gt;论文介绍&lt;/h3&gt;
&lt;p&gt;D-FINE是一种实时目标检测器，通过重新定义DETR中的边界框回归任务实现高精度定位。其核心包含细粒度分布细化（FDR）和全局最优定位自蒸馏（GO-LSD）。FDR将回归从预测固定坐标改为迭代细化概率分布，提供细粒度中间表示；GO-LSD通过自蒸馏将定位知识从最终层传递到浅层，并简化深层残差预测。在COCO上达到54.0%/55.8% AP，124/78 FPS，预训练后达57.1%/59.3% AP，超越现有实时检测器，并显著提升多种DETR模型性能。&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
