paper-with-me

홈 › Papers

Attention or Convolution: Transformer Encoders in Audio Language Models for Inference Efficiency

2023-11-05 · Sungho Jeon, Ching-Feng Yeh, Hakan Inan, Wei-Ning Hsu, Rashi Rungta, Yashar Mehdad, Daniel Bikel

In this paper, we show that a simple self-supervised pre-trained audio model can achieve comparable inference efficiency to more complicated pre-trained models with speech transformer encoders. These speech transformers rely on mixing convolutional modules with self-attention modules. They achieve state-of-the-art performance on ASR with top efficiency. We first show that employing these speech transformers as an encoder significantly improves the efficiency of pre-trained audio models as well. However, our study shows that we can achieve comparable efficiency with advanced self-attention solely. We demonstrate that this simpler approach is particularly beneficial with a low-bit weight quantization technique of a neural network to improve efficiency. We hypothesize that it prevents propagating the errors between different quantized modules compared to recent speech transformers mixing quantized convolution and the quantized self-attention modules.

📄 PDF Abstract BibTeX arXiv:2311.02772

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

End-to-end Audio-visual Speech Recognition with Conformers

2021-02-12 · Pingchuan Ma, Stavros Petridis, Maja Pantic

In this work, we present a hybrid CTC/Attention model based on a ResNet-18 and Convolution-augmented transformer (Conformer), that can be trained in an end-to-end manner. In particular, the audio and visual encoders lear…

Audio-Visual Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+6

Transformer Transducer: A Streamable Speech Recognition Model with Transformer Encoders and RNN-T Loss

2020-02-07 · Qian Zhang, Han Lu, Hasim Sak, Anshuman Tripathi 외

In this paper we present an end-to-end speech recognition model with Transformer encoders that can be used in a streaming speech recognition system. Transformer computation blocks based on self-attention are used to enco…

speech-recognitionSpeech Recognition

Music Genre Classification using Large Language Models

2024-10-10 · Mohamed El Amine Meguenani, Alceu de Souza Britto Jr., Alessandro Lameiras Koerich

This paper exploits the zero-shot capabilities of pre-trained large language models (LLMs) for music genre classification. The proposed approach splits audio signals into 20 ms chunks and processes them through convoluti…

ClassificationGenre classificationInformation RetrievalMusic Genre Classification+2

Transformer-Based Approaches for Automatic Music Transcription

2021-02-12 · Conference 2021 2 · Christos Zonios

Automatic Music Transcription (AMT) is the process of extracting information from audio into some form of music notation. In polyphonic music, this is a very hard problem for computers to solve as it requires significa…

Language ModellingMusic Transcriptionspeech-recognitionSpeech Recognition+1

MAX-AST: COMBINING CONVOLUTION, LOCAL AND GLOBAL SELF-ATTENTIONS FOR AUDIO EVENT CLASSIFICATION

2024-04-14 · ICASSP 2024 4 · Tony Alex, Sara Ahmed, Armin Mustafa, Muhammad Awais 외

In the domain of audio transformer architectures, prior research has extensively investigated isotropic architectures that capture the global context through full self-attention and hierarchical architectures that prog…

Audio Classification