HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

Shaoqing Ren; Kaiming He; Ross Girshick; Jian Sun

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

Abstract

State-of-the-art object detection networks depend on region proposal algorithms to hypothesize object locations. Advances like SPPnet and Fast R-CNN have reduced the running time of these detection networks, exposing region proposal computation as a bottleneck. In this work, we introduce a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals. An RPN is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained end-to-end to generate high-quality region proposals, which are used by Fast R-CNN for detection. We further merge RPN and Fast R-CNN into a single network by sharing their convolutional features---using the recently popular terminology of neural networks with 'attention' mechanisms, the RPN component tells the unified network where to look. For the very deep VGG-16 model, our detection system has a frame rate of 5fps (including all steps) on a GPU, while achieving state-of-the-art object detection accuracy on PASCAL VOC 2007, 2012, and MS COCO datasets with only 300 proposals per image. In ILSVRC and COCO 2015 competitions, Faster R-CNN and RPN are the foundations of the 1st-place winning entries in several tracks. Code has been made publicly available.

Code Repositories

zacks417/faster-rcnn-tf
tf
Mentioned in GitHub
daxiapazi/faster-rcnn
tf
Mentioned in GitHub
vincentzhang/faster-rcnn-fcn
Mentioned in GitHub
tigerofmurder/tf-faster-rcnn
tf
Mentioned in GitHub
clemkoa/faster-rcnn
pytorch
Mentioned in GitHub
LKLQQ/tracktor
mindspore
Mentioned in GitHub
rickyHong/py-faster-rcnn-repl
caffe2
Mentioned in GitHub
shkim960520/faster-rcnn-for-studying
pytorch
Mentioned in GitHub
ColdNoodler/py-faster-rcnn-cuda10
caffe2
Mentioned in GitHub
cwbabel/faster-cnn
caffe2
Mentioned in GitHub
csmiler/tf-faster-rcnn-cpu
tf
Mentioned in GitHub
chenyuntc/simple-faster-rcnn-pytorch
pytorch
Mentioned in GitHub
JHKim-snu/GVCCI
pytorch
Mentioned in GitHub
adityaarun1/pytorch_fast-er_rcnn
pytorch
Mentioned in GitHub
object-detection-algorithm/RPN
pytorch
Mentioned in GitHub
ZhangJiajun1995/cs231n-camp
pytorch
Mentioned in GitHub
potterhsu/easy-faster-rcnn.pytorch
pytorch
Mentioned in GitHub
clemkoa/fasterrcnn
pytorch
Mentioned in GitHub
leonardhan1979/fasterRCNN
caffe2
Mentioned in GitHub
wayne1204/NOAA-fish-finding
tf
Mentioned in GitHub
yj-littlesky/py-faster-rcnn
caffe2
Mentioned in GitHub
AlphaJia/pytorch-faster-rcnn
pytorch
Mentioned in GitHub
dylanamiller/non_max_suppression
pytorch
Mentioned in GitHub
playerkk/face-py-faster-rcnn
caffe2
Mentioned in GitHub
vietlinhtspt/NewFasterRCNN
tf
Mentioned in GitHub
r06942054/NOTE-RCNN
pytorch
Mentioned in GitHub
JoegameZhou/hrnetv2
mindspore
Mentioned in GitHub
VDIGPKU/OPANAS
pytorch
Mentioned in GitHub
jfc4050/detect-to-track
pytorch
Mentioned in GitHub
er-muyue/defrcn
pytorch
Mentioned in GitHub
chenwuperth/ClaRAN
tf
Mentioned in GitHub
mengyingfei/faster-rcnn-tf
tf
Mentioned in GitHub
quocdat32461997/Mask_RCNN
tf
Mentioned in GitHub
miaohua1982/simple_fasterrcnn_pytorch
pytorch
Mentioned in GitHub
raphael-cohen/capsnet_for_Faster-RCNN
pytorch
Mentioned in GitHub
salman-ghauri/keras_frcnn
Mentioned in GitHub
chengzhengxin/groupsoftmax-simpledet
mxnet
Mentioned in GitHub
endernewton/tf-faster-rcnn
tf
Mentioned in GitHub
zhiqwang/image-captioning
pytorch
Mentioned in GitHub
PengchengAi/tf-faster-rcnn-pcai
tf
Mentioned in GitHub
OFRIN/Tensorflow_YOLOv1
tf
Mentioned in GitHub
amritasaha1812/pytorch-faster-rcnn
pytorch
Mentioned in GitHub
zhongzisha/object_detection
tf
Mentioned in GitHub
pransen/faster_rcnn
tf
Mentioned in GitHub
ChestnutLi/tf-faster-rcnn
tf
Mentioned in GitHub
achiyaj/vqa-sandbox
tf
Mentioned in GitHub
soulguy/Faster-rcnn
caffe2
Mentioned in GitHub
GAOwy123/py-faster-rcnn
caffe2
Mentioned in GitHub
piaosonglin1985/tf-faster-rcnn
tf
Mentioned in GitHub
tryolabs/luminoth
tf
Mentioned in GitHub
yanxp/rcnn-discovery
pytorch
Mentioned in GitHub
guanfuchen/py-faster-rcnn
caffe2
Mentioned in GitHub
zhiqwang/crnn.pytorch
pytorch
Mentioned in GitHub
Arthur-Shi/py-faster-rcnn
caffe2
Mentioned in GitHub
Kenneth-Wong/tf-faster-rcnn
tf
Mentioned in GitHub
Leg-end/Detection
tf
Mentioned in GitHub
yangyucheng000/ascend_faster_rcnn
mindspore
Mentioned in GitHub
tianhai123/tf-faster-rcnn
tf
Mentioned in GitHub
godspeedcurry/lung-nodule-detection
caffe2
Mentioned in GitHub
C677/Machine-learning
pytorch
Mentioned in GitHub
nikhithakarennagari/Git
caffe2
Mentioned in GitHub
zhong110020/py-faster-rcnn
caffe2
Mentioned in GitHub
UPCLJ/py-faster-rcnn
caffe2
Mentioned in GitHub
WalterMa/gluon-faster-rcnn
mxnet
Mentioned in GitHub
sunqiangxtcsun/faster-rcnn
caffe2
Mentioned in GitHub
rh01/faster-rcnn
caffe2
Mentioned in GitHub
yfnn/person_subclass
tf
Mentioned in GitHub
jiggles546/60499_Project
Mentioned in GitHub
charlesYangM/py-faster-rcnn-80.28
caffe2
Mentioned in GitHub
wangzpeng/tf-faster-rcnn
tf
Mentioned in GitHub
raycad/object-detection
tf
Mentioned in GitHub
lukewenMX/RCNN_simple_detection
caffe2
Mentioned in GitHub
shikorab/tf-faster-rcnn
tf
Mentioned in GitHub
rbgirshick/py-faster-rcnn
Official
caffe2
Mentioned in GitHub
lyqcom/fasterrcnn
mindspore
Mentioned in GitHub
AlphaJia/tf-faster-rcnn
tf
Mentioned in GitHub
jiajunhua/facebookresearch-Detectron
caffe2
Mentioned in GitHub
zxqcreations/faster-rcnn-tf
tf
Mentioned in GitHub
xzgz/faster-rcnn
Mentioned in GitHub
evaristr/py-faster_rcnn
caffe2
Mentioned in GitHub
samo1petar/SSD
tf
Mentioned in GitHub
JeffCHEN2017/WSSTG
pytorch
Mentioned in GitHub
kevinjliang/tf-Faster-RCNN
tf
Mentioned in GitHub
smallcorgi/Faster-RCNN_TF
tf
Mentioned in GitHub
neuqgz/modify-faster-rcnn-tf
tf
Mentioned in GitHub
ithuanhuan/gpu-py3-faster-rcnn
tf
Mentioned in GitHub
2023-MindSpore-1/ms-code-202
mindspore
Mentioned in GitHub
leochangzliao/OPBM
Mentioned in GitHub
KyeongmoonKim/sb
tf
Mentioned in GitHub
aleksispi/drl-rpn-tf
tf
Mentioned in GitHub
JHKim-snu/PGA
pytorch
Mentioned in GitHub
qilei123/pyfasterrcnn
caffe2
Mentioned in GitHub
ChielBruin/ros_faster_rcnn
Mentioned in GitHub
xunhen/py-faster-rcnn-wjc
caffe2
Mentioned in GitHub
xinpingwang/tf-faster-rcnn
tf
Mentioned in GitHub
liangheming/faster_rcnnv1
pytorch
Mentioned in GitHub
ithuanhuan/py-fatser-rcnn
tf
Mentioned in GitHub
2023-MindSpore-1/ms-code-117
mindspore
Mentioned in GitHub
makefile/frcnn
Mentioned in GitHub
yzgrfsy/tf-fastrcnn-crop
tf
Mentioned in GitHub
hj963434688/Faster_rcnn
tf
Mentioned in GitHub
facebookresearch/detectron
pytorch
Mentioned in GitHub
jooyounghun/AI-Team-5
Mentioned in GitHub
ShaoqingRen/faster_rcnn
Official
Mentioned in GitHub
tusimple/simpledet
mxnet
Mentioned in GitHub
buaaYYC/faster-rcnn-tensorflow
tf
Mentioned in GitHub
pawelbeza/ClothesDetectorModel
pytorch
Mentioned in GitHub
rickyHong/pytorch-faster-rcnn-repl
pytorch
Mentioned in GitHub
smichalowski/faster_rcnn
Mentioned in GitHub
Bigwode/rebar-detection-competition
pytorch
Mentioned in GitHub
Mind23-2/MindCode-43
mindspore
Mentioned in GitHub
liuqiang3/faster_rcnn
tf
Mentioned in GitHub
yfnn/fused-model
tf
Mentioned in GitHub
delmalih/MIAS-mammography-obj-detection
pytorch
Mentioned in GitHub
ruotianluo/pytorch-faster-rcnn
pytorch
Mentioned in GitHub
nautilus261/tf-faster-rcnn
tf
Mentioned in GitHub
busyboxs/faster_rcnn_voc
Mentioned in GitHub
1512159/tf-faster-rcnn-medico
tf
Mentioned in GitHub
insigh/Faster-RCNN-Tensorflow
tf
Mentioned in GitHub
buaazyz/battery_detect
pytorch
Mentioned in GitHub
bohao-lee/pdc
pytorch
Mentioned in GitHub
nikhithakarennagari/1311
caffe2
Mentioned in GitHub
krantirk/py-faster-rcnn
caffe2
Mentioned in GitHub
alexattia/simpsonrecognition
tf
Mentioned in GitHub
huan123/py-fatser-rcnn
tf
Mentioned in GitHub
lyqcom/fasterrcnn-fpn-dcn
mindspore
Mentioned in GitHub
sorg20/RPN
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
2d-object-detection-on-sardet-100kF-RCNN
box mAP: 49.0
object-counting-on-carpkFaster R-CNN (2015)
MAE: 39.88
RMSE: 47.67
object-detection-on-coco-oFaster R-CNN (ResNet-50-FPN)
Average mAP: 16.4
Effective Robustness: -0.41
object-detection-on-pascal-voc-2007-15-5Faster R-CNN
MAP: 73.2%
object-detection-on-pku-ddd17-car-1Faster-RCNN
mAP50: 80.2
object-detection-on-ua-detracFaster R-CNN
mAP: 58.45
real-time-object-detection-on-pascal-voc-2007-1Faster R-CNN
FPS: 7.0
MAP: 73.2
robust-object-detection-on-cityscapes-1Baseline
mPC [AP]: 15.4
vessel-detection-on-vessel-detection-datesetFaster RCNN
AP: 64.3%

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
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks | Papers | HyperAI