paper-with-me

홈 › Papers

Attention Mechanisms in Computer Vision: A Survey

2021-11-15 · Meng-Hao Guo, Tian-Xing Xu, Jiang-Jiang Liu, Zheng-Ning Liu, Peng-Tao Jiang, Tai-Jiang Mu, Song-Hai Zhang, Ralph R. Martin, Ming-Ming Cheng, Shi-Min Hu

Humans can naturally and effectively find salient regions in complex scenes. Motivated by this observation, attention mechanisms were introduced into computer vision with the aim of imitating this aspect of the human visual system. Such an attention mechanism can be regarded as a dynamic weight adjustment process based on features of the input image. Attention mechanisms have achieved great success in many visual tasks, including image classification, object detection, semantic segmentation, video understanding, image generation, 3D vision, multi-modal tasks and self-supervised learning. In this survey, we provide a comprehensive review of various attention mechanisms in computer vision and categorize them according to approach, such as channel attention, spatial attention, temporal attention and branch attention; a related repository https://github.com/MenghaoGuo/Awesome-Vision-Attentions is dedicated to collecting related work. We also suggest future directions for attention mechanism research.

📄 PDF Abstract BibTeX arXiv:2111.07624

Code (1)

MenghaoGuo/Awesome-Vision-Attentions 공식 구현

Tasks

image-classificationImage ClassificationImage Generationobject-detectionObject DetectionSelf-Supervised LearningSemantic SegmentationSurveyVideo Understanding

Similar Papers 제목 키워드 기반

Recent Advances of Local Mechanisms in Computer Vision: A Survey and Outlook of Recent Work

2023-06-02 · Qiangchang Wang, Yilong Yin

Inspired by the fact that human brains can emphasize discriminative parts of the input and suppress irrelevant ones, substantial local mechanisms have been designed to boost the development of computer vision. They can n…

Fine-Grained Visual RecognitionPerson Re-IdentificationSelf-Supervised LearningSurvey+1

Survey on the attention based RNN model and its applications in computer vision

2016-01-25 · Feng Wang, David M. J. Tax

The recurrent neural networks (RNN) can be used to solve the sequence to sequence problem, where both the input and the output have sequential structures. Usually there are some implicit relations between the structures.…

Implicit Relations

A Survey on Visual Mamba

2024-04-24 · Hanwei Zhang, Ying Zhu, Dan Wang, Lijun Zhang 외

State space models (SSMs) with selection mechanisms and hardware-aware architectures, namely Mamba, have recently demonstrated significant promise in long-sequence modeling. Since the self-attention mechanism in transfor…

Image RegistrationImage RestorationImage Super-ResolutionMamba+6

A survey of the Vision Transformers and their CNN-Transformer based Variants

2023-05-17 · Asifullah Khan, Zunaira Rauf, Anabia Sohail, Abdul Rehman 외

Vision transformers have become popular as a possible substitute to convolutional neural networks (CNNs) for a variety of computer vision applications. These transformers, with their ability to focus on global relationsh…

Survey

Mamba in Vision: A Comprehensive Survey of Techniques and Applications

2024-10-04 · Md Maklachur Rahman, Abdullah Aman Tutul, Ankur Nath, Lamyanba Laishram 외

Mamba is emerging as a novel approach to overcome the challenges faced by Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs) in computer vision. While CNNs excel at extracting local features, they often …

MambaState Space ModelsSurvey