paper-with-me

Papers

PiCANet: Learning Pixel-wise Contextual Attention for Saliency Detection

2017-08-21 · CVPR 2018 6 · Nian Liu, Junwei Han, Ming-Hsuan Yang

Contexts play an important role in the saliency detection task. However, given a context region, not all contextual information is helpful for the final task. In this paper, we propose a novel pixel-wise contextual attention network, i.e., the PiCANet, to learn to selectively attend to informative context locations for each pixel. Specifically, for each pixel, it can generate an attention map in which each attention weight corresponds to the contextual relevance at each context location. An attended contextual feature can then be constructed by selectively aggregating the contextual information. We formulate the proposed PiCANet in both global and local forms to attend to global and local contexts, respectively. Both models are fully differentiable and can be embedded into CNNs for joint training. We also incorporate the proposed models with the U-Net architecture to detect salient objects. Extensive experiments show that the proposed PiCANets can consistently improve saliency detection performance. The global and local PiCANets facilitate learning global contrast and homogeneousness, respectively. As a result, our saliency model can detect salient objects more accurately and uniformly, thus performing favorably against the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1708.06433

Code (2)

nian-liu/PiCANet 공식 구현
Ugness/PiCANet-Implementation pytorch

Tasks

RGB Salient Object DetectionSaliency Detection

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

PiCANet: Pixel-wise Contextual Attention Learning for Accurate Saliency Detection

2018-12-15 · Nian Liu, Junwei Han, Ming-Hsuan Yang

In saliency detection, every pixel needs contextual information to make saliency prediction. Previous models usually incorporate contexts holistically. However, for each pixel, usually only part of its context region is …

object-detectionObject DetectionRGB Salient Object DetectionSaliency Detection+3

Rethinking of the Image Salient Object Detection: Object-level Semantic Saliency Re-ranking First, Pixel-wise Saliency Refinement Latter

2020-08-10 · Zhen-Yu Wu, Shuai Li, Chenglizhao Chen, Aimin Hao 외

The real human attention is an interactive activity between our visual system and our brain, using both low-level visual stimulus and high-level semantic information. Previous image salient object detection (SOD) works c…

Objectobject-detectionObject DetectionRe-Ranking+2

Beyond saliency: understanding convolutional neural networks from saliency prediction on layer-wise relevance propagation

2017-12-22 · Heyi Li, Yunke Tian, Klaus Mueller, Xin Chen

Despite the tremendous achievements of deep convolutional neural networks (CNNs) in many computer vision tasks, understanding how they actually work remains a significant challenge. In this paper, we propose a novel two-…

Saliency Prediction

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

PISA: Pixelwise Image Saliency by Aggregating Complementary Appearance Contrast Measures with Spatial Priors

2013-06-01 · CVPR 2013 6 · Keyang Shi, Keze Wang, Jiangbo Lu, Liang Lin

Driven by recent vision and graphics applications such as image segmentation and object recognition, assigning pixel-accurate saliency values to uniformly highlight foreground objects becomes increasingly critical. More …

Image SegmentationObject RecognitionSaliency DetectionSemantic Segmentation