paper-with-me

홈 › Papers

Co-Saliency Detection with Co-Attention Fully Convolutional Network

2020-08-20 · Guangshuai Gao, Wenting Zhao, Qingjie Liu, Yunhong Wang

Co-saliency detection aims to detect common salient objects from a group of relevant images. Some attempts have been made with the Fully Convolutional Network (FCN) framework and achieve satisfactory detection results. However, due to stacking convolution layers and pooling operation, the boundary details tend to be lost. In addition, existing models often utilize the extracted features without discrimination, leading to redundancy in representation since actually not all features are helpful to the final prediction and some even bring distraction. In this paper, we propose a co-attention module embedded FCN framework, called as Co-Attention FCN (CA-FCN). Specifically, the co-attention module is plugged into the high-level convolution layers of FCN, which can assign larger attention weights on the common salient objects and smaller ones on the background and uncommon distractors to boost final detection performance. Extensive experiments on three popular co-saliency benchmark datasets demonstrate the superiority of the proposed CA-FCN, which outperforms state-of-the-arts in most cases. Besides, the effectiveness of our new co-attention module is also validated with ablation studies.

📄 PDF Abstract BibTeX arXiv:2008.08909

Code (0)

등록된 구현이 없습니다.

Tasks

Co-Salient Object DetectionSaliency Detection

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 제목 키워드 기반

Saliency Detection With Fully Convolutional Neural Network

2019-06-24 · Hooman Misaghi, Reza Askari Moghadam, Ali Mahmoudi, Kurosh Madani

Saliency detection is an important task in image processing as it can solve many problems and it usually is the first step in for other processes. Convolutional neural networks have been proved to be very effective on se…

ColorizationSaliency Detection

Recurrent Attentional Networks for Saliency Detection

2016-04-12 · CVPR 2016 6 · Jason Kuen, Zhenhua Wang, Gang Wang

Convolutional-deconvolution networks can be adopted to perform end-to-end saliency detection. But, they do not work well with objects of multiple scales. To overcome such a limitation, in this work, we propose a recurren…

Saliency Detection

DeepSaliency: Multi-Task Deep Neural Network Model for Salient Object Detection

2015-10-19 · Xi Li, Liming Zhao, Lina Wei, Ming-Hsuan Yang 외

A key problem in salient object detection is how to effectively model the semantic properties of salient objects in a data-driven manner. In this paper, we propose a multi-task deep saliency model based on a fully convol…

Image SegmentationMulti-Task LearningObjectobject-detection+5

SalFAU-Net: Saliency Fusion Attention U-Net for Salient Object Detection

2024-05-05 · Kassaw Abraham Mulat, Zhengyong Feng, Tegegne Solomon Eshetie, Ahmed Endris Hasen

Salient object detection (SOD) remains an important task in computer vision, with applications ranging from image segmentation to autonomous driving. Fully convolutional network (FCN)-based methods have made remarkable p…

Autonomous DrivingDecoderImage Segmentationobject-detection+4

Agile Amulet: Real-Time Salient Object Detection with Contextual Attention

2018-02-20 · Pingping Zhang, Luyao Wang, Dong Wang, Huchuan Lu 외

This paper proposes an Agile Aggregating Multi-Level feaTure framework (Agile Amulet) for salient object detection. The Agile Amulet builds on previous works to predict saliency maps using multi-level convolutional featu…

object-detectionObject DetectionRGB Salient Object DetectionSalient Object Detection