Highlight

FCOS: Fully Convolutional One-Stage Object Detection

Proposes FCOS, an anchor-free, proposal-free one-stage object detector that predicts objects per-pixel, analogous to semantic segmentation.

Based on

FCOS: Fully Convolutional One-Stage Object Detection

By Zhi Tian, Chunhua Shen, Hao Chen et al.IEEE International Conference on Computer Vision
Read original article →

FCOS is a fully convolutional one-stage object detector that reformulates detection as a per-pixel prediction problem, analogous to semantic segmentation. Whereas nearly all state-of-the-art detectors, including RetinaNet, SSD, YOLOv3, and Faster R-CNN, rely on pre-defined anchor boxes, FCOS is both anchor-box free and proposal free. Removing anchor boxes lets it avoid the complicated computation of box overlaps during training and, importantly, eliminates all the anchor-related hyperparameters that are often highly sensitive to final detection performance.

With non-maximum suppression as its only post-processing step, FCOS using a ResNeXt-64x4d-101 backbone achieves 44.7% AP under single-model, single-scale testing, surpassing previous one-stage detectors while remaining considerably simpler. The authors present this as the first demonstration that a much simpler and more flexible detection framework can achieve improved accuracy, and suggest FCOS can serve as a strong alternative baseline for other instance-level recognition tasks.

Abstract

FCOS is a fully convolutional one-stage object detector solving detection by per-pixel prediction like semantic segmentation. Unlike leading detectors such as RetinaNet, SSD, YOLOv3, and Faster R-CNN, which depend on pre-defined anchor boxes, FCOS is anchor-box and proposal free, avoiding complex overlap computation and sensitive anchor hyperparameters. Using only non-maximum suppression, FCOS with a ResNeXt-64x4d-101 backbone reaches 44.7% AP with single-model, single-scale testing, surpassing prior one-stage detectors while being simpler and more flexible.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

object detectionanchor-freeFCOSone-stage detectorfully convolutional
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.