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

Label Decoupling Framework for Salient Object Detection

About

To get more accurate saliency maps, recent methods mainly focus on aggregating multi-level features from fully convolutional network (FCN) and introducing edge information as auxiliary supervision. Though remarkable progress has been achieved, we observe that the closer the pixel is to the edge, the more difficult it is to be predicted, because edge pixels have a very imbalance distribution. To address this problem, we propose a label decoupling framework (LDF) which consists of a label decoupling (LD) procedure and a feature interaction network (FIN). LD explicitly decomposes the original saliency map into body map and detail map, where body map concentrates on center areas of objects and detail map focuses on regions around edges. Detail map works better because it involves much more pixels than traditional edge supervision. Different from saliency map, body map discards edge pixels and only pays attention to center areas. This successfully avoids the distraction from edge pixels during training. Therefore, we employ two branches in FIN to deal with body map and detail map respectively. Feature interaction (FI) is designed to fuse the two complementary branches to predict the saliency map, which is then used to refine the two branches again. This iterative refinement is helpful for learning better representations and more precise saliency maps. Comprehensive experiments on six benchmark datasets demonstrate that LDF outperforms state-of-the-art approaches on different evaluation metrics.

Jun Wei, Shuhui Wang, Zhe Wu, Chi Su, Qingming Huang, Qi Tian• 2020

Related benchmarks

TaskDatasetResultRank
Salient Object DetectionDUTS (test)
M (MAE)0.032
302
Salient Object DetectionECSSD
MAE0.034
202
Salient Object DetectionPASCAL-S
MAE0.061
186
Salient Object DetectionHKU-IS
MAE0.028
155
Salient Object DetectionPASCAL-S (test)
MAE0.059
149
Salient Object DetectionHKU-IS (test)
MAE0.024
137
Salient Object DetectionDUT-OMRON
MAE0.051
120
Salient Object DetectionECSSD (test)
S-measure (Sa)0.931
104
Salient Object DetectionDUT-OMRON (test)
MAE0.045
92
Salient Object DetectionHRSOD (test)
F-beta0.904
65
Showing 10 of 40 rows

Other info

Code

Follow for update