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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Salient Object Detection | DUTS (test) | M (MAE)0.0405 | 302 | |
| Salient Object Detection | ECSSD | MAE0.0328 | 202 | |
| Salient Object Detection | PASCAL-S | MAE0.065 | 186 | |
| Camouflaged Object Detection | COD10K (test) | S-measure (S_alpha)0.636 | 174 | |
| Salient Object Detection | HKU-IS | MAE0.032 | 155 | |
| Camouflaged Object Detection | Chameleon | S-measure (S_alpha)67.9 | 96 | |
| Camouflaged Object Detection | CAMO (test) | S_alpha0.659 | 85 | |
| Marine Animal Segmentation | RMAS (test) | mIoU55.6 | 47 | |
| Marine Animal Segmentation | MAS3K (test) | mIoU0.405 | 47 | |
| Saliency Detection | DUT-OMRON | F_beta Score0.8557 | 40 |