Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun

TL;DR
This paper introduces a Region Proposal Network (RPN) that shares features with the detection network, enabling faster, nearly real-time object detection with high accuracy on standard datasets.
Contribution
The paper presents the first fully convolutional RPN that generates high-quality region proposals efficiently and integrates seamlessly with Fast R-CNN for end-to-end training.
Findings
Achieves 5 fps detection speed with VGG-16 on GPU.
Outperforms previous methods on PASCAL VOC and MS COCO datasets.
Used in winning entries of ILSVRC and COCO competitions.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications
MethodsWhy does Robinhood say my account is locked or restricted? · QuickBooks Payroll Not Working? Here’s the Number to Call · To contact a live representative at American Airlines, call their 24/7 customer service hotline at +1-888⇌»⇌263⇌0217) or 1-800-American Airlines. You can also use their website's live chat or email fo · 15 Ways To Talk To American Airlines Customer Service via Phone, Email, or Chat Options: A Step-by-Step Guide · Region Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN · Fast R-CNN
