paper-with-me

Papers

Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition

2023-05-08 · Dima Rekesh, Nithin Rao Koluguri, Samuel Kriman, Somshubra Majumdar, Vahid Noroozi, He Huang, Oleksii Hrinchuk, Krishna Puvvada, Ankur Kumar, Jagadeesh Balam, Boris Ginsburg

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 redesigned Conformer with a novel downsampling schema. The proposed model, named Fast Conformer(FC), is 2.8x faster than the original Conformer, supports scaling to Billion parameters without any changes to the core architecture and also achieves state-of-the-art accuracy on Automatic Speech Recognition benchmarks. To enable transcription of long-form speech up to 11 hours, we replaced global attention with limited context attention post-training, while also improving accuracy through fine-tuning with the addition of a global token. Fast Conformer, when combined with a Transformer decoder also outperforms the original Conformer in accuracy and in speed for Speech Translation and Spoken Language Understanding.

📄 PDF Abstract BibTeX arXiv:2305.05084

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionDecoderspeech-recognitionSpeech RecognitionSpoken Language UnderstandingTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Residual Connection 설명 없음
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar 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 …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

HyperConformer: Multi-head HyperMixer for Efficient Speech Recognition

2023-05-29 · Florian Mai, Juan Zuluaga-Gomez, Titouan Parcollet, Petr Motlicek

State-of-the-art ASR systems have achieved promising results by modeling local and global interactions separately. While the former can be computed efficiently, global interactions are usually modeled via attention mecha…

speech-recognitionSpeech Recognition

SRU++: Pioneering Fast Recurrence with Attention for Speech Recognition

2021-10-11 · Jing Pan, Tao Lei, Kwangyoun Kim, Kyu Han 외

The Transformer architecture has been well adopted as a dominant architecture in most sequence transduction tasks including automatic speech recognition (ASR), since its attention mechanism excels in capturing long-range…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+4

Cross-attention conformer for context modeling in speech enhancement for ASR

2021-10-30 · Arun Narayanan, Chung-Cheng Chiu, Tom O'Malley, Quan Wang 외

This work introduces \emph{cross-attention conformer}, an attention-based architecture for context modeling in speech enhancement. Given that the context information can often be sequential, and of different length as th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech Enhancementspeech-recognition+1

Skipformer: A Skip-and-Recover Strategy for Efficient Speech Recognition

2024-03-13 · Wenjing Zhu, Sining Sun, Changhao Shan, Peng Fan 외

Conformer-based attention models have become the de facto backbone model for Automatic Speech Recognition tasks. A blank symbol is usually introduced to align the input and output sequences for CTC or RNN-T models. Unfor…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition