paper-with-me

홈 › Papers

Self-Supervised Implicit Attention: Guided Attention by The Model Itself

2022-06-15 · Jinyi Wu, Xun Gong, Zhemin Zhang

We propose Self-Supervised Implicit Attention (SSIA), a new approach that adaptively guides deep neural network models to gain attention by exploiting the properties of the models themselves. SSIA is a novel attention mechanism that does not require any extra parameters, computation, or memory access costs during inference, which is in contrast to existing attention mechanism. In short, by considering attention weights as higher-level semantic information, we reconsidered the implementation of existing attention mechanisms and further propose generating supervisory signals from higher network layers to guide lower network layers for parameter updates. We achieved this by building a self-supervised learning task using the hierarchical features of the network itself, which only works at the training stage. To verify the effectiveness of SSIA, we performed a particular implementation (called an SSIA block) in convolutional neural network models and validated it on several image classification datasets. The experimental results show that an SSIA block can significantly improve the model performance, even outperforms many popular attention methods that require additional parameters and computation costs, such as Squeeze-and-Excitation and Convolutional Block Attention Module. Our implementation will be available on GitHub.

📄 PDF Abstract BibTeX arXiv:2206.07434

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Self-supervised Implicit Glyph Attention for Text Recognition

2022-03-07 · CVPR 2023 1 · Tongkun Guan, Chaochen Gu, Jingzheng Tu, Xue Yang 외

The attention mechanism has become the \emph{de facto} module in scene text recognition (STR) methods, due to its capability of extracting character-level representations. These methods can be summarized into implicit at…

Scene Text RecognitionText Segmentation

Tell Me Where to Look: Guided Attention Inference Network

2018-02-27 · CVPR 2018 6 · Kunpeng Li, Ziyan Wu, Kuan-Chuan Peng, Jan Ernst 외

Weakly supervised learning with only coarse labels can obtain visual explanations of deep neural network such as attention maps by back-propagating gradients. These attention maps are then available as priors for tasks s…

Object LocalizationSemantic SegmentationWeakly-supervised Learning

Saliency Guided Self-attention Network for Weakly and Semi-supervised Semantic Segmentation

2019-10-12 · Qi Yao, Xiaojin Gong

Weakly supervised semantic segmentation (WSSS) using only image-level labels can greatly reduce the annotation cost and therefore has attracted considerable research interest. However, its performance is still inferior t…

SegmentationSemantic SegmentationSemi-Supervised Semantic SegmentationWeakly supervised Semantic Segmentation+1

Hybrid Explanation-Guided Learning for Transformer-Based Chest X-Ray Diagnosis

2025-10-14 · Shelley Zixin Shu, Haozhe Luo, Alexander Poellinger, Mauricio Reyes arxiv

Transformer-based deep learning models have demonstrated exceptional performance in medical imaging by leveraging attention mechanisms for feature representation and interpretability. However, these models are prone to l…

EGA-Depth: Efficient Guided Attention for Self-Supervised Multi-Camera Depth Estimation

2023-04-06 · Yunxiao Shi, Hong Cai, Amin Ansari, Fatih Porikli

The ubiquitous multi-camera setup on modern autonomous vehicles provides an opportunity to construct surround-view depth. Existing methods, however, either perform independent monocular depth estimations on each camera o…

Autonomous DrivingAutonomous VehiclesDepth Estimation