Efficient conformer: Progressive downsampling and grouped attention for automatic speech recognition
Maxime Burchi, Valentin Vielzeuf

TL;DR
This paper introduces the Efficient Conformer, a streamlined speech recognition model that employs progressive downsampling and grouped attention to reduce complexity and improve performance within limited computational resources.
Contribution
It proposes a novel attention mechanism called grouped attention and integrates progressive downsampling to enhance the efficiency of the Conformer architecture.
Findings
Achieves better accuracy with faster training and decoding.
Reduces attention complexity from O(n^2 d) to O(n^2 d / g).
Attains competitive WERs on LibriSpeech with fewer parameters.
Abstract
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 to for sequence length , hidden dimension and group size parameter . 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and Audio Processing · Voice and Speech Disorders
MethodsConvolution
