arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

教師の予測を補正して物体検出モデルの知識を蒸留する

Enhanced Knowledge Distillation for Detection Transformer via Teacher Prediction Refinement

Yitong Xing, Yuhao Cheng, Yanping Li, Yichao Yan

この論文をやさしく読む

ひとことで言うと

物体検出の教師モデルが各段階で出す予測を修正してから、小型の生徒モデルへ教える方法です。

何に役立つ?

計算負荷の大きいDETRを小型化する蒸留で、教師の誤りが生徒へ伝わるのを抑える用途に役立ちます。

この研究の面白いところ

後の段階ほど必ず良くなるとは限らないため、以前の良い位置・分類予測へ戻します。自信過剰な負例を抑えつつ、非対象クラスどうしの関係は残します。

どこまで分かった?

MS COCOとPASCAL VOCで有効性と頑健性を報告しています。要旨には改善幅や端末上の速度はなく、エッジ機器での実配備性能を直接示すものではありません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

物体検出Transformer(DETR)は物体検出で高い性能を示すが、計算コストが大きいため、エッジ機器への導入は依然として難しい。既存のDETR向け蒸留手法は主に蒸留を行う箇所の対応付けに注目しており、教師による指導そのものの品質をほとんど考慮していない。DETRでは各段階の予測が単調には改善しないため、初期段階で位置やクラスを正しく推定できた予測が後の段階で劣化する場合があり、一部の負例予測は過度に確信的になることを観察した。そのため、現在の段階の予測だけに頼ると、不正確で一貫しない指導信号になる。 この問題に対し、段階ごとの予測情報を活用し、蒸留前に教師の予測を精緻化する、着脱可能なモジュールTeacher Prediction Refinement Distillation(TPRD)を提案する。Positive Prediction Correction(PPC)は、劣化した正例予測を初期段階のより正確な予測に戻すことで補正し、信頼できる位置特定と分類の信号を確保する。Negative Prediction Suppression(NPS)は、過度に確信的な負例の影響を抑え、生徒に誤解を招く指導を与えるのを防ぐ。この二つによって教師信号の品質を改善する。さらに、有用なダークナレッジを保持するため、非対象クラス間の関係を維持しながら対象クラスのロジットを選択的に精緻化するMaximum Dark Knowledge Preservation(MDKP)を導入する。 MS COCOとPASCAL VOCでの広範な実験により、提案手法の有効性と頑健性を示す。コードはhttps://github.com/xingyitong1/TPRD で入手できる。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-17(UTC)
最新改訂
2026-09-17 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Detection Transformers (DETRs) achieve strong performance in object detection but remain challenging to deploy on edge devices due to their high computational cost. Existing DETR distillation methods mainly focus on aligning distillation points, while largely overlooking the quality of the teacher's supervision itself. We observe that due to stage-wise non-monotonic prediction behavior in DETRs, well-localized or correctly classified predictions from earlier stages may degrade in later ones, and some negative predictions become increasingly overconfident. As a result, relying solely on the current stage's predictions yields inaccurate and inconsistent supervision. To address this issue, we propose Teacher Prediction Refinement Distillation (TPRD), a plug-and-play module that refines teacher predictions before distillation by exploiting stage-wise prediction information. TPRD improves supervision quality through Positive Prediction Correction (PPC), which corrects degraded positive predictions by restoring more accurate ones from earlier stages, ensuring reliable localization and classification signals, and Negative Prediction Suppression (NPS) suppresses the influence of overconfident negatives, preventing them from providing misleading supervision to the student. To preserve informative dark knowledge, we further introduce Maximum Dark Knowledge Preservation (MDKP), which selectively refines target-class logits while retaining non-target relations. Extensive experiments on MS COCO and PASCAL VOC demonstrate the effectiveness and robustness of the proposed method. Our code is available at https://github.com/xingyitong1/TPRD.

arXiv ID: 2609.19964 / 要約の誤りについて