Learn Before
Concept
Region-based Convolutional Neural Network
The Region-based Convolutional Neural Network (R-CNN) is an object detection model that operates by first extracting a large number of region proposals (e.g., ) from an input image. Anchor boxes can also be considered as such proposals. A Convolutional Neural Network (CNN) is then used to perform forward propagation on each individual region proposal to extract its features. Finally, these features are utilized to predict the class and bounding box for each proposed region.
0
1
Updated 2026-05-21
Tags
D2L
Dive into Deep Learning @ D2L