Label Decoupling Framework for Salient Object Detection
Jun Wei, Shuhui Wang, Zhe Wu, Chi Su, Qingming Huang, Qi Tian

TL;DR
This paper introduces a label decoupling framework for salient object detection that separates body and edge information to improve prediction accuracy, utilizing a feature interaction network for iterative refinement.
Contribution
The proposed framework explicitly decouples saliency maps into body and detail maps, and employs a feature interaction network for enhanced saliency prediction and refinement.
Findings
Outperforms state-of-the-art methods on six benchmark datasets.
Effective in handling edge pixel imbalance issues.
Improves saliency map accuracy through iterative feature refinement.
Abstract
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…
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.
Code & Models
Videos
Label Decoupling Framework for Salient Object Detection· youtube
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Computing and Algorithms · Advanced Neural Network Applications
