TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Bridging the Gap Between Anchor-based and Anchor-free Dete...

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

2019-12-05CVPR 2020 6object-detectionObject Detection
PaperPDFCodeCodeCodeCodeCodeCodeCodeCode(official)CodeCodeCodeCodeCode

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 performance of anchor-based and anchor-free detectors and bridges the gap between them. Finally, we discuss the necessity of tiling multiple anchors per location on the image to detect objects. Extensive experiments conducted on MS COCO support our aforementioned analysis and conclusions. With the newly introduced ATSS, we improve state-of-the-art detectors by a large margin to $50.7\%$ AP without introducing any overhead. The code is available at https://github.com/sfzhang15/ATSS

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5068.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
Object DetectionCOCO test-devAP7556.3ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
Object DetectionCOCO test-devAPL62.4ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
Object DetectionCOCO test-devAPM52.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
Object DetectionCOCO test-devAPS33.2ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
Object DetectionCOCO test-devbox mAP50.7ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
Object DetectionCOCO-OAverage mAP16.8ATSS (ResNet-50)
Object DetectionCOCO-OEffective Robustness-0.91ATSS (ResNet-50)
3DCOCO test-devAP5068.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
3DCOCO test-devAP7556.3ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
3DCOCO test-devAPL62.4ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
3DCOCO test-devAPM52.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
3DCOCO test-devAPS33.2ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
3DCOCO test-devbox mAP50.7ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
3DCOCO-OAverage mAP16.8ATSS (ResNet-50)
3DCOCO-OEffective Robustness-0.91ATSS (ResNet-50)
2D ClassificationCOCO test-devAP5068.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D ClassificationCOCO test-devAP7556.3ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D ClassificationCOCO test-devAPL62.4ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D ClassificationCOCO test-devAPM52.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D ClassificationCOCO test-devAPS33.2ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D ClassificationCOCO test-devbox mAP50.7ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D ClassificationCOCO-OAverage mAP16.8ATSS (ResNet-50)
2D ClassificationCOCO-OEffective Robustness-0.91ATSS (ResNet-50)
2D Object DetectionCOCO test-devAP5068.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D Object DetectionCOCO test-devAP7556.3ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D Object DetectionCOCO test-devAPL62.4ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D Object DetectionCOCO test-devAPM52.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D Object DetectionCOCO test-devAPS33.2ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D Object DetectionCOCO test-devbox mAP50.7ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
2D Object DetectionCOCO-OAverage mAP16.8ATSS (ResNet-50)
2D Object DetectionCOCO-OEffective Robustness-0.91ATSS (ResNet-50)
16kCOCO test-devAP5068.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
16kCOCO test-devAP7556.3ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
16kCOCO test-devAPL62.4ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
16kCOCO test-devAPM52.9ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
16kCOCO test-devAPS33.2ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
16kCOCO test-devbox mAP50.7ATSS (ResNetXt-64x4d-101+DCN,multi-scale)
16kCOCO-OAverage mAP16.8ATSS (ResNet-50)
16kCOCO-OEffective Robustness-0.91ATSS (ResNet-50)

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07