HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

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

Jifeng Dai; Yi Li; Kaiming He; Jian Sun

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

Abstract

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

Code Repositories

qilei123/fpn_crop
mxnet
Mentioned in GitHub
Code-0x00/caffe_windows
Mentioned in GitHub
zengzhaoyang/trident
mxnet
Mentioned in GitHub
guanfuchen/Deformable-ConvNets
tf
Mentioned in GitHub
ghamarian/rfcn
tf
Mentioned in GitHub
Feynman27/pytorch-detect-rfcn
pytorch
Mentioned in GitHub
chenbys/GuidedOffset
tf
Mentioned in GitHub
TangDL/DCN
tf
Mentioned in GitHub
zzdxfei/defor_conv_mxnet_code
mxnet
Mentioned in GitHub
qilei123/sod_v1_demo
mxnet
Mentioned in GitHub
princewang1994/R-FCN.pytorch
pytorch
Mentioned in GitHub
princewang1994/RFCN_CoupleNet.pytorch
pytorch
Mentioned in GitHub
qilei123/DeformableConvV2
mxnet
Mentioned in GitHub
qilei123/DEEPLAB_4_RETINAIMG
tf
Mentioned in GitHub
fourmi1995/IronExperiment-DCN
mxnet
Mentioned in GitHub
chenghuaiyu/caffe
Mentioned in GitHub
jiajunhua/facebookresearch-Detectron
caffe2
Mentioned in GitHub
TimVerion/caffe_rfcn
Mentioned in GitHub
necla-ml/Deformable-ConvNets-py3
mxnet
Mentioned in GitHub
stupidZZ/pyc_repo
mxnet
Mentioned in GitHub
daijifeng001/r-fcn
Official
mxnet
Mentioned in GitHub
MIhappen/CaffeSourceCode
Mentioned in GitHub
zengzhaoyang/Weak_Detection
tf
Mentioned in GitHub
xdever/RFCN-tensorflow
tf
Mentioned in GitHub
macomino/TFM
tf
Mentioned in GitHub
makefile/frcnn
Mentioned in GitHub
facebookresearch/detectron
pytorch
Mentioned in GitHub
msracver/Deformable-ConvNets
mxnet
Mentioned in GitHub
qilei123/sod_v1
mxnet
Mentioned in GitHub
qilei123/DEEPLAB_4_RETINA
tf
Mentioned in GitHub
qilei123/DeformableConvV2_crop
mxnet
Mentioned in GitHub
freeniliang/caffe-ssd
Mentioned in GitHub
xiaoxu1025/r-fcn
tf
Mentioned in GitHub
xiaoyongzhu/Deformable-ConvNets
mxnet
Mentioned in GitHub
qilei123/fpn_crop_v1_5d
mxnet
Mentioned in GitHub
Qengineering/Rfcn_ncnn
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-ua-detracR-FCN
mAP: 69.87
real-time-object-detection-on-pascal-voc-2007R-FCN
FPS: 9
MAP: 80.5%

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
R-FCN: Object Detection via Region-based Fully Convolutional Networks | Papers | HyperAI