Home / Research Library / DN-DETR: Accelerate DETR Training by Introducing Q...
🤖 Artificial Intelligence OpenAlex

DN-DETR: Accelerate DETR Training by Introducing Query DeNoising

📅 June 1, 2022 👤 Feng Li, Hao Zhang, Shilong Liu et al. 📖 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 📊 908 citations

🤖 Plain-English Summary

We present in this paper a novel denoising training method to speedup DETR (DEtection TRansformer) training and offer a deepened understanding of the slow convergence issue of DETR-like methods. Compared with the baseline under the same setting, DN-DETR achieves comparable performance with 50% training epochs.

🔑 Key Findings

  • We show that the slow convergence results from the instability of bipartite graph matching which causes inconsistent optimization goals in early training stages.
  • To address this issue, except for the Hungarian loss, our method additionally feeds ground-truth bounding boxes with noises into Transformer decoder and trains the model to reconstruct the original boxes, which effectively reduces the bipartite graph matching difficulty and leads to a faster convergence.
  • Our method is universal and can be easily plugged into any DETR-like methods by adding dozens of lines of code to achieve a remarkable improvement.

💡 Why This Matters

This research advances how AI systems learn, reason, and solve problems — with direct implications for automation and scientific discovery.

Read the full paper
Access the original peer-reviewed research via OpenAlex.

View on DOI ↗

📋 Article Details

Category 🤖 Artificial Intelligence
Published Jun 01, 2022
Journal 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Authors Feng Li, Hao Zhang, Shilong Liu, Jian Guo, Lionel M. Ni
DOI 10.1109/cvpr52688.2022.01325
Citations 908
Source OpenAlex

More 🤖 Artificial Intelligence Research