Share your thoughts, 1 month free Claude Pro on usSee more
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
325
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.636
224
Salient Object DetectionECSSD
MAE0.0328
222
Salient Object DetectionPASCAL-S
MAE0.065
196
Salient Object DetectionHKU-IS
MAE0.032
175
Camouflaged Object DetectionChameleon
S-measure (S_alpha)67.9
150
Camouflaged Object DetectionCAMO (test)
E_phi0.622
111
Marine Animal SegmentationUFO120 (test)
mIoU67.7
62
Marine Animal SegmentationRUWI (test)
mIoU77.3
62
Camouflaged Object SegmentationCAMO (test)
S-measure (S_alpha)0.659
56
Showing 10 of 30 rows

Other info

Code

Follow for update