Learn Before
Concept

Region Proposal Network

The region proposal network (RPN) is an internal component of Faster R-CNN that generates region proposals by processing CNN-extracted feature maps in four steps. First, a 3imes33 imes 3 convolutional layer with a padding of 11 transforms the feature maps into a new output with cc channels, providing a length-cc feature vector for each spatial unit. Second, multiple anchor boxes of varying scales and aspect ratios are generated and centered on each pixel. Third, these length-cc feature vectors are used to predict a binary class (object or background) and a bounding box for each anchor box. Finally, non-maximum suppression is applied to the bounding boxes predicted as objects to remove overlapping results, yielding the final region proposals required by the region of interest pooling layer.

0

1

Updated 2026-05-21

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L