HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Label Decoupling Framework for Salient Object Detection

Jun Wei; Shuhui Wang; Zhe Wu; Chi Su; Qingming Huang; Qi Tian

Label Decoupling Framework for Salient Object Detection

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 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.

Code Repositories

weijun88/LDF
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
saliency-detection-on-dut-omronLDF(ours)
MAE: 0.051
saliency-detection-on-hku-isLDF(ours)
MAE: 0.027
salient-object-detection-on-dut-omron-2LDF
E-measure: 0.873
MAE: 0.051
S-measure: 0.838
max_F1: 0.819
salient-object-detection-on-duts-te-1LDF(ResNet-50)
E-measure: 0.909
MAE: 0.034
Smeasure: 0.892
max_F1: 0.897
salient-object-detection-on-ecssd-1LDF(ours)
E-measure: 0.924
MAE: 0.033
S-measure: 0.924
max_F1: 0.950
salient-object-detection-on-hku-is-1LDF
E-measure: 0.953
MAE: 0.027
S-measure: 0.919
max_F1: 0.939
salient-object-detection-on-pascal-s-1LDF(ours)
E-measure: 0.865
MAE: 0.059
S-measure: 0.856
max_F1: 0.874

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Label Decoupling Framework for Salient Object Detection | Papers | HyperAI