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., 20002000) 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.

Image 0

0

1

Updated 2026-05-21

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L