HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Suppress and Balance: A Simple Gated Network for Salient Object Detection

Zhao Xiaoqi ; Pang Youwei ; Zhang Lihe ; Lu Huchuan ; Zhang Lei

Suppress and Balance: A Simple Gated Network for Salient Object
  Detection

Abstract

Most salient object detection approaches use U-Net or feature pyramidnetworks (FPN) as their basic structures. These methods ignore two key problemswhen the encoder exchanges information with the decoder: one is the lack ofinterference control between them, the other is without considering thedisparity of the contributions of different encoder blocks. In this work, wepropose a simple gated network (GateNet) to solve both issues at once. With thehelp of multilevel gate units, the valuable context information from theencoder can be optimally transmitted to the decoder. We design a novel gateddual branch structure to build the cooperation among different levels offeatures and improve the discriminability of the whole network. Through thedual branch design, more details of the saliency map can be further restored.In addition, we adopt the atrous spatial pyramid pooling based on the proposed"Fold" operation (Fold-ASPP) to accurately localize salient objects of variousscales. Extensive experiments on five challenging datasets demonstrate that theproposed model performs favorably against most state-of-the-art methods underdifferent evaluation metrics.

Code Repositories

xiaoqi-zhao-dlut/msnet
pytorch
Mentioned in GitHub
xiaoqi-zhao-dlut/multi-source-aps-zvos
pytorch
Mentioned in GitHub
Xiaoqi-Zhao-DLUT/GateNet-RGB-Saliency
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
dichotomous-image-segmentation-on-dis-te1GateNet
E-measure: 0.766
HCE: 230
MAE: 0.099
S-Measure: 0.701
max F-Measure: 0.620
weighted F-measure: 0.517
dichotomous-image-segmentation-on-dis-te2GateNet
E-measure: 0.804
HCE: 501
MAE: 0.102
S-Measure: 0.737
max F-Measure: 0.702
weighted F-measure: 0.598
dichotomous-image-segmentation-on-dis-te3GateNet
E-measure: 0.815
HCE: 972
MAE: 0.103
S-Measure: 0.747
max F-Measure: 0.726
weighted F-measure: 0.620
dichotomous-image-segmentation-on-dis-te4GateNet
E-measure: 0.803
HCE: 3654
MAE: 0.109
S-Measure: 0.743
max F-Measure: 0.729
weighted F-measure: 0.625
dichotomous-image-segmentation-on-dis-vdGateNet
E-measure: 0.783
HCE: 1493
MAE: 0.110
S-Measure: 0.723
max F-Measure: 0.678
weighted F-measure: 0.574

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
Suppress and Balance: A Simple Gated Network for Salient Object Detection | Papers | HyperAI