Learn Before
Concept

Fast R-CNN

The Fast R-CNN model is an evolution of the R-CNN architecture designed to address its primary performance bottleneck: independent convolutional feature extraction for thousands of overlapping region proposals. Instead of processing each region proposal individually, Fast R-CNN performs a single CNN forward propagation on the entire input image to produce a global feature map. Because computation is shared across all region proposals, this approach eliminates redundant processing and significantly accelerates object detection.

Image 0

0

1

Updated 2026-05-21

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related
Learn After