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

**Authors:** Chenchen Zhu, Yihui He, Marios Savvides

arXiv: 1903.00621 · 2019-03-05

## TL;DR

This paper introduces the FSAF module, an anchor-free component for single-shot object detection that improves accuracy and speed by dynamic feature selection and can work alongside anchor-based methods.

## Contribution

The paper proposes a novel feature selective anchor-free module that enhances single-shot detectors with dynamic feature assignment and joint anchor-based integration.

## Key findings

- FSAF outperforms anchor-based methods in accuracy and speed.
- Joint training with FSAF and anchor-based branches improves detection performance.
- Achieves 44.6% mAP on COCO, surpassing existing single-shot detectors.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.00621/full.md

## Figures

34 figures with captions in the complete paper: https://tomesphere.com/paper/1903.00621/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1903.00621/full.md

---
Source: https://tomesphere.com/paper/1903.00621