CVMay 27, 2015

Inner and Inter Label Propagation: Salient Object Detection in the Wild

arXiv:1505.07192v1195 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of detecting salient objects in complex natural images for computer vision applications, representing an incremental improvement.

The paper tackles salient object detection by proposing a label propagation method that uses background and foreground cues, achieving superior performance on five benchmark datasets compared to state-of-the-art methods.

In this paper, we propose a novel label propagation based method for saliency detection. A key observation is that saliency in an image can be estimated by propagating the labels extracted from the most certain background and object regions. For most natural images, some boundary superpixels serve as the background labels and the saliency of other superpixels are determined by ranking their similarities to the boundary labels based on an inner propagation scheme. For images of complex scenes, we further deploy a 3-cue-center-biased objectness measure to pick out and propagate foreground labels. A co-transduction algorithm is devised to fuse both boundary and objectness labels based on an inter propagation scheme. The compactness criterion decides whether the incorporation of objectness labels is necessary, thus greatly enhancing computational efficiency. Results on five benchmark datasets with pixel-wise accurate annotations show that the proposed method achieves superior performance compared with the newest state-of-the-arts in terms of different evaluation metrics.

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