Boundary-guided Feature Aggregation Network for Salient Object Detection
Fully convolutional networks (FCN) has significantly improved the performance of many pixel-labeling tasks, such as semantic segmentation and depth estimation. However, it still remains non-trivial to thoroughly utilize the multi-level convolutional feature maps and boundary information for salient object detection. In this paper, we propose a novel FCN framework to integrate multi-level convolutional features recurrently with the guidance of object boundary information. First, a deep convolutional network is used to extract multi-level feature maps and separately aggregate them into multiple resolutions, which can be used to generate coarse saliency maps. Meanwhile, another boundary information extraction branch is proposed to generate boundary features. Finally, an attention-based feature fusion module is designed to fuse boundary information into salient regions to achieve accurate boundary inference and semantic enhancement. The final saliency maps are the combination of the predicted boundary maps and integrated saliency maps, which are more closer to the ground truths. Experiments and analysis on four large-scale benchmarks verify that our framework achieves new state-of-the-art results.
Code (0)
등록된 구현이 없습니다.
Tasks
Depth EstimationObjectobject-detectionObject DetectionRGB Salient Object DetectionSalient Object DetectionSemantic SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Boundary-Aware Salient Object Detection via Recurrent Two-Stream Guided Refinement Network
Recent deep learning based salient object detection methods which utilize both saliency and boundary features have achieved remarkable performance. However, most of them ignore the complementarity between saliency featur…
object-detectionObject DetectionRGB Salient Object DetectionSalient Object DetectionAttentive Feedback Network for Boundary-Aware Salient Object Detection
Recent deep learning based salient object detection methods achieve gratifying performance built upon Fully Convolutional Neural Networks (FCNs). However, most of them have suffered from the boundary challenge. The state…
Objectobject-detectionObject DetectionRGB Salient Object Detection+1Progressive Multi-scale Fusion Network for RGB-D Salient Object Detection
Salient object detection(SOD) aims at locating the most significant object within a given image. In recent years, great progress has been made in applying SOD on many vision tasks. The depth map could provide additional …
object-detectionObject DetectionRGB-D Salient Object DetectionSalient Object DetectionProgressive Self-Guided Loss for Salient Object Detection
We present a simple yet effective progressive self-guided loss function to facilitate deep learning-based salient object detection (SOD) in images. The saliency maps produced by the most relevant works still suffer from …
Objectobject-detectionObject DetectionSalient Object DetectionBoundary Guided Context Aggregation for Semantic Segmentation
The recent studies on semantic segmentation are starting to notice the significance of the boundary information, where most approaches see boundaries as the supplement of semantic details. However, simply combing boundar…
Boundary DetectionSemantic Segmentation