paper-with-me

Papers

Efficient conformer: Progressive downsampling and grouped attention for automatic speech recognition

2021-08-31 · Maxime Burchi, Valentin Vielzeuf

The recently proposed Conformer architecture has shown state-of-the-art performances in Automatic Speech Recognition by combining convolution with attention to model both local and global dependencies. In this paper, we study how to reduce the Conformer architecture complexity with a limited computing budget, leading to a more efficient architecture design that we call Efficient Conformer. We introduce progressive downsampling to the Conformer encoder and propose a novel attention mechanism named grouped attention, allowing us to reduce attention complexity from $O(n^{2}d)$ to $O(n^{2}d / g)$ for sequence length $n$, hidden dimension $d$ and group size parameter $g$. We also experiment the use of strided multi-head self-attention as a global downsampling operation. Our experiments are performed on the LibriSpeech dataset with CTC and RNN-Transducer losses. We show that within the same computing budget, the proposed architecture achieves better performances with faster training and decoding compared to the Conformer. Our 13M parameters CTC model achieves competitive WERs of 3.6%/9.0% without using a language model and 2.7%/6.7% with an external n-gram language model on the test-clean/test-other sets while being 29% faster than our CTC Conformer baseline at inference and 36% faster to train.

📄 PDF Abstract BibTeX arXiv:2109.01163

Code (1)

burchim/efficientconformer 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

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 제목 키워드 기반

Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition

2023-05-08 · Dima Rekesh, Nithin Rao Koluguri, Samuel Kriman, Somshubra Majumdar 외

Conformer-based models have become the dominant end-to-end architecture for speech processing tasks. With the objective of enhancing the conformer architecture for efficient training and inference, we carefully redesigne…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition+2

Key Frame Mechanism For Efficient Conformer Based End-to-end Speech Recognition

2023-10-23 · Peng Fan, Changhao Shan, Sining Sun, Qing Yang 외

Recently, Conformer as a backbone network for end-to-end automatic speech recognition achieved state-of-the-art performance. The Conformer block leverages a self-attention mechanism to capture global information, along w…

Automatic Speech 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

Audio-Visual Efficient Conformer for Robust Speech Recognition

2023-01-04 · Maxime Burchi, Radu Timofte

End-to-end Automatic Speech Recognition (ASR) systems based on neural networks have seen large improvements in recent years. The availability of large scale hand-labeled datasets and sufficient computing resources made i…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Lip ReadingRobust Speech Recognition+2

Nextformer: A ConvNeXt Augmented Conformer For End-To-End Speech Recognition

2022-06-29 · Yongjun Jiang, Jian Yu, Wenwen Yang, Bihong Zhang 외

Conformer models have achieved state-of-the-art(SOTA) results in end-to-end speech recognition. However Conformer mainly focuses on temporal modeling while pays less attention on time-frequency property of speech feature…

speech-recognitionSpeech Recognition