HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

FCOS: Fully Convolutional One-Stage Object Detection

Zhi Tian; Chunhua Shen; Hao Chen; Tong He

FCOS: Fully Convolutional One-Stage Object Detection

Abstract

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

Code Repositories

abcxs/maskrcnn-contest
pytorch
Mentioned in GitHub
vov-net/VoVNet-FCOS
pytorch
Mentioned in GitHub
vierachen/maskrcnn
pytorch
Mentioned in GitHub
ccchang1023/maskrcnn-benchmark
pytorch
Mentioned in GitHub
xuannianz/keras-fcos
tf
Mentioned in GitHub
lzrobots/dgmn
pytorch
Mentioned in GitHub
Zanderzt/TensorRT_Mask_RCNN
pytorch
Mentioned in GitHub
aim-uofa/adet
pytorch
Mentioned in GitHub
jahutwb/DL_dosimetry
pytorch
Mentioned in GitHub
xytpai/DetX-FCOS
pytorch
Mentioned in GitHub
zhubinQAQ/Ins
pytorch
Mentioned in GitHub
Mind23-2/MindCode-46
mindspore
Mentioned in GitHub
Iamal1/maskrcnn-benchmark
pytorch
Mentioned in GitHub
FluteXu/ms-project
pytorch
Mentioned in GitHub
chencq1234/maskrcnn_facebook
pytorch
Mentioned in GitHub
DetectionTeamUCAS/FCOS_GluonCV
mxnet
Mentioned in GitHub
zhongzisha/object_detection
tf
Mentioned in GitHub
xytpai/fcos
pytorch
Mentioned in GitHub
rosinality/fcos-pytorch
pytorch
Mentioned in GitHub
zy0851/FB-m-RCNN
pytorch
Mentioned in GitHub
blueardour/AdelaiDet
pytorch
Mentioned in GitHub
wuyangzhang/maskrcnn
pytorch
Mentioned in GitHub
oulutan/Drone_FasterRCNN
pytorch
Mentioned in GitHub
lipengfeizju/Detection
pytorch
Mentioned in GitHub
feng-lab/nuclei
pytorch
Mentioned in GitHub
cshizhe/maskrcnn_benchmark
pytorch
Mentioned in GitHub
BIYTC/mobilenet_maskrcnn
pytorch
Mentioned in GitHub
worldlife123/maskrcnn-benchmark
pytorch
Mentioned in GitHub
Miracle1991/DetectionHub
pytorch
Mentioned in GitHub
jonvthvn90/Project
pytorch
Mentioned in GitHub
GuoLiuFang/maskrcnn-benchmark-lfs
pytorch
Mentioned in GitHub
stigma0617/maskrcnn-benchmark-vovnet
pytorch
Mentioned in GitHub
fcakyon/sahi-benchmark
pytorch
Mentioned in GitHub
monk-ai/maskrcnn
pytorch
Mentioned in GitHub
Adelaide-AI-Group/FCOS
pytorch
Mentioned in GitHub
sarrrrry/maskrcnn-benchmark
pytorch
Mentioned in GitHub
tianzhi0549/FCOS
Official
pytorch
Mentioned in GitHub
ricky40403/Fcos_seg
pytorch
Mentioned in GitHub
Pxtri2156/AdelaiDet_v2
pytorch
Mentioned in GitHub
basaltzhang/maskrcnn-benchmark
pytorch
Mentioned in GitHub
Zhang-Jing-Xuan/MaskRCNN
pytorch
Mentioned in GitHub
aim-uofa/AdelaiDet
pytorch
Mentioned in GitHub
lipengyuMachineLearner/FCOS
pytorch
Mentioned in GitHub
markson14/WheatDet
pytorch
Mentioned in GitHub
kohillyang/mx-detection
mxnet
Mentioned in GitHub
Yuxiang1995/ICDAR2021_MFD
pytorch
Mentioned in GitHub
ryota2425/maskrcnn-benchmark
pytorch
Mentioned in GitHub
Zhangyongtao123/maskrcnn_benchmark
pytorch
Mentioned in GitHub
SilvioGiancola/maskrcnn-benchmark
pytorch
Mentioned in GitHub
aotumanbiu/awesome-object-detection
pytorch
Mentioned in GitHub
cyctrung/DPnet
pytorch
Mentioned in GitHub
PeterTKovacs/zold137
pytorch
Mentioned in GitHub
delmalih/MIAS-mammography-obj-detection
pytorch
Mentioned in GitHub
quangvy2703/ABCNet-ESRGAN-SRTEXT
pytorch
Mentioned in GitHub
banben/maskrcnn-benchmark
pytorch
Mentioned in GitHub
bimsarapathiraja/mccl
pytorch
Mentioned in GitHub
Mind23-2/MindCode-47
mindspore
Mentioned in GitHub
ZhZiKai/VisDrone_FCOS
pytorch
Mentioned in GitHub
touchylk/fcoseccv
pytorch
Mentioned in GitHub
MalongTech/research-fad
pytorch
Mentioned in GitHub
lijain/FCOS-change
pytorch
Mentioned in GitHub
OFRIN/Tensorflow_FCOS
tf
Mentioned in GitHub
latentgnn/maskrcnn-benchmark-latentgnn
pytorch
Mentioned in GitHub
neilctwu/FCOS-pytorch_Simplified
pytorch
Mentioned in GitHub
alannguyencs/maskrcnn
pytorch
Mentioned in GitHub
HRNet/HRNet-FCOS
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
2d-object-detection-on-sardet-100kFCOS
box mAP: 49.8
object-detection-on-cocoFCOS (ResNeXt-32x8d-101-FPN)
AP50: 62.2
AP75: 46.1
APL: 52.6
APM: 45.6
APS: 26.0
Hardware Burden:
Operations per network pass:
box mAP: 42.7
object-detection-on-cocoFCOS (ResNeXt-101-64x4d-FPN)
AP50: 62.8
AP75: 46.6
APL: 53.3
APM: 46.2
APS: 26.5
Hardware Burden:
Operations per network pass:
box mAP: 43.2
object-detection-on-cocoFCOS (ResNeXt-64x4d-101-FPN 4 + improvements)
AP50: 64.1
AP75: 48.4
APL: 55.6
APM: 47.5
APS: 27.6
Hardware Burden:
Operations per network pass:
box mAP: 44.7
object-detection-on-cocoFCOS (HRNet-W32-5l)
AP50: 60.4
AP75: 45.3
APL: 51.0
APM: 45.0
APS: 25.4
Hardware Burden:
Operations per network pass:
box mAP: 42.0
object-detection-on-coco-minivalFCOS (ResNet-50-FPN + improvements)
AP50: 57.4
AP75: 41.4
APL: 49.8
APM: 42.5
APS: 22.3
box AP: 38.6
object-detection-on-coco-oFCOS (ResNet-50)
Average mAP: 16.7
Effective Robustness: 0.25
pedestrian-detection-on-tju-ped-campusFCOS
ALL (miss rate): 41.62
HO (miss rate): 81.28
R (miss rate): 31.89
R+HO (miss rate): 39.38
RS (miss rate): 69.04
pedestrian-detection-on-tju-ped-trafficFCOS
ALL (miss rate): 40.02
HO (miss rate): 63.73
R (miss rate): 24.35
R+HO (miss rate): 28.86
RS (miss rate): 37.40

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
FCOS: Fully Convolutional One-Stage Object Detection | Papers | HyperAI