Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Deep Contrast Learning for Salient Object Detection

About

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 features very efficiently, and better models saliency discontinuities along object boundaries. Finally, a fully connected CRF model can be optionally incorporated to improve spatial coherence and contour localization in the fused result from these two streams. Experimental results demonstrate that our deep model significantly improves the state of the art.

Guanbin Li, Yizhou Yu• 2016

Related benchmarks

TaskDatasetResultRank
Salient Object DetectionDUTS (test)
M (MAE)0.0812
302
Salient Object DetectionECSSD
MAE0.0798
202
Salient Object DetectionPASCAL-S
MAE0.1115
186
Salient Object DetectionHKU-IS
MAE0.0639
155
Salient Object DetectionPASCAL-S (test)
MAE0.108
149
Salient Object DetectionHKU-IS (test)
MAE0.049
137
Salient Object DetectionDUT-OMRON
MAE0.1573
120
Salient Object DetectionDUT-OMRON (test)
MAE0.08
92
Salient Object DetectionFBMS (test)
MAE0.089
58
Video Salient Object DetectionViSal
MAE0.035
42
Showing 10 of 29 rows

Other info

Follow for update