paper-with-me

홈 › Papers

Vision Conformer: Incorporating Convolutions into Vision Transformer Layers

2023-04-27 · Brian Kenji Iwana, Akihiro Kusuda

Transformers are popular neural network models that use layers of self-attention and fully-connected nodes with embedded tokens. Vision Transformers (ViT) adapt transformers for image recognition tasks. In order to do this, the images are split into patches and used as tokens. One issue with ViT is the lack of inductive bias toward image structures. Because ViT was adapted for image data from language modeling, the network does not explicitly handle issues such as local translations, pixel information, and information loss in the structures and features shared by multiple patches. Conversely, Convolutional Neural Networks (CNN) incorporate this information. Thus, in this paper, we propose the use of convolutional layers within ViT. Specifically, we propose a model called a Vision Conformer (ViC) which replaces the Multi-Layer Perceptron (MLP) in a ViT layer with a CNN. In addition, to use the CNN, we proposed to reconstruct the image data after the self-attention in a reverse embedding layer. Through the evaluation, we demonstrate that the proposed convolutions help improve the classification ability of ViT.

📄 PDF Abstract BibTeX arXiv:2304.13991

Code (1)

uchidalab/vision-conformer 공식 구현 pytorch

Tasks

Inductive BiasLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Augmenting conformers with structured state-space sequence models for online speech recognition

2023-09-15 · Haozhe Shan, Albert Gu, Zhong Meng, Weiran Wang 외

Online speech recognition, where the model only accesses context to the left, is an important and challenging use case for ASR systems. In this work, we investigate augmenting neural encoders for online ASR by incorporat…

speech-recognitionSpeech Recognition

Continuous Sign Language Recognition with Adapted Conformer via Unsupervised Pretraining

2024-05-20 · Neena Aloysius, Geetha M, Prema Nedungadi

Conventional Deep Learning frameworks for continuous sign language recognition (CSLR) are comprised of a single or multi-modal feature extractor, a sequence-learning module, and a decoder for outputting the glosses. The …

Sign Language Recognitionspeech-recognitionSpeech Recognition

Conformer-based Hybrid ASR System for Switchboard Dataset

2021-11-05 · Mohammad Zeineldeen, Jingjing Xu, Christoph Lüscher, Wilfried Michel 외

The recently proposed conformer architecture has been successfully used for end-to-end automatic speech recognition (ASR) architectures achieving state-of-the-art performance on different datasets. To our best knowledge,…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Multi-Convformer: Extending Conformer with Multiple Convolution Kernels

2024-07-04 · Darshan Prabhu, Yifan Peng, Preethi Jyothi, Shinji Watanabe

Convolutions have become essential in state-of-the-art end-to-end Automatic Speech Recognition~(ASR) systems due to their efficient modelling of local context. Notably, its use in Conformers has led to superior performan…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Conformer-Kernel with Query Term Independence for Document Retrieval

2020-07-20 · Bhaskar Mitra, Sebastian Hofstatter, Hamed Zamani, Nick Craswell

The Transformer-Kernel (TK) model has demonstrated strong reranking performance on the TREC Deep Learning benchmark---and can be considered to be an efficient (but slightly less effective) alternative to BERT-based ranki…

GPURerankingRetrieval