paper-with-me

홈 › Papers

Salient Positions based Attention Network for Image Classification

2021-06-09 · Sheng Fang, Kaiyu Li, Zhe Li

The self-attention mechanism has attracted wide publicity for its most important advantage of modeling long dependency, and its variations in computer vision tasks, the non-local block tries to model the global dependency of the input feature maps. Gathering global contextual information will inevitably need a tremendous amount of memory and computing resources, which has been extensively studied in the past several years. However, there is a further problem with the self-attention scheme: is all information gathered from the global scope helpful for the contextual modelling? To our knowledge, few studies have focused on the problem. Aimed at both questions this paper proposes the salient positions-based attention scheme SPANet, which is inspired by some interesting observations on the attention maps and affinity matrices generated in self-attention scheme. We believe these observations are beneficial for better understanding of the self-attention. SPANet uses the salient positions selection algorithm to select only a limited amount of salient points to attend in the attention map computing. This approach will not only spare a lot of memory and computing resources, but also try to distill the positive information from the transformation of the input feature maps. In the implementation, considering the feature maps with channel high dimensions, which are completely different from the general visual image, we take the squared power of the feature maps along the channel dimension as the saliency metric of the positions. In general, different from the non-local block method, SPANet models the contextual information using only the selected positions instead of all, along the channel dimension instead of space dimension. Our source code is available at https://github.com/likyoo/SPANet.

📄 PDF Abstract BibTeX arXiv:2106.04996

Code (1)

likyoo/SPANet 공식 구현 pytorch

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non-Local Block A Non-Local Block is an image block module used in neural networks that wraps a non-local operation. We can define a…

Similar Papers 제목 키워드 기반

A Rank-based Distance Measure to Detect Polysemy and to Determine Salient Vector-Space Features for German Prepositions

2014-05-01 · LREC 2014 5 · Maximilian K{\"o}per, Sabine Schulte im Walde

This paper addresses vector space models of prepositions, a notoriously ambiguous word class. We propose a rank-based distance measure to explore the vector-spatial properties of the ambiguous objects, focusing on two re…

Pulmonary Disease Classification Using Globally Correlated Maximum Likelihood: an Auxiliary Attention mechanism for Convolutional Neural Networks

2021-09-01 · Edward Verenich, Tobias Martin, Alvaro Velasquez, Nazar Khan 외

Convolutional neural networks (CNN) are now being widely used for classifying and detecting pulmonary abnormalities in chest radiographs. Two complementary generalization properties of CNNs, translation invariance and eq…

Translation

Attention2Minority: A salient instance inference-based multiple instance learning for classifying small lesions in whole slide images

2023-01-18 · Ziyu Su, Mostafa Rezapour, Usama Sajjad, Metin Nafi Gurcan 외

Multiple instance learning (MIL) models have achieved remarkable success in analyzing whole slide images (WSIs) for disease classification problems. However, with regard to gigapixel WSI classification problems, current …

ClassificationMultiple Instance Learningwhole slide images

CLIP Is Shortsighted: Paying Attention Beyond the First Sentence

2026-02-25 · Marc-Antoine Lavoie, Anas Mahmoud, Aldo Zaimi, Arsene Fansi Tchango 외 arxiv

CLIP models learn transferable multi-modal features via image-text contrastive learning on internet-scale data. They are widely used in zero-shot classification, multi-modal retrieval, text-to-image diffusion, and as ima…

Contrastive LearningText Retrieval

Is Bottom-Up Attention Useful for Scene Recognition?

2013-07-22 · Samuel F. Dodge, Lina J. Karam

The human visual system employs a selective attention mechanism to understand the visual world in an eficient manner. In this paper, we show how computational models of this mechanism can be exploited for the computer vi…

ClassificationGeneral ClassificationScene Recognition