DETRs with Collaborative Hybrid Assignments Training
Zhuofan Zong, Guanglu Song, Yu Liu

TL;DR
This paper introduces Co-DETR, a collaborative hybrid training scheme for DETR-based detectors that improves performance by using auxiliary heads and versatile label assignments without extra inference costs.
Contribution
The paper proposes a novel training scheme for DETR models that enhances encoder learning and positive sample efficiency through auxiliary heads and hybrid label assignments.
Findings
Improved AP scores on COCO and LVIS benchmarks.
Enhanced encoder discriminative feature learning.
Achieved state-of-the-art results with fewer parameters.
Abstract
In this paper, we provide the observation that too few queries assigned as positive samples in DETR with one-to-one set matching leads to sparse supervision on the encoder's output which considerably hurt the discriminative feature learning of the encoder and vice visa for attention learning in the decoder. To alleviate this, we present a novel collaborative hybrid assignments training scheme, namely o-DETR, to learn more efficient and effective DETR-based detectors from versatile label assignment manners. This new training scheme can easily enhance the encoder's learning ability in end-to-end detectors by training the multiple parallel auxiliary heads supervised by one-to-many label assignments such as ATSS and Faster RCNN. In addition, we conduct extra customized positive queries by extracting the positive coordinates from these auxiliary heads to improve the training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Human Pose and Action Recognition · Machine Learning and Data Classification
MethodsMulti-Head Attention · Attention Is All You Need · 1x1 Convolution · Layer Normalization · Adam · Feature Pyramid Network · Convolution · Absolute Position Encodings · Feedforward Network · Linear Layer
