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

Uncertainty Inspired RGB-D Saliency Detection

About

We propose the first stochastic framework to employ uncertainty for RGB-D saliency detection by learning from the data labeling process. Existing RGB-D saliency detection models treat this task as a point estimation problem by predicting a single saliency map following a deterministic learning pipeline. We argue that, however, the deterministic solution is relatively ill-posed. Inspired by the saliency data labeling process, we propose a generative architecture to achieve probabilistic RGB-D saliency detection which utilizes a latent variable to model the labeling variations. Our framework includes two main models: 1) a generator model, which maps the input image and latent variable to stochastic saliency prediction, and 2) an inference model, which gradually updates the latent variable by sampling it from the true or approximate posterior distribution. The generator model is an encoder-decoder saliency network. To infer the latent variable, we introduce two different solutions: i) a Conditional Variational Auto-encoder with an extra encoder to approximate the posterior distribution of the latent variable; and ii) an Alternating Back-Propagation technique, which directly samples the latent variable from the true posterior distribution. Qualitative and quantitative results on six challenging RGB-D benchmark datasets show our approach's superior performance in learning the distribution of saliency maps. The source code is publicly available via our project page: https://github.com/JingZhang617/UCNet.

Jing Zhang, Deng-Ping Fan, Yuchao Dai, Saeed Anwar, Fatemeh Saleh, Sadegh Aliakbarian, Nick Barnes• 2020

Related benchmarks

TaskDatasetResultRank
RGB-D Salient Object DetectionSTERE
S-measure (Sα)0.903
198
RGB-D Salient Object DetectionNJU2K (test)
S-measure (Sα)0.902
137
RGB-D Salient Object DetectionSIP
S-measure (Sα)0.875
124
RGBD Saliency DetectionDES
S-measure0.934
102
RGBD Saliency DetectionNLPR
S-measure0.92
85
Saliency Object DetectionSIP
F_beta Score0.877
79
RGB-D Saliency DetectionNLPR
Max F-beta0.903
65
RGBD Saliency DetectionSSB
S-measure0.903
48
RGBD Saliency DetectionLFSD
S-measure0.864
43
RGB saliency detectionLFSD (test)
F_beta Score85.7
43
Showing 10 of 27 rows

Other info

Code

Follow for update