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/Feature Selective Anchor-Free Module for Single-Shot Objec...

Feature Selective Anchor-Free Module for Single-Shot Object Detection

Chenchen Zhu, Yihui He, Marios Savvides

2019-03-02CVPR 2019 6feature selectionobject-detectionObject Detection
PaperPDFCodeCodeCodeCode

Abstract

We motivate and present feature selective anchor-free (FSAF) module, a simple and effective building block for single-shot object detectors. It can be plugged into single-shot detectors with feature pyramid structure. The FSAF module addresses two limitations brought up by the conventional anchor-based detection: 1) heuristic-guided feature selection; 2) overlap-based anchor sampling. The general concept of the FSAF module is online feature selection applied to the training of multi-level anchor-free branches. Specifically, an anchor-free branch is attached to each level of the feature pyramid, allowing box encoding and decoding in the anchor-free manner at an arbitrary level. During training, we dynamically assign each instance to the most suitable feature level. At the time of inference, the FSAF module can work jointly with anchor-based branches by outputting predictions in parallel. We instantiate this concept with simple implementations of anchor-free branches and online feature selection strategy. Experimental results on the COCO detection track show that our FSAF module performs better than anchor-based counterparts while being faster. When working jointly with anchor-based branches, the FSAF module robustly improves the baseline RetinaNet by a large margin under various settings, while introducing nearly free inference overhead. And the resulting best model can achieve a state-of-the-art 44.6% mAP, outperforming all existing single-shot detectors on COCO.

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5065.2FSAF (ResNeXt-101, multi-scale)
Object DetectionCOCO test-devAP7548.6FSAF (ResNeXt-101, multi-scale)
Object DetectionCOCO test-devAPL54.6FSAF (ResNeXt-101, multi-scale)
Object DetectionCOCO test-devAPM47.1FSAF (ResNeXt-101, multi-scale)
Object DetectionCOCO test-devAPS29.7FSAF (ResNeXt-101, multi-scale)
Object DetectionCOCO test-devbox mAP44.6FSAF (ResNeXt-101, multi-scale)
Object DetectionCOCO test-devAP5061.5FSAF (ResNet-101, single-scale)
Object DetectionCOCO test-devAP7544FSAF (ResNet-101, single-scale)
Object DetectionCOCO test-devAPL51.3FSAF (ResNet-101, single-scale)
Object DetectionCOCO test-devAPM44.2FSAF (ResNet-101, single-scale)
Object DetectionCOCO test-devAPS24FSAF (ResNet-101, single-scale)
Object DetectionCOCO test-devbox mAP40.9FSAF (ResNet-101, single-scale)
Object DetectionCOCO minivalAP5062.4FSAF (ResNeXt-101, anchor-based branches)
Object DetectionCOCO minivalbox AP41.6FSAF (ResNeXt-101, anchor-based branches)
Object DetectionCOCO minivalAP5059.2FSAF (ResNet-101, anchor-based branches)
Object DetectionCOCO minivalbox AP39.3FSAF (ResNet-101, anchor-based branches)
Object DetectionCOCO minivalAP5058FSAF (ResNet-101)
Object DetectionCOCO minivalbox AP37.9FSAF (ResNet-101)
Object DetectionCOCO minivalAP5055FSAF (ResNet-50)
Object DetectionCOCO minivalAP7537.9FSAF (ResNet-50)
Object DetectionCOCO minivalAPL48.2FSAF (ResNet-50)
Object DetectionCOCO minivalAPM39.6FSAF (ResNet-50)
Object DetectionCOCO minivalAPS19.8FSAF (ResNet-50)
Object DetectionCOCO minivalbox AP35.9FSAF (ResNet-50)
3DCOCO test-devAP5065.2FSAF (ResNeXt-101, multi-scale)
3DCOCO test-devAP7548.6FSAF (ResNeXt-101, multi-scale)
3DCOCO test-devAPL54.6FSAF (ResNeXt-101, multi-scale)
3DCOCO test-devAPM47.1FSAF (ResNeXt-101, multi-scale)
3DCOCO test-devAPS29.7FSAF (ResNeXt-101, multi-scale)
3DCOCO test-devbox mAP44.6FSAF (ResNeXt-101, multi-scale)
3DCOCO test-devAP5061.5FSAF (ResNet-101, single-scale)
3DCOCO test-devAP7544FSAF (ResNet-101, single-scale)
3DCOCO test-devAPL51.3FSAF (ResNet-101, single-scale)
3DCOCO test-devAPM44.2FSAF (ResNet-101, single-scale)
3DCOCO test-devAPS24FSAF (ResNet-101, single-scale)
3DCOCO test-devbox mAP40.9FSAF (ResNet-101, single-scale)
3DCOCO minivalAP5062.4FSAF (ResNeXt-101, anchor-based branches)
3DCOCO minivalbox AP41.6FSAF (ResNeXt-101, anchor-based branches)
3DCOCO minivalAP5059.2FSAF (ResNet-101, anchor-based branches)
3DCOCO minivalbox AP39.3FSAF (ResNet-101, anchor-based branches)
3DCOCO minivalAP5058FSAF (ResNet-101)
3DCOCO minivalbox AP37.9FSAF (ResNet-101)
3DCOCO minivalAP5055FSAF (ResNet-50)
3DCOCO minivalAP7537.9FSAF (ResNet-50)
3DCOCO minivalAPL48.2FSAF (ResNet-50)
3DCOCO minivalAPM39.6FSAF (ResNet-50)
3DCOCO minivalAPS19.8FSAF (ResNet-50)
3DCOCO minivalbox AP35.9FSAF (ResNet-50)
2D ClassificationCOCO test-devAP5065.2FSAF (ResNeXt-101, multi-scale)
2D ClassificationCOCO test-devAP7548.6FSAF (ResNeXt-101, multi-scale)
2D ClassificationCOCO test-devAPL54.6FSAF (ResNeXt-101, multi-scale)
2D ClassificationCOCO test-devAPM47.1FSAF (ResNeXt-101, multi-scale)
2D ClassificationCOCO test-devAPS29.7FSAF (ResNeXt-101, multi-scale)
2D ClassificationCOCO test-devbox mAP44.6FSAF (ResNeXt-101, multi-scale)
2D ClassificationCOCO test-devAP5061.5FSAF (ResNet-101, single-scale)
2D ClassificationCOCO test-devAP7544FSAF (ResNet-101, single-scale)
2D ClassificationCOCO test-devAPL51.3FSAF (ResNet-101, single-scale)
2D ClassificationCOCO test-devAPM44.2FSAF (ResNet-101, single-scale)
2D ClassificationCOCO test-devAPS24FSAF (ResNet-101, single-scale)
2D ClassificationCOCO test-devbox mAP40.9FSAF (ResNet-101, single-scale)
2D ClassificationCOCO minivalAP5062.4FSAF (ResNeXt-101, anchor-based branches)
2D ClassificationCOCO minivalbox AP41.6FSAF (ResNeXt-101, anchor-based branches)
2D ClassificationCOCO minivalAP5059.2FSAF (ResNet-101, anchor-based branches)
2D ClassificationCOCO minivalbox AP39.3FSAF (ResNet-101, anchor-based branches)
2D ClassificationCOCO minivalAP5058FSAF (ResNet-101)
2D ClassificationCOCO minivalbox AP37.9FSAF (ResNet-101)
2D ClassificationCOCO minivalAP5055FSAF (ResNet-50)
2D ClassificationCOCO minivalAP7537.9FSAF (ResNet-50)
2D ClassificationCOCO minivalAPL48.2FSAF (ResNet-50)
2D ClassificationCOCO minivalAPM39.6FSAF (ResNet-50)
2D ClassificationCOCO minivalAPS19.8FSAF (ResNet-50)
2D ClassificationCOCO minivalbox AP35.9FSAF (ResNet-50)
2D Object DetectionCOCO test-devAP5065.2FSAF (ResNeXt-101, multi-scale)
2D Object DetectionCOCO test-devAP7548.6FSAF (ResNeXt-101, multi-scale)
2D Object DetectionCOCO test-devAPL54.6FSAF (ResNeXt-101, multi-scale)
2D Object DetectionCOCO test-devAPM47.1FSAF (ResNeXt-101, multi-scale)
2D Object DetectionCOCO test-devAPS29.7FSAF (ResNeXt-101, multi-scale)
2D Object DetectionCOCO test-devbox mAP44.6FSAF (ResNeXt-101, multi-scale)
2D Object DetectionCOCO test-devAP5061.5FSAF (ResNet-101, single-scale)
2D Object DetectionCOCO test-devAP7544FSAF (ResNet-101, single-scale)
2D Object DetectionCOCO test-devAPL51.3FSAF (ResNet-101, single-scale)
2D Object DetectionCOCO test-devAPM44.2FSAF (ResNet-101, single-scale)
2D Object DetectionCOCO test-devAPS24FSAF (ResNet-101, single-scale)
2D Object DetectionCOCO test-devbox mAP40.9FSAF (ResNet-101, single-scale)
2D Object DetectionCOCO minivalAP5062.4FSAF (ResNeXt-101, anchor-based branches)
2D Object DetectionCOCO minivalbox AP41.6FSAF (ResNeXt-101, anchor-based branches)
2D Object DetectionCOCO minivalAP5059.2FSAF (ResNet-101, anchor-based branches)
2D Object DetectionCOCO minivalbox AP39.3FSAF (ResNet-101, anchor-based branches)
2D Object DetectionCOCO minivalAP5058FSAF (ResNet-101)
2D Object DetectionCOCO minivalbox AP37.9FSAF (ResNet-101)
2D Object DetectionCOCO minivalAP5055FSAF (ResNet-50)
2D Object DetectionCOCO minivalAP7537.9FSAF (ResNet-50)
2D Object DetectionCOCO minivalAPL48.2FSAF (ResNet-50)
2D Object DetectionCOCO minivalAPM39.6FSAF (ResNet-50)
2D Object DetectionCOCO minivalAPS19.8FSAF (ResNet-50)
2D Object DetectionCOCO minivalbox AP35.9FSAF (ResNet-50)
16kCOCO test-devAP5065.2FSAF (ResNeXt-101, multi-scale)
16kCOCO test-devAP7548.6FSAF (ResNeXt-101, multi-scale)
16kCOCO test-devAPL54.6FSAF (ResNeXt-101, multi-scale)
16kCOCO test-devAPM47.1FSAF (ResNeXt-101, multi-scale)
16kCOCO test-devAPS29.7FSAF (ResNeXt-101, multi-scale)
16kCOCO test-devbox mAP44.6FSAF (ResNeXt-101, multi-scale)
16kCOCO test-devAP5061.5FSAF (ResNet-101, single-scale)
16kCOCO test-devAP7544FSAF (ResNet-101, single-scale)
16kCOCO test-devAPL51.3FSAF (ResNet-101, single-scale)
16kCOCO test-devAPM44.2FSAF (ResNet-101, single-scale)
16kCOCO test-devAPS24FSAF (ResNet-101, single-scale)
16kCOCO test-devbox mAP40.9FSAF (ResNet-101, single-scale)
16kCOCO minivalAP5062.4FSAF (ResNeXt-101, anchor-based branches)
16kCOCO minivalbox AP41.6FSAF (ResNeXt-101, anchor-based branches)
16kCOCO minivalAP5059.2FSAF (ResNet-101, anchor-based branches)
16kCOCO minivalbox AP39.3FSAF (ResNet-101, anchor-based branches)
16kCOCO minivalAP5058FSAF (ResNet-101)
16kCOCO minivalbox AP37.9FSAF (ResNet-101)
16kCOCO minivalAP5055FSAF (ResNet-50)
16kCOCO minivalAP7537.9FSAF (ResNet-50)
16kCOCO minivalAPL48.2FSAF (ResNet-50)
16kCOCO minivalAPM39.6FSAF (ResNet-50)
16kCOCO minivalAPS19.8FSAF (ResNet-50)
16kCOCO minivalbox AP35.9FSAF (ResNet-50)

Related Papers

mNARX+: A surrogate model for complex dynamical systems using manifold-NARX and automatic feature selection2025-07-17A 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-16Interpretable Bayesian Tensor Network Kernel Machines with Automatic Rank and Feature Selection2025-07-15Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15