CVMar 19, 2016

Seed, Expand and Constrain: Three Principles for Weakly-Supervised Image Segmentation

arXiv:1603.06098v3816 citations
Originality Highly original
AI Analysis

This addresses the problem of reducing annotation costs for image segmentation, though it is incremental as it builds on existing weakly-supervised approaches.

The paper tackled weakly-supervised semantic image segmentation by introducing a loss function based on seeding, expanding, and constraining principles, resulting in substantially better segmentations than previous state-of-the-art methods on the PASCAL VOC 2012 dataset.

We introduce a new loss function for the weakly-supervised training of semantic image segmentation models based on three guiding principles: to seed with weak localization cues, to expand objects based on the information about which classes can occur in an image, and to constrain the segmentations to coincide with object boundaries. We show experimentally that training a deep convolutional neural network using the proposed loss function leads to substantially better segmentations than previous state-of-the-art methods on the challenging PASCAL VOC 2012 dataset. We furthermore give insight into the working mechanism of our method by a detailed experimental study that illustrates how the segmentation quality is affected by each term of the proposed loss function as well as their combinations.

Code Implementations2 repos
Foundations

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

Your Notes