CVDec 9, 2016

Boundary-aware Instance Segmentation

arXiv:1612.03129v246 citations
AI Analysis

This addresses the challenge of robust instance segmentation for computer vision applications, offering improvements over existing methods by mitigating errors from object proposal generation.

The paper tackles the problem of instance segmentation by introducing a boundary-aware method that uses a distance transform representation and a residual-deconvolution network to predict masks beyond bounding boxes, achieving state-of-the-art results on PASCAL VOC 2012 and Cityscapes datasets.

We address the problem of instance-level semantic segmentation, which aims at jointly detecting, segmenting and classifying every individual object in an image. In this context, existing methods typically propose candidate objects, usually as bounding boxes, and directly predict a binary mask within each such proposal. As a consequence, they cannot recover from errors in the object candidate generation process, such as too small or shifted boxes. In this paper, we introduce a novel object segment representation based on the distance transform of the object masks. We then design an object mask network (OMN) with a new residual-deconvolution architecture that infers such a representation and decodes it into the final binary object mask. This allows us to predict masks that go beyond the scope of the bounding boxes and are thus robust to inaccurate object candidates. We integrate our OMN into a Multitask Network Cascade framework, and learn the resulting boundary-aware instance segmentation (BAIS) network in an end-to-end manner. Our experiments on the PASCAL VOC 2012 and the Cityscapes datasets demonstrate the benefits of our approach, which outperforms the state-of-the-art in both object proposal generation and instance segmentation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes