Cascaded Partial Decoder for Fast and Accurate Salient Object Detection
Zhe Wu, Li Su, Qingming Huang

TL;DR
The paper introduces a fast, accurate salient object detection framework that selectively uses features for efficiency and refines them with saliency maps, outperforming existing models in speed and accuracy.
Contribution
A novel Cascaded Partial Decoder framework that accelerates salient object detection by discarding high-resolution features and refining features with saliency maps for improved performance.
Findings
Achieves state-of-the-art accuracy on five benchmark datasets.
Runs significantly faster than existing models.
Improves efficiency and accuracy of existing multi-level feature models.
Abstract
Existing state-of-the-art salient object detection networks rely on aggregating multi-level features of pre-trained convolutional neural networks (CNNs). Compared to high-level features, low-level features contribute less to performance but cost more computations because of their larger spatial resolutions. In this paper, we propose a novel Cascaded Partial Decoder (CPD) framework for fast and accurate salient object detection. On the one hand, the framework constructs partial decoder which discards larger resolution features of shallower layers for acceleration. On the other hand, we observe that integrating features of deeper layers obtain relatively precise saliency map. Therefore we directly utilize generated saliency map to refine the features of backbone network. This strategy efficiently suppresses distractors in the features and significantly improves their representation…
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 Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsAverage Pooling · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling
