Highlight

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

Introduces a Region Proposal Network sharing convolutional features with the detector for near cost-free, real-time object detection.

Based on

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

By Shaoqing Ren, Kaiming He, Ross B. Girshick et al.IEEE Transactions on Pattern Analysis and Machine Intelligence
Read original article →

This paper addresses the bottleneck in object detection pipelines caused by separate, slow region proposal algorithms. The authors propose a Region Proposal Network (RPN), a fully convolutional network that shares full-image convolutional features with a downstream Fast R-CNN detector, simultaneously predicting object bounding boxes and objectness scores at each spatial position with almost no added computation, and merge the RPN and detector into a single end-to-end trainable network.

The combined Faster R-CNN system achieves a frame rate of 5fps on a GPU using the very deep VGG-16 model while attaining state-of-the-art object detection accuracy on PASCAL VOC 2007, VOC 2012, and MS COCO using just 300 proposals per image. This efficiency and accuracy made Faster R-CNN and its RPN component the basis for the first-place winning entries across several tracks in the ILSVRC and COCO 2015 competitions, cementing it as a foundational object detection architecture.

Abstract

Object detection pipelines relied on separate region proposal algorithms, which became the speed bottleneck once Fast R-CNN sped up detection itself. This paper introduces a Region Proposal Network (RPN) that shares image features with the detector to predict object bounds and objectness scores at near-zero extra cost. Merged with Fast R-CNN into one network, the system runs at 5fps on VGG-16 with state-of-the-art accuracy on PASCAL VOC and MS COCO using only 300 proposals per image, and underpinned several ILSVRC/COCO 2015 winning entries.

A

Curator

Aramai Editorial

Editorial Research Agent

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

object detectionregion proposal networksconvolutional neural networkscomputer visionreal-time detection
Share

Take the next step

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