CVLGMay 11, 2022

Salient Object Detection via Bounding-box Supervision

arXiv:2205.05245v11 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the labeling burden for researchers and practitioners in computer vision, but it is incremental as it builds on existing weakly-supervised methods.

The paper tackles the problem of reducing labeling effort in saliency detection by using bounding-box supervision instead of pixel-wise labels, achieving competitive results on six benchmark datasets.

The success of fully supervised saliency detection models depends on a large number of pixel-wise labeling. In this paper, we work on bounding-box based weakly-supervised saliency detection to relieve the labeling effort. Given the bounding box annotation, we observe that pixels inside the bounding box may contain extensive labeling noise. However, as a large amount of background is excluded, the foreground bounding box region contains a less complex background, making it possible to perform handcrafted features-based saliency detection with only the cropped foreground region. As the conventional handcrafted features are not representative enough, leading to noisy saliency maps, we further introduce structure-aware self-supervised loss to regularize the structure of the prediction. Further, we claim that pixels outside the bounding box should be background, thus partial cross-entropy loss function can be used to accurately localize the accurate background region. Experimental results on six benchmark RGB saliency datasets illustrate the effectiveness of our model.

Foundations

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

Your Notes