Learn Before
Concept
Faster R-CNN Joint Training Objective
The Faster R-CNN model is trained end-to-end, meaning the region proposal network (RPN) is jointly trained with the rest of the object detection architecture. Its objective function combines four components: the standard object class and bounding box predictions used in Fast R-CNN, along with the binary class (object versus background) and bounding box predictions for the anchor boxes in the RPN. This joint training allows the RPN to learn from data how to generate high-quality region proposals, thereby maintaining detection accuracy while reducing the total number of proposals.
0
1
Updated 2026-05-21
Tags
D2L
Dive into Deep Learning @ D2L