Deep Contrast Learning for Salient Object Detection
Guanbin Li, Yizhou Yu

TL;DR
This paper introduces a novel end-to-end deep contrast network for salient object detection, combining pixel-level and segment-wise features to produce accurate and boundary-aware saliency maps, outperforming previous methods.
Contribution
The paper presents a dual-stream deep network architecture that integrates pixel-level and segment-wise information for improved salient object detection.
Findings
Significant improvement over state-of-the-art methods.
Effective boundary localization with segment-wise features.
Enhanced spatial coherence using CRF.
Abstract
Salient object detection has recently witnessed substantial progress due to powerful features extracted using deep convolutional neural networks (CNNs). However, existing CNN-based methods operate at the patch level instead of the pixel level. Resulting saliency maps are typically blurry, especially near the boundary of salient objects. Furthermore, image patches are treated as independent samples even when they are overlapping, giving rise to significant redundancy in computation and storage. In this CVPR 2016 paper, we propose an end-to-end deep contrast network to overcome the aforementioned limitations. Our deep network consists of two complementary components, a pixel-level fully convolutional stream and a segment-wise spatial pooling stream. The first stream directly produces a saliency map with pixel-level accuracy from an input image. The second stream extracts segment-wise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Face Recognition and Perception · Image and Video Quality Assessment
MethodsConditional Random Field
