paper-with-me

홈 › Papers

Attention mechanisms and deep learning for machine vision: A survey of the state of the art

2021-06-03 · Abdul Mueed Hafiz, Shabir Ahmad Parah, Rouf Ul Alam Bhat

With the advent of state of the art nature-inspired pure attention based models i.e. transformers, and their success in natural language processing (NLP), their extension to machine vision (MV) tasks was inevitable and much felt. Subsequently, vision transformers (ViTs) were introduced which are giving quite a challenge to the established deep learning based machine vision techniques. However, pure attention based models/architectures like transformers require huge data, large training times and large computational resources. Some recent works suggest that combinations of these two varied fields can prove to build systems which have the advantages of both these fields. Accordingly, this state of the art survey paper is introduced which hopefully will help readers get useful information about this interesting and potential research area. A gentle introduction to attention mechanisms is given, followed by a discussion of the popular attention based deep architectures. Subsequently, the major categories of the intersection of attention mechanisms and deep learning for machine vision (MV) based are discussed. Afterwards, the major algorithms, issues and trends within the scope of the paper are discussed.

📄 PDF Abstract BibTeX arXiv:2106.07550

Code (1)

changlin31/BossNAS 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Attention Mechanisms in Computer Vision: A Survey

2021-11-15 · Meng-Hao Guo, Tian-Xing Xu, Jiang-Jiang Liu, Zheng-Ning Liu 외

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 vis…

image-classificationImage ClassificationImage Generationobject-detection+5

A survey on attention mechanisms for medical applications: are we moving towards better algorithms?

2022-04-26 · Tiago Gonçalves, Isabel Rio-Torto, Luís F. Teixeira, Jaime S. Cardoso

The increasing popularity of attention mechanisms in deep learning algorithms for computer vision and natural language processing made these models attractive to other research domains. In healthcare, there is a strong n…

image-classificationImage ClassificationMedical Image Classification

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

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

Adventures of Trustworthy Vision-Language Models: A Survey

2023-12-07 · Mayank Vatsa, Anubhooti Jain, Richa Singh

Recently, transformers have become incredibly popular in computer vision and vision-language tasks. This notable rise in their usage can be primarily attributed to the capabilities offered by attention mechanisms and the…

Survey