paper-with-me

Papers

Boundary-guided Feature Aggregation Network for Salient Object Detection

2018-09-28 · Yunzhi Zhuge, Pingping Zhang, Huchuan Lu

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.

📄 PDF Abstract BibTeX arXiv:1809.10821

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationObjectobject-detectionObject DetectionRGB Salient Object DetectionSalient Object DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Boundary-Aware Salient Object Detection via Recurrent Two-Stream Guided Refinement Network

2019-12-11 · Fangting Lin, Chao Yang, Huizhou Li, Bin Jiang

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 Detection

Attentive Feedback Network for Boundary-Aware Salient Object Detection

2019-06-01 · CVPR 2019 6 · Mengyang Feng, Huchuan Lu, Errui Ding

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+1

Progressive Multi-scale Fusion Network for RGB-D Salient Object Detection

2021-06-07 · Guangyu Ren, Yanchu Xie, Tianhong Dai, Tania Stathaki

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 Detection

Progressive Self-Guided Loss for Salient Object Detection

2021-01-07 · Sheng Yang, Weisi Lin, Guosheng Lin, Qiuping Jiang 외

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 Detection

Boundary Guided Context Aggregation for Semantic Segmentation

2021-10-27 · Haoxiang Ma, Hongyu Yang, Di Huang

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