SOTAVerified

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

2019-03-02CVPR 2019Code Available0· sign in to hype

Chenchen Zhu, Yihui He, Marios Savvides

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO minivalFSAF (ResNeXt-101, anchor-based branches)box AP41.6Unverified
COCO minivalFSAF (ResNet-101, anchor-based branches)box AP39.3Unverified
COCO minivalFSAF (ResNet-101)box AP37.9Unverified
COCO minivalFSAF (ResNet-50)box AP35.9Unverified
COCO test-devFSAF (ResNeXt-101, multi-scale)box mAP44.6Unverified
COCO test-devFSAF (ResNet-101, single-scale)box mAP40.9Unverified

Reproductions