English

Deformable DETR: Deformable Transformers for End-to-End Object Detection

Computer Vision and Pattern Recognition 2021-03-19 v4

Abstract

DETR has been recently proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance. However, it suffers from slow convergence and limited feature spatial resolution, due to the limitation of Transformer attention modules in processing image feature maps. To mitigate these issues, we proposed Deformable DETR, whose attention modules only attend to a small set of key sampling points around a reference. Deformable DETR can achieve better performance than DETR (especially on small objects) with 10 times less training epochs. Extensive experiments on the COCO benchmark demonstrate the effectiveness of our approach. Code is released at https://github.com/fundamentalvision/Deformable-DETR.

Keywords

Cite

@article{arxiv.2010.04159,
  title  = {Deformable DETR: Deformable Transformers for End-to-End Object Detection},
  author = {Xizhou Zhu and Weijie Su and Lewei Lu and Bin Li and Xiaogang Wang and Jifeng Dai},
  journal= {arXiv preprint arXiv:2010.04159},
  year   = {2021}
}

Comments

ICLR 2021 Oral

R2 v1 2026-06-23T19:11:03.900Z