Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection
Shifeng Zhang, Cheng Chi, Yongqiang Yao, Zhen Lei, Stan Z. Li

TL;DR
This paper introduces Adaptive Training Sample Selection (ATSS), a method that automatically chooses positive and negative samples based on statistical object characteristics, significantly improving object detection performance and bridging the gap between anchor-based and anchor-free detectors.
Contribution
The paper proposes ATSS, a novel sample selection method that aligns training sample definitions across detector types, enhancing performance without additional overhead.
Findings
ATSS improves state-of-the-art detectors by a large margin to 50.7% AP.
Equalizing positive/negative sample definitions reduces performance gap.
Extensive experiments validate the effectiveness of ATSS on MS COCO.
Abstract
Object detection has been dominated by anchor-based detectors for several years. Recently, anchor-free detectors have become popular due to the proposal of FPN and Focal Loss. In this paper, we first point out that the essential difference between anchor-based and anchor-free detection is actually how to define positive and negative training samples, which leads to the performance gap between them. If they adopt the same definition of positive and negative samples during training, there is no obvious difference in the final performance, no matter regressing from a box or a point. This shows that how to select positive and negative training samples is important for current object detectors. Then, we propose an Adaptive Training Sample Selection (ATSS) to automatically select positive and negative samples according to statistical characteristics of object. It significantly improves the…
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 · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsAverage Pooling · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Non Maximum Suppression · Adaptive Training Sample Selection · Group Normalization · Focal Loss · RetinaNet · Step Decay
