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

Pyramid Feature Attention Network for Saliency detection

About

Saliency detection is one of the basic challenges in computer vision. How to extract effective features is a critical point for saliency detection. Recent methods mainly adopt integrating multi-scale convolutional features indiscriminately. However, not all features are useful for saliency detection and some even cause interferences. To solve this problem, we propose Pyramid Feature Attention network to focus on effective high-level context features and low-level spatial structural features. First, we design Context-aware Pyramid Feature Extraction (CPFE) module for multi-scale high-level feature maps to capture rich context features. Second, we adopt channel-wise attention (CA) after CPFE feature maps and spatial attention (SA) after low-level feature maps, then fuse outputs of CA & SA together. Finally, we propose an edge preservation loss to guide network to learn more detailed information in boundary localization. Extensive evaluations on five benchmark datasets demonstrate that the proposed method outperforms the state-of-the-art approaches under different evaluation metrics.

Ting Zhao, Xiangqian Wu• 2019

Related benchmarks

TaskDatasetResultRank
Salient Object DetectionDUTS (test)
M (MAE)0.0405
302
Salient Object DetectionECSSD
MAE0.0328
202
Salient Object DetectionPASCAL-S
MAE0.065
186
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.636
174
Salient Object DetectionHKU-IS
MAE0.032
155
Camouflaged Object DetectionChameleon
S-measure (S_alpha)67.9
96
Camouflaged Object DetectionCAMO (test)
S_alpha0.659
85
Marine Animal SegmentationRMAS (test)
mIoU55.6
47
Marine Animal SegmentationMAS3K (test)
mIoU0.405
47
Saliency DetectionDUT-OMRON
F_beta Score0.8557
40
Showing 10 of 25 rows

Other info

Code

Follow for update