paper-with-me

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, Julian Chan, Frank Zhang, Duc Le, Mike Seltzer

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 computation complexity. A cache mechanism saves the computation for the key and value in self-attention for the left context. Emformer applies a parallelized block processing in training to support low latency models. We carry out experiments on benchmark LibriSpeech data. Under average latency of 960 ms, Emformer gets WER $2.50\%$ on test-clean and $5.62\%$ on test-other. Comparing with a strong baseline augmented memory transformer (AM-TRF), Emformer gets $4.6$ folds training speedup and $18\%$ relative real-time factor (RTF) reduction in decoding with relative WER reduction $17\%$ on test-clean and $9\%$ on test-other. For a low latency scenario with an average latency of 80 ms, Emformer achieves WER $3.01\%$ on test-clean and $7.09\%$ on test-other. Comparing with the LSTM baseline with the same latency and model size, Emformer gets relative WER reduction $9\%$ and $16\%$ on test-clean and test-other, respectively.

📄 PDF Abstract BibTeX arXiv:2010.10759

Code (1)

George0828Zhang/simulst pytorch

Tasks

speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Transformer in action: a comparative study of transformer-based acoustic models for large scale speech recognition applications

2020-10-27 · Yongqiang Wang, Yangyang Shi, Frank Zhang, Chunyang Wu 외

In this paper, we summarize the application of transformer and its streamable variant, Emformer based acoustic model for large scale speech recognition applications. We compare the transformer based acoustic models with …

speech-recognitionSpeech RecognitionVideo Captioning

Dynamic Latency for CTC-Based Streaming Automatic Speech Recognition With Emformer

2022-03-29 · Jingyu Sun, Guiping Zhong, Dinghao Zhou, Baoxiang Li

An inferior performance of the streaming automatic speech recognition models versus non-streaming model is frequently seen due to the absence of future context. In order to improve the performance of the streaming model …

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

Exploring RWKV for Memory Efficient and Low Latency Streaming ASR

2023-09-26 · Keyu An, Shiliang Zhang

Recently, self-attention-based transformers and conformers have been introduced as alternatives to RNNs for ASR acoustic modeling. Nevertheless, the full-sequence attention mechanism is non-streamable and computationally…

Chunking

HiMemFormer: Hierarchical Memory-Aware Transformer for Multi-Agent Action Anticipation

2024-11-03 · ZiRui Wang, Xinran Zhao, Simon Stepputtis, Woojun Kim 외

Understanding and predicting human actions has been a long-standing challenge and is a crucial measure of perception in robotics AI. While significant progress has been made in anticipating the future actions of individu…

Action AnticipationDecoder

Memformer: A Memory-Augmented Transformer for Sequence Modeling

2020-10-14 · Qingyang Wu, Zhenzhong Lan, Kun Qian, Jing Gu 외

Transformers have reached remarkable success in sequence modeling. However, these models have efficiency issues as they need to store all the history token-level representations as memory. We present Memformer, an effici…

Efficient Neural NetworkLanguage Modelling