FCOS: A simple and strong anchor-free object detector
Zhi Tian, Chunhua Shen, Hao Chen, Tong He

TL;DR
FCOS introduces an anchor-free, fully convolutional one-stage object detector that simplifies the detection process, reduces hyper-parameters, and achieves competitive accuracy compared to anchor-based methods.
Contribution
The paper presents FCOS, a novel anchor-free, proposal-free object detection framework that simplifies training and improves accuracy over traditional anchor-based detectors.
Findings
Achieves state-of-the-art detection accuracy without anchor boxes.
Simplifies the detection pipeline by removing anchor-related hyper-parameters.
Demonstrates competitive performance with fewer design complexities.
Abstract
In computer vision, object detection is one of most important tasks, which underpins a few instance-level recognition tasks and many downstream applications. Recently one-stage methods have gained much attention over two-stage approaches due to their simpler design and competitive performance. Here we propose a fully convolutional one-stage object detector (FCOS) to solve object detection in a per-pixel prediction fashion, analogue to other dense prediction problems such as semantic segmentation. Almost all state-of-the-art object detectors such as RetinaNet, SSD, YOLOv3, and Faster R-CNN rely on pre-defined anchor boxes. In contrast, our proposed detector FCOS is anchor box free, as well as proposal free. By eliminating the pre-defined set of anchor boxes, FCOS completely avoids the complicated computation related to anchor boxes such as calculating the intersection over union (IoU)…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsAverage Pooling · Batch Normalization · Global Average Pooling · Residual Connection · Convolution · Non Maximum Suppression · 1x1 Convolution · Feature Pyramid Network · FCOS
