Mask R-CNN

Mask R-CNN

罗斯·吉尔希克 Ross Girshick · Facebook AI Research (FAIR) · 2017-03-20 · arXiv:1703.06870 ↗ · 被引 32324

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了一个概念上简单、灵活且通用的物体实例分割框架。我们的方法在高效检测图像中物体的同时,为每个实例生成高质量的分割掩码。该方法称为 Mask R-CNN,它通过添加一个与现有边界框识别分支并行的物体掩码预测分支来扩展 Faster R-CNN。Mask R-CNN 易于训练,且仅对 Faster R-CNN 增加少量开销,运行速度为 5 fps。此外,Mask R-CNN 易于推广到其他任务,例如允许我们在同一框架中估计人体姿态。我们在 COCO 挑战赛的所有三个赛道(包括实例分割、边界框物体检测和人体关键点检测)中均展示了最佳结果。无需花哨技巧,Mask R-CNN 在每项任务上都优于所有现有的单模型参赛作品,包括 COCO 2016 挑战赛的获胜者。我们希望我们简单而有效的方法能够作为坚实的基线,并有助于简化未来在实例级识别方面的研究。代码已开源:https://github.com/facebookresearch/Detectron

We present a conceptually simple, flexible, and general framework for object instance segmentation. Our approach efficiently detects objects in an image while simultaneously generating a high-quality segmentation mask for each instance. The method, called Mask R-CNN, extends Faster R-CNN by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition. Mask R-CNN is simple to train and adds only a small overhead to Faster R-CNN, running at 5 fps. Moreover, Mask R-CNN is easy to generalize to other tasks, e.g., allowing us to estimate human poses in the same framework. We show top results in all three tracks of the COCO suite of challenges, including instance segmentation, bounding-box object detection, and person keypoint detection. Without bells and whistles, Mask R-CNN outperforms all existing, single-model entries on every task, including the COCO 2016 challenge winners. We hope our simple and effective approach will serve as a solid baseline and help ease future research in instance-level recognition. Code has been made available at: https://github.com/facebookresearch/Detectron

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 15)

阅读逐段中英对照全文 →