Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FCOS: Fully Convolutional One-Stage Object Detection

About

We propose a fully convolutional one-stage object detector (FCOS) to solve object detection in a per-pixel prediction fashion, analogue to 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 predefined set of anchor boxes, FCOS completely avoids the complicated computation related to anchor boxes such as calculating overlapping during training. More importantly, we also avoid all hyper-parameters related to anchor boxes, which are often very sensitive to the final detection performance. With the only post-processing non-maximum suppression (NMS), FCOS with ResNeXt-64x4d-101 achieves 44.7% in AP with single-model and single-scale testing, surpassing previous one-stage detectors with the advantage of being much simpler. For the first time, we demonstrate a much simpler and flexible detection framework achieving improved detection accuracy. We hope that the proposed FCOS framework can serve as a simple and strong alternative for many other instance-level tasks. Code is available at:Code is available at: https://tinyurl.com/FCOSv1

Zhi Tian, Chunhua Shen, Hao Chen, Tong He• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP41.4
2643
Object DetectionCOCO (test-dev)
mAP46.6
1239
Object DetectionPASCAL VOC 2007 (test)
mAP79.1
844
Object DetectionMS COCO (test-dev)
mAP@.564.1
677
Object DetectionCOCO (val)
mAP40.8
633
Object DetectionCOCO v2017 (test-dev)
mAP46.6
499
Oriented Object DetectionDOTA v1.0 (test)
SV80.42
378
Object DetectionDOTA 1.0 (test)--
256
Object DetectionMS-COCO 2017 (val)--
237
Object DetectionMS-COCO (val)
mAP0.426
211
Showing 10 of 117 rows
...

Other info

Code

Follow for update