Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

R-FCN: Object Detection via Region-based Fully Convolutional Networks

About

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our region-based detector is fully convolutional with almost all computation shared on the entire image. To achieve this goal, we propose position-sensitive score maps to address a dilemma between translation-invariance in image classification and translation-variance in object detection. Our method can thus naturally adopt fully convolutional image classifier backbones, such as the latest Residual Networks (ResNets), for object detection. We show competitive results on the PASCAL VOC datasets (e.g., 83.6% mAP on the 2007 set) with the 101-layer ResNet. Meanwhile, our result is achieved at a test-time speed of 170ms per image, 2.5-20x faster than the Faster R-CNN counterpart. Code is made publicly available at: https://github.com/daijifeng001/r-fcn

Jifeng Dai, Yi Li, Kaiming He, Jian Sun• 2016

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP29.9
1195
Object DetectionPASCAL VOC 2007 (test)
mAP83.6
821
Object DetectionMS COCO (test-dev)
mAP@.563.4
677
Oriented Object DetectionDOTA v1.0 (test)
SV49.77
378
Video Object DetectionImageNet VID (val)
mAP (%)74.7
341
Object DetectionPASCAL VOC 2012 (test)
mAP82
270
Crowd CountingShanghaiTech Part B
MAE52.35
160
Object DetectionMS-COCO (val)
mAP0.278
138
Object DetectionPascal VOC
mAP45.6
88
Object DetectionPASCAL VOC 2007 (test)
mAP80.5
59
Showing 10 of 25 rows

Other info

Code

Follow for update