Highlight

Mask R-CNN

Extends Faster R-CNN with a parallel mask-prediction branch for simple, general object instance segmentation.

Based on

Mask R-CNN

By Kaiming He, Georgia Gkioxari, Piotr Dollár et al.arXiv
Read original article →

Mask R-CNN presents a conceptually simple and flexible framework for object instance segmentation, a task requiring both detecting objects in an image and producing a high-quality segmentation mask for each detected instance. The core method extends the existing Faster R-CNN object detector by adding a new branch, running in parallel with the existing bounding-box recognition branch, that predicts an object mask for each instance. This design keeps Mask R-CNN simple to train and adds only a small computational overhead relative to Faster R-CNN, while running at 5 frames per second, and it generalizes easily to other tasks, such as estimating human poses within the same framework.

The method achieves top results across all three tracks of the COCO challenge suite, instance segmentation, bounding-box object detection, and person keypoint detection, outperforming every existing single-model entry, including the winners of the COCO 2016 challenge, without relying on additional tricks. This mattered because it delivered a single, general, and easy-to-train architecture that set a new standard across multiple instance-level recognition tasks simultaneously, and the authors intended it as a solid baseline to ease future research.

Abstract

Mask R-CNN is a simple, flexible framework for object instance segmentation that detects objects while generating a high-quality mask for each instance. It extends Faster R-CNN by adding a branch predicting an object mask in parallel with the bounding-box branch, staying simple to train with small overhead, running at 5 fps. It generalizes to other tasks like human pose estimation and tops all three COCO challenge tracks, beating all existing single-model entries including the COCO 2016 winners.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

instance segmentationobject detectionFaster R-CNNcomputer visionpose estimation
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.