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 convolutional layer with a padding of transforms the feature maps into a new output with channels, providing a length- 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- 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
Tags
D2L
Dive into Deep Learning @ D2L