CVOct 19, 2018

Saliency guided deep network for weakly-supervised image segmentation

arXiv:1810.08378v18 citations
Originality Incremental advance
AI Analysis

This work addresses weakly-supervised image segmentation for computer vision applications, presenting an incremental improvement over existing methods.

The paper tackles the problem of generating high-quality object locations for weakly-supervised image segmentation by proposing a saliency-guided network that expands sparse classification activation maps using seeded region growing, achieving effectiveness demonstrated on the PASCAL VOC2012 dataset.

Weakly-supervised image segmentation is an important task in computer vision. A key problem is how to obtain high quality objects location from image-level category. Classification activation mapping is a common method which can be used to generate high-precise object location cues. However these location cues are generally very sparse and small such that they can not provide effective information for image segmentation. In this paper, we propose a saliency guided image segmentation network to resolve this problem. We employ a self-attention saliency method to generate subtle saliency maps, and render the location cues grow as seeds by seeded region growing method to expand pixel-level labels extent. In the process of seeds growing, we use the saliency values to weight the similarity between pixels to control the growing. Therefore saliency information could help generate discriminative object regions, and the effects of wrong salient pixels can be suppressed efficiently. Experimental results on a common segmentation dataset PASCAL VOC2012 demonstrate the effectiveness of our method.

Foundations

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

Your Notes