English

Instance-aware Semantic Segmentation via Multi-task Network Cascades

Computer Vision and Pattern Recognition 2015-12-15 v1

Abstract

Semantic segmentation research has recently witnessed rapid progress, but many leading methods are unable to identify object instances. In this paper, we present Multi-task Network Cascades for instance-aware semantic segmentation. Our model consists of three networks, respectively differentiating instances, estimating masks, and categorizing objects. These networks form a cascaded structure, and are designed to share their convolutional features. We develop an algorithm for the nontrivial end-to-end training of this causal, cascaded structure. Our solution is a clean, single-step training framework and can be generalized to cascades that have more stages. We demonstrate state-of-the-art instance-aware semantic segmentation accuracy on PASCAL VOC. Meanwhile, our method takes only 360ms testing an image using VGG-16, which is two orders of magnitude faster than previous systems for this challenging problem. As a by product, our method also achieves compelling object detection results which surpass the competitive Fast/Faster R-CNN systems. The method described in this paper is the foundation of our submissions to the MS COCO 2015 segmentation competition, where we won the 1st place.

Keywords

Cite

@article{arxiv.1512.04412,
  title  = {Instance-aware Semantic Segmentation via Multi-task Network Cascades},
  author = {Jifeng Dai and Kaiming He and Jian Sun},
  journal= {arXiv preprint arXiv:1512.04412},
  year   = {2015}
}

Comments

Tech report. 1st-place winner of MS COCO 2015 segmentation competition

R2 v1 2026-06-22T12:09:18.893Z