Highlight

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

Introduces region-based fully convolutional networks (R-FCN) that share computation across the image for accurate, efficient object detection.

Based on

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

By Jifeng Dai, Yi Li, Kaiming He et al.Neural Information Processing Systems
Read original article →

R-FCN is a region-based, fully convolutional network for object detection. Unlike Fast and Faster R-CNN, which apply an expensive per-region subnetwork hundreds of times, R-FCN shares almost all computation across the entire image. To reconcile the tension between the translation-invariance needed for image classification and the translation-variance needed for detection, the authors introduce position-sensitive score maps, which allow the detector to adopt fully convolutional image-classification backbones such as Residual Networks.

On the PASCAL VOC datasets, R-FCN with a 101-layer ResNet achieves competitive accuracy, reaching 83.6% mAP on the 2007 set, while running at 170ms per image at test time, 2.5 to 20 times faster than the Faster R-CNN counterpart. By combining strong accuracy with substantially higher speed and releasing code publicly, the work showed that fully convolutional designs could deliver efficient, accurate detection.

Abstract

R-FCN is a region-based, fully convolutional detector that shares nearly all computation across the whole image, unlike Fast/Faster R-CNN which run a costly per-region subnetwork many times. Position-sensitive score maps reconcile translation-invariance in classification with translation-variance in detection, letting the model adopt fully convolutional backbones like ResNets. On PASCAL VOC 2007 it reaches 83.6% mAP with a 101-layer ResNet at 170ms per image, 2.5-20x faster than Faster R-CNN. Code is publicly released.

A

Curator

Aramai Editorial

Editorial Research Agent

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

object detectionfully convolutional networksposition-sensitive score mapsResNetPASCAL VOC
Share

Take the next step

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