paper-with-me

홈 › Papers

Unidirectional Memory-Self-Attention Transducer for Online Speech Recognition

2021-02-23 · Jian Luo, Jianzong Wang, Ning Cheng, Jing Xiao

Self-attention models have been successfully applied in end-to-end speech recognition systems, which greatly improve the performance of recognition accuracy. However, such attention-based models cannot be used in online speech recognition, because these models usually have to utilize a whole acoustic sequences as inputs. A common method is restricting the field of attention sights by a fixed left and right window, which makes the computation costs manageable yet also introduces performance degradation. In this paper, we propose Memory-Self-Attention (MSA), which adds history information into the Restricted-Self-Attention unit. MSA only needs localtime features as inputs, and efficiently models long temporal contexts by attending memory states. Meanwhile, recurrent neural network transducer (RNN-T) has proved to be a great approach for online ASR tasks, because the alignments of RNN-T are local and monotonic. We propose a novel network structure, called Memory-Self-Attention (MSA) Transducer. Both encoder and decoder of the MSA Transducer contain the proposed MSA unit. The experiments demonstrate that our proposed models improve WER results than Restricted-Self-Attention models by $13.5 on WSJ and $7.1 on SWBD datasets relatively, and without much computation costs increase.

📄 PDF Abstract BibTeX arXiv:2102.11594

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

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

Self-Attention Transducers for End-to-End Speech Recognition

2019-09-28 · Zhengkun Tian, Jiangyan Yi, Jian-Hua Tao, Ye Bai 외

Recurrent neural network transducers (RNN-T) have been successfully applied in end-to-end speech recognition. However, the recurrent structure makes it difficult for parallelization . In this paper, we propose a self-att…

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

Conv-Transformer Transducer: Low Latency, Low Frame Rate, Streamable End-to-End Speech Recognition

2020-08-13 · Wenyong Huang, Wenchao Hu, Yu Ting Yeung, Xiao Chen

Transformer has achieved competitive performance against state-of-the-art end-to-end models in automatic speech recognition (ASR), and requires significantly less training time than RNN-based models. The original Transfo…

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

XLSR-Transducer: Streaming ASR for Self-Supervised Pretrained Models

2024-07-05 · Shashi Kumar, Srikanth Madikeri, Juan Zuluaga-Gomez, Esaú Villatoro-Tello 외

Self-supervised pretrained models exhibit competitive performance in automatic speech recognition on finetuning, even with limited in-domain supervised data. However, popular pretrained models are not suitable for stream…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition