paper-with-me

Papers

Streaming Attention-Based Models with Augmented Memory for End-to-End Speech Recognition

2020-11-03 · Ching-Feng Yeh, Yongqiang Wang, Yangyang Shi, Chunyang Wu, Frank Zhang, Julian Chan, Michael L. Seltzer

Attention-based models have been gaining popularity recently for their strong performance demonstrated in fields such as machine translation and automatic speech recognition. One major challenge of attention-based models is the need of access to the full sequence and the quadratically growing computational cost concerning the sequence length. These characteristics pose challenges, especially for low-latency scenarios, where the system is often required to be streaming. In this paper, we build a compact and streaming speech recognition system on top of the end-to-end neural transducer architecture with attention-based modules augmented with convolution. The proposed system equips the end-to-end models with the streaming capability and reduces the large footprint from the streaming attention-based model using augmented memory. On the LibriSpeech dataset, our proposed system achieves word error rates 2.7% on test-clean and 5.8% on test-other, to our best knowledge the lowest among streaming approaches reported so far.

📄 PDF Abstract BibTeX arXiv:2011.07120

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognitionSpeech RecognitionTranslation

Similar Papers 제목 키워드 기반

Emformer: Efficient Memory Transformer Based Acoustic Model For Low Latency Streaming Speech Recognition

2020-10-21 · Yangyang Shi, Yongqiang Wang, Chunyang Wu, Ching-Feng Yeh 외

This paper proposes an efficient memory transformer Emformer for low latency streaming speech recognition. In Emformer, the long-range history context is distilled into an augmented memory bank to reduce self-attention's…

speech-recognitionSpeech Recognition

Streaming Simultaneous Speech Translation with Augmented Memory Transformer

2020-10-30 · Xutai Ma, Yongqiang Wang, Mohammad Javad Dousti, Philipp Koehn 외

Transformer-based models have achieved state-of-the-art performance on speech translation tasks. However, the model architecture is not efficient enough for streaming scenarios since self-attention is computed over an en…

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

Linear Time Complexity Conformers with SummaryMixing for Streaming Speech Recognition

2024-09-11 · Titouan Parcollet, Rogier Van Dalen, Shucong Zhang, Sourav Batthacharya

Automatic speech recognition (ASR) with an encoder equipped with self-attention, whether streaming or non-streaming, takes quadratic time in the length of the speech utterance. This slows down training and decoding, incr…

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

Folding Attention: Memory and Power Optimization for On-Device Transformer-based Streaming Speech Recognition

2023-09-14 · Yang Li, Liangzhen Lai, Yuan Shangguan, Forrest N. Iandola 외

Transformer-based models excel in speech recognition. Existing efforts to optimize Transformer inference, typically for long-context applications, center on simplifying attention score calculations. However, streaming sp…

speech-recognitionSpeech Recognition

TRADE: Transducer-Augmented Decoder for Speech LLM

2026-06-07 · Yun Tang, Shanil Puri, Shinji Watanabe, Subhabrata Mukherjee arxiv

Speech Large Language Models (Speech LLMs) lack a principled mechanism for streaming inference: their label-synchronous generation has no acoustic-frame alignment, making real-time decoding and end-of-utterance detection…

Activity Detection