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

A Simple Pooling-Based Design for Real-Time Salient Object Detection

About

We solve the problem of salient object detection by investigating how to expand the role of pooling in convolutional neural networks. Based on the U-shape architecture, we first build a global guidance module (GGM) upon the bottom-up pathway, aiming at providing layers at different feature levels the location information of potential salient objects. We further design a feature aggregation module (FAM) to make the coarse-level semantic information well fused with the fine-level features from the top-down pathway. By adding FAMs after the fusion operations in the top-down pathway, coarse-level features from the GGM can be seamlessly merged with features at various scales. These two pooling-based modules allow the high-level semantic features to be progressively refined, yielding detail enriched saliency maps. Experiment results show that our proposed approach can more accurately locate the salient objects with sharpened details and hence substantially improve the performance compared to the previous state-of-the-arts. Our approach is fast as well and can run at a speed of more than 30 FPS when processing a $300 \times 400$ image. Code can be found at http://mmcheng.net/poolnet/.

Jiang-Jiang Liu, Qibin Hou, Ming-Ming Cheng, Jiashi Feng, Jianmin Jiang• 2019

Related benchmarks

TaskDatasetResultRank
Salient Object DetectionDUTS (test)
M (MAE)0.036
302
Salient Object DetectionECSSD
MAE0.035
202
Salient Object DetectionPASCAL-S
MAE0.064
186
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.74
174
Salient Object DetectionHKU-IS
MAE0.03
155
Salient Object DetectionPASCAL-S (test)
MAE0.065
149
Salient Object DetectionHKU-IS (test)
MAE0.03
137
RGB-D Salient Object DetectionLFSD
S-measure (Sα)82.17
122
Salient Object DetectionDUT-OMRON
MAE0.05
120
Salient Object DetectionECSSD (test)
S-measure (Sa)92.1
104
Showing 10 of 69 rows

Other info

Code

Follow for update