paper-with-me

홈 › Papers

All the attention you need: Global-local, spatial-channel attention for image retrieval

2021-07-16 · Chull Hwan Song, Hye Joo Han, Yannis Avrithis

We address representation learning for large-scale instance-level image retrieval. Apart from backbone, training pipelines and loss functions, popular approaches have focused on different spatial pooling and attention mechanisms, which are at the core of learning a powerful global image representation. There are different forms of attention according to the interaction of elements of the feature tensor (local and global) and the dimensions where it is applied (spatial and channel). Unfortunately, each study addresses only one or two forms of attention and applies it to different problems like classification, detection or retrieval. We present global-local attention module (GLAM), which is attached at the end of a backbone network and incorporates all four forms of attention: local and global, spatial and channel. We obtain a new feature tensor and, by spatial pooling, we learn a powerful embedding for image retrieval. Focusing on global descriptors, we provide empirical evidence of the interaction of all forms of attention and improve the state of the art on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2107.08000

Code (0)

등록된 구현이 없습니다.

Tasks

AllImage RetrievalRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

Global Local Attention Module 설명 없음
Global-Local Attention 설명 없음

Similar Papers 제목 키워드 기반

Tiled Squeeze-and-Excite: Channel Attention With Local Spatial Context

2021-07-05 · Niv Vosco, Alon Shenkler, Mark Grobman

In this paper we investigate the amount of spatial context required for channel attention. To this end we study the popular squeeze-and-excite (SE) block which is a simple and lightweight channel attention mechanism. SE …

SC-HVPPNet: Spatial and Channel Hybrid-Attention Video Post-Processing Network with CNN and Transformer

2024-04-23 · Tong Zhang, Wenxue Cui, Shaohui Liu, Feng Jiang

Convolutional Neural Network (CNN) and Transformer have attracted much attention recently for video post-processing (VPP). However, the interaction between CNN and Transformer in existing VPP methods is not fully explore…

Video Restoration

Image Super-resolution Reconstruction Network based on Enhanced Swin Transformer via Alternating Aggregation of Local-Global Features

2023-12-30 · Yuming Huang, Yingpin Chen, Changhui Wu, Hanrong Xie 외

The Swin Transformer image super-resolution reconstruction network only relies on the long-range relationship of window attention and shifted window attention to explore features. This mechanism has two limitations. On t…

Image Super-ResolutionSuper-Resolution

GraNet: Global Relation-aware Attentional Network for ALS Point Cloud Classification

2020-12-24 · Rong Huang, Yusheng Xu, Uwe Stilla

In this work, we propose a novel neural network focusing on semantic labeling of ALS point clouds, which investigates the importance of long-range spatial and channel-wise relations and is termed as global relation-aware…

General ClassificationPoint Cloud ClassificationRelation

DaViT: Dual Attention Vision Transformers

2022-04-07 · Mingyu Ding, Bin Xiao, Noel Codella, Ping Luo 외

In this work, we introduce Dual Attention Vision Transformers (DaViT), a simple yet effective vision transformer architecture that is able to capture global context while maintaining computational efficiency. We propose …

Computational EfficiencyImage ClassificationInstance SegmentationMedical Image Classification+2