Skip to main content
QUICK REVIEW

[論文レビュー] Align-DETR: Enhancing End-to-end Object Detection with Aligned Loss

Zhi Cai, Songtao Liu|arXiv (Cornell University)|Apr 15, 2023
Advanced Neural Network Applications被引用数 20
ひとこと要約

Align-DETR は IoU 認識 BCE ロス(IA-BCE)を導入し、混合マッチングと主要サンプル重み付けで分類信頼度と局在のずれを修正し、DETR ベース検 detectors の COCO AP を向上させる。

ABSTRACT

DETR has set up a simple end-to-end pipeline for object detection by formulating this task as a set prediction problem, showing promising potential. Despite its notable advancements, this paper identifies two key forms of misalignment within the model: classification-regression misalignment and cross-layer target misalignment. Both issues impede DETR's convergence and degrade its overall performance. To tackle both issues simultaneously, we introduce a novel loss function, termed as Align Loss, designed to resolve the discrepancy between the two tasks. Align Loss guides the optimization of DETR through a joint quality metric, strengthening the connection between classification and regression. Furthermore, it incorporates an exponential down-weighting term to facilitate a smooth transition from positive to negative samples. Align-DETR also employs many-to-one matching for supervision of intermediate layers, akin to the design of H-DETR, which enhances robustness against instability. We conducted extensive experiments, yielding highly competitive results. Notably, our method achieves a 49.3% (+0.6) AP on the H-DETR baseline with the ResNet-50 backbone. It also sets a new state-of-the-art performance, reaching 50.5% AP in the 1x setting and 51.7% AP in the 2x setting, surpassing several strong competitors. Our code is available at https://github.com/FelixCaae/AlignDETR.

研究の動機と目的

  • DETRベース検出器における分類信頼度と局在精度のずれを特定・定量化する。
  • 後処理を変更せずに分類と局在を整合させる、単純で効果的な IA-BCE ロスを提案する。
  • 多対一と一対一の混合マッチング戦略でトレーニング効率を改善する。
  • 稀薄なクエリのネガティブ影響を軽減するためのプライムサンプル重み付け。
  • 強力なベースラインとともに COCO で最先端の結果を示す。

提案手法

  • IoU と信頼度を捉える品質ターゲット t = s^α · u^(1−α) を定義する(IA-BCE ターゲット)。
  • 非対称 IA-BCE ロスを用いる:前景には IA-BCE ターゲットの BCE、負例にはフォーカル風の重み付け。
  • 混合マッチング戦略を適用:浅いデコーダ層で多対一マッチング、最上位層で一対一。
  • プライムサンプル重み付けを導入:グループ内のサンプル順位に基づく重み w_i = exp(−r_i/τ) で二次陽性を低重み付け。
  • 同じ重み w_i で回帰損失も低重み付けして、学習のフォーカスを一貫させる。
  • 中間層には L_m2o、最終層には L_o2o を組み合わせる損失形(式 8)を採用。
(a) Recalls of BR samples.
(a) Recalls of BR samples.

実験結果

リサーチクエスチョン

  • RQ1DETR の一対一マッチングは分類信頼度と局在品質のずれを生じさせるか?
  • RQ2IoU を意識した損失は DETR における信頼度スコアと局在精度の相関を改善できるか?
  • RQ3混合マッチングはエンドツーエンドの最適化を犠牲にすることなくトレーニングを加速できるか?
  • RQ4プライムサンプルと二次陽性の重み付けは BR(Best-Regressed)サンプルのリコールと全体の AP を改善するか?

主な発見

モデルエポック数クエリ数APAP50AP75AP SAP MAP Lパラメータ数GFLOPS
Align-DETR-R5050100? (not listed)46.064.949.525.250.550.2? (not shown)64.794
DN-DETR-R505030044.164.446.722.948.0?63.494
Align-DETR-DC5-R5030048.366.752.529.752.865.942200
Align-DETR-DC5-R 1015030049.367.453.730.654.366.461279
Align-DETR (1x) with DINO190050.267.854.432.953.365.047279
Align-DETR (2x) with DINO290051.368.256.135.555.165.647279
  • IA-BCE は信頼度と IoU の整合を改善し、ベースラインと比較して AP および AP75 を向上させる。
  • IA-BCE + 混合マッチングを用いた Align-DETR は DAB-DETR-R50 ベースラインで +3.8 AP を達成(50 エポック)。
  • 1x COCO で DINO をベースラインとすると Align-DETR は検証で 50.2 AP を達成;1x および 2x スケジュールは強力なベースラインを上回る改善を示す。
  • Align-DETR はいくつかの DETR バリアントや CNN ベース検出器を上回りつつ、同程度か少ないクエリ数とトレーニング労力で。
  • プライムサンプル重み付けと混合マッチングの両方が性能向上に寄与;IA-BCE が主な改善を提供。
  • アブレーションにより α を約 0.25付近が最も安定性と性能をもたらすことを示す;k と τ は中程度の効果。
(b) IoU distributions of BR and HC samples.
(b) IoU distributions of BR and HC samples.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。