CVApr 5, 2019

ShapeMask: Learning to Segment Novel Objects by Refining Shape Priors

arXiv:1904.03239v1127 citations
Originality Incremental advance
AI Analysis

This addresses the costly need for extensive mask annotations in instance segmentation, enabling generalization to novel categories with incremental improvements.

ShapeMask tackles the problem of instance segmentation for novel object categories by learning object shape priors and instance embeddings, achieving state-of-the-art improvements of 6.4 and 3.8 AP across categories and competitive performance in fully supervised settings.

Instance segmentation aims to detect and segment individual objects in a scene. Most existing methods rely on precise mask annotations of every category. However, it is difficult and costly to segment objects in novel categories because a large number of mask annotations is required. We introduce ShapeMask, which learns the intermediate concept of object shape to address the problem of generalization in instance segmentation to novel categories. ShapeMask starts with a bounding box detection and gradually refines it by first estimating the shape of the detected object through a collection of shape priors. Next, ShapeMask refines the coarse shape into an instance level mask by learning instance embeddings. The shape priors provide a strong cue for object-like prediction, and the instance embeddings model the instance specific appearance information. ShapeMask significantly outperforms the state-of-the-art by 6.4 and 3.8 AP when learning across categories, and obtains competitive performance in the fully supervised setting. It is also robust to inaccurate detections, decreased model capacity, and small training data. Moreover, it runs efficiently with 150ms inference time and trains within 11 hours on TPUs. With a larger backbone model, ShapeMask increases the gap with state-of-the-art to 9.4 and 6.2 AP across categories. Code will be released.

Code Implementations1 repo
Foundations

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

Your Notes