paper-with-me

홈 › Papers

Pixel-wise Attentional Gating for Parsimonious Pixel Labeling

2018-05-03 · Shu Kong, Charless Fowlkes

To achieve parsimonious inference in per-pixel labeling tasks with a limited computational budget, we propose a \emph{Pixel-wise Attentional Gating} unit (\emph{PAG}) that learns to selectively process a subset of spatial locations at each layer of a deep convolutional network. PAG is a generic, architecture-independent, problem-agnostic mechanism that can be readily "plugged in" to an existing model with fine-tuning. We utilize PAG in two ways: 1) learning spatially varying pooling fields that improve model performance without the extra computation cost associated with multi-scale pooling, and 2) learning a dynamic computation policy for each pixel to decrease total computation while maintaining accuracy. We extensively evaluate PAG on a variety of per-pixel labeling tasks, including semantic segmentation, boundary detection, monocular depth and surface normal estimation. We demonstrate that PAG allows competitive or state-of-the-art performance on these tasks. Our experiments show that PAG learns dynamic spatial allocation of computation over the input image which provides better performance trade-offs compared to related approaches (e.g., truncating deep models or dynamically skipping whole layers). Generally, we observe PAG can reduce computation by $10\%$ without noticeable loss in accuracy and performance degrades gracefully when imposing stronger computational constraints.

📄 PDF Abstract BibTeX arXiv:1805.01556

Code (1)

aimerykong/Pixel-Attentional-Gating 공식 구현

Tasks

Boundary DetectionSemantic SegmentationSurface Normal Estimation

Similar Papers 제목 키워드 기반

Robust Superpixel-Guided Attentional Adversarial Attack

2020-06-01 · CVPR 2020 6 · Xiaoyi Dong, Jiangfan Han, Dongdong Chen, Jiayang Liu 외

Deep Neural Networks are vulnerable to adversarial samples, which can fool classifiers by adding small perturbations onto the original image. Since the pioneering optimization-based adversarial attack method, many follow…

Adversarial AttackSteganalysis

SuperInpaint: Learning Detail-Enhanced Attentional Implicit Representation for Super-resolutional Image Inpainting

2023-07-26 · Canyu Zhang, Qing Guo, Xiaoguang Li, Renjie Wan 외

In this work, we introduce a challenging image restoration task, referred to as SuperInpaint, which aims to reconstruct missing regions in low-resolution images and generate completed images with arbitrarily higher resol…

Image InpaintingImage ReconstructionImage RestorationSuper-Resolution

Exploring Set Similarity for Dense Self-supervised Representation Learning

2021-07-19 · CVPR 2022 1 · Zhaoqing Wang, Qiang Li, Guoxin Zhang, Pengfei Wan 외

By considering the spatial correspondence, dense self-supervised representation learning has achieved superior performance on various dense prediction tasks. However, the pixel-level correspondence tends to be noisy beca…

Instance SegmentationKeypoint Detectionobject-detectionObject Detection+3

Is an Image Also Worth 16x16=256 Superpixels? A Framework for Attentional Image Classification

2026-05-26 · Pedro Henrique da Costa Avelar, Anderson R. Tavares, Luís C. Lamb arxiv

Superpixel-based image classification has traditionally leveraged graph neural networks (GNNs) for processing irregular image representations. Recent advances in computer vision, driven by Vision Transformers (ViTs), hav…

Superpixel Image ClassificationDomain Generalization

PICA: A Pixel Correlation-based Attentional Black-box Adversarial Attack

2021-01-19 · Jie Wang, Zhaoxia Yin, Jin Tang, Jing Jiang 외

The studies on black-box adversarial attacks have become increasingly prevalent due to the intractable acquisition of the structural knowledge of deep neural networks (DNNs). However, the performance of emerging attacks …

Adversarial Attack