paper-with-me

홈 › Papers

An Online Attention-based Model for Speech Recognition

2018-11-13 · Ruchao Fan, Pan Zhou, Wei Chen, Jia Jia, Gang Liu

Attention-based end-to-end models such as Listen, Attend and Spell (LAS), simplify the whole pipeline of traditional automatic speech recognition (ASR) systems and become popular in the field of speech recognition. In previous work, researchers have shown that such architectures can acquire comparable results to state-of-the-art ASR systems, especially when using a bidirectional encoder and global soft attention (GSA) mechanism. However, bidirectional encoder and GSA are two obstacles for real-time speech recognition. In this work, we aim to stream LAS baseline by removing the above two obstacles. On the encoder side, we use a latency-controlled (LC) bidirectional structure to reduce the delay of forward computation. Meanwhile, an adaptive monotonic chunk-wise attention (AMoChA) mechanism is proposed to replace GSA for the calculation of attention weight distribution. Furthermore, we propose two methods to alleviate the huge performance degradation when combining LC and AMoChA. Finally, we successfully acquire an online LAS model, LC-AMoChA, which has only 3.5% relative performance reduction to LAS baseline on our internal Mandarin corpus.

📄 PDF Abstract BibTeX arXiv:1811.05247

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modellingmodelspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Transformer-based Online CTC/attention End-to-End Speech Recognition Architecture

2020-01-15 · Haoran Miao, Gaofeng Cheng, Changfeng Gao, Pengyuan Zhang 외

Recently, Transformer has gained success in automatic speech recognition (ASR) field. However, it is challenging to deploy a Transformer-based end-to-end (E2E) model for online speech recognition. In this paper, we propo…

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

Online Hybrid CTC/Attention End-to-End Automatic Speech Recognition Architecture

2023-07-05 · Haoran Miao, Gaofeng Cheng, Pengyuan Zhang, Yonghong Yan

Recently, there has been increasing progress in end-to-end automatic speech recognition (ASR) architecture, which transcribes speech to text without any pre-trained alignments. One popular end-to-end approach is the hybr…

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

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 …

Decoderspeech-recognitionSpeech Recognition

Online Automatic Speech Recognition with Listen, Attend and Spell Model

2020-08-12 · Roger Hsiao, Dogan Can, Tim Ng, Ruchir Travadi 외

The Listen, Attend and Spell (LAS) model and other attention-based automatic speech recognition (ASR) models have known limitations when operated in a fully online mode. In this paper, we analyze the online operation of …

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

Multi-head Monotonic Chunkwise Attention For Online Speech Recognition

2020-05-01 · Baiji Liu, Songjun Cao, Sining Sun, Weibin Zhang 외

The attention mechanism of the Listen, Attend and Spell (LAS) model requires the whole input sequence to calculate the attention context and thus is not suitable for online speech recognition. To deal with this problem, …

speech-recognitionSpeech Recognition