DATE: Dual Assignment for End-to-End Fully Convolutional Object Detection
Yiqun Chen, Qiang Chen, Qinghao Hu, Jian Cheng

TL;DR
This paper introduces DATE, a dual assignment strategy that combines one-to-one and one-to-many matching to improve convergence speed and performance of end-to-end fully convolutional object detectors without increasing inference cost.
Contribution
The paper proposes a dual assignment method that enhances convergence and accuracy of fully convolutional detectors by integrating two assignment strategies during training.
Findings
Speeds up convergence of end-to-end detectors
Improves detection accuracy on benchmark datasets
No additional inference overhead introduced
Abstract
Fully convolutional detectors discard the one-to-many assignment and adopt a one-to-one assigning strategy to achieve end-to-end detection but suffer from the slow convergence issue. In this paper, we revisit these two assignment methods and find that bringing one-to-many assignment back to end-to-end fully convolutional detectors helps with model convergence. Based on this observation, we propose {\em \textbf{D}ual \textbf{A}ssignment} for end-to-end fully convolutional de\textbf{TE}ction (DATE). Our method constructs two branches with one-to-many and one-to-one assignment during training and speeds up the convergence of the one-to-one assignment branch by providing more supervision signals. DATE only uses the branch with the one-to-one matching strategy for model inference, which doesn't bring inference overhead. Experimental results show that Dual Assignment gives nontrivial…
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
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
