paper-with-me

Papers

A Survey on Visual Transformer

2020-12-23 · Kai Han, Yunhe Wang, Hanting Chen, Xinghao Chen, Jianyuan Guo, Zhenhua Liu, Yehui Tang, An Xiao, Chunjing Xu, Yixing Xu, Zhaohui Yang, Yiman Zhang, DaCheng Tao

Transformer, first applied to the field of natural language processing, is a type of deep neural network mainly based on the self-attention mechanism. Thanks to its strong representation capabilities, researchers are looking at ways to apply transformer to computer vision tasks. In a variety of visual benchmarks, transformer-based models perform similar to or better than other types of networks such as convolutional and recurrent neural networks. Given its high performance and less need for vision-specific inductive bias, transformer is receiving more and more attention from the computer vision community. In this paper, we review these vision transformer models by categorizing them in different tasks and analyzing their advantages and disadvantages. The main categories we explore include the backbone network, high/mid-level vision, low-level vision, and video processing. We also include efficient transformer methods for pushing transformer into real device-based applications. Furthermore, we also take a brief look at the self-attention mechanism in computer vision, as it is the base component in transformer. Toward the end of this paper, we discuss the challenges and provide several further research directions for vision transformers.

📄 PDF Abstract BibTeX arXiv:2012.12556

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationInductive BiasSurvey

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

A Survey of Vision Transformers in Autonomous Driving: Current Trends and Future Directions

2024-03-12 · Quoc-Vinh Lai-Dang

This survey explores the adaptation of visual transformer models in Autonomous Driving, a transition inspired by their success in Natural Language Processing. Surpassing traditional Recurrent Neural Networks in tasks lik…

Autonomous DrivingDecoderLane Detectionobject-detection+4

A Survey of Visual Transformers

2021-11-11 · Yang Liu, Yao Zhang, Yixin Wang, Feng Hou 외

Transformer, an attention-based encoder-decoder model, has already revolutionized the field of natural language processing (NLP). Inspired by such significant achievements, some pioneering works have recently been done o…

ArticlesSurvey

Foundation Models and Transformers for Anomaly Detection: A Survey

2025-07-21 · Mouïn Ben Ammar, Arturo Mendoza, Nacim Belkhir, Antoine Manzanera 외 arxiv

In line with the development of deep learning, this survey examines the transformative role of Transformers and foundation models in advancing visual anomaly detection (VAD). We explore how these architectures, with thei…

Anomaly Detection

A Semi-Supervised Learning Method for the Identification of Bad Exposures in Large Imaging Surveys

2025-07-17 · Yufeng Luo, Adam D. Myers, Alex Drlica-Wagner, Dario Dematties 외

As the data volume of astronomical imaging surveys rapidly increases, traditional methods for image anomaly detection, such as visual inspection by human experts, are becoming impractical. We introduce a machine-learning…

Anomaly DetectionSelf-Supervised Learning

Transformers in Vision: A Survey

2021-01-04 · Salman Khan, Muzammal Naseer, Munawar Hayat, Syed Waqas Zamir 외

Astounding results from Transformer models on natural language tasks have intrigued the vision community to study their application to computer vision problems. Among their salient benefits, Transformers enable modeling …

Action RecognitionActivity RecognitionColorizationimage-classification+14