seniorComputer Vision
What is Mask R-CNN and how does it extend Faster R-CNN?
Updated May 15, 2026
Short answer
Mask R-CNN adds a segmentation branch to Faster R-CNN for pixel-level object masks.
Deep explanation
Mask R-CNN extends Faster R-CNN by adding a parallel branch that predicts binary masks for each Region of Interest (RoI). It replaces ROI pooling with ROI Align to avoid quantization errors, improving spatial alignment. The architecture simultaneously predicts class labels, bounding boxes, and segmentation masks.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro