Pyramid Feature Attention Network for Saliency detection
Ting Zhao, Xiangqian Wu

TL;DR
This paper introduces a Pyramid Feature Attention Network that selectively emphasizes effective high-level and low-level features for improved saliency detection, incorporating attention mechanisms and an edge preservation loss.
Contribution
It proposes a novel pyramid feature extraction and attention fusion approach, along with an edge preservation loss, to enhance saliency detection accuracy.
Findings
Outperforms state-of-the-art methods on five benchmark datasets.
Effectively captures rich context and spatial features for saliency detection.
Improves boundary localization through edge preservation loss.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
