CVNov 25, 2022

DATE: Dual Assignment for End-to-End Fully Convolutional Object Detection

arXiv:2211.13859v212 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This work addresses a convergence problem in object detection for computer vision applications, but it is incremental as it builds on existing fully convolutional detectors.

The paper tackles the slow convergence issue in end-to-end fully convolutional object detectors by reintroducing one-to-many assignment during training to speed up convergence, resulting in nontrivial improvements and faster convergence for models like OneNet and DeFCN.

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 improvements and speeds up model convergence upon OneNet and DeFCN. Code: https://github.com/YiqunChen1999/date.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes