paper-with-me

홈 › Papers

Minimum Word Error Rate Training with Language Model Fusion for End-to-End Speech Recognition

2021-06-04 · Zhong Meng, Yu Wu, Naoyuki Kanda, Liang Lu, Xie Chen, Guoli Ye, Eric Sun, Jinyu Li, Yifan Gong

Integrating external language models (LMs) into end-to-end (E2E) models remains a challenging task for domain-adaptive speech recognition. Recently, internal language model estimation (ILME)-based LM fusion has shown significant word error rate (WER) reduction from Shallow Fusion by subtracting a weighted internal LM score from an interpolation of E2E model and external LM scores during beam search. However, on different test sets, the optimal LM interpolation weights vary over a wide range and have to be tuned extensively on well-matched validation sets. In this work, we perform LM fusion in the minimum WER (MWER) training of an E2E model to obviate the need for LM weights tuning during inference. Besides MWER training with Shallow Fusion (MWER-SF), we propose a novel MWER training with ILME (MWER-ILME) where the ILME-based fusion is conducted to generate N-best hypotheses and their posteriors. Additional gradient is induced when internal LM is engaged in MWER-ILME loss computation. During inference, LM weights pre-determined in MWER training enable robust LM integrations on test sets from different domains. Experimented with 30K-hour trained transformer transducers, MWER-ILME achieves on average 8.8% and 5.8% relative WER reductions from MWER and MWER-SF training, respectively, on 6 different test sets

📄 PDF Abstract BibTeX arXiv:2106.02302

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Towards scalable efficient on-device ASR with transfer learning

2024-07-23 · Laxmi Pandey, Ke Li, Jinxi Guo, Debjyoti Paul 외

Multilingual pretraining for transfer learning significantly boosts the robustness of low-resource monolingual ASR models. This study systematically investigates three main aspects: (a) the impact of transfer learning on…

Transfer Learning

A Hybrid Morpheme-Word Representation for Machine Translation of Morphologically Rich Languages

2019-11-19 · Minh-Thang Luong, Preslav Nakov, Min-Yen Kan

We propose a language-independent approach for improving statistical machine translation for morphologically rich languages using a hybrid morpheme-word representation where the basic unit of translation is the morpheme,…

Machine TranslationSentenceTranslation

On Minimum Word Error Rate Training of the Hybrid Autoregressive Transducer

2020-10-23 · Liang Lu, Zhong Meng, Naoyuki Kanda, Jinyu Li 외

Hybrid Autoregressive Transducer (HAT) is a recently proposed end-to-end acoustic model that extends the standard Recurrent Neural Network Transducer (RNN-T) for the purpose of the external language model (LM) fusion. In…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Minimum Word Error Rate Training for Attention-based Sequence-to-Sequence Models

2017-12-05 · Rohit Prabhavalkar, Tara N. Sainath, Yonghui Wu, Patrick Nguyen 외

Sequence-to-sequence models, such as attention-based models in automatic speech recognition (ASR), are typically trained to optimize the cross-entropy criterion which corresponds to improving the log-likelihood of the da…

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

Minimising Biasing Word Errors for Contextual ASR with the Tree-Constrained Pointer Generator

2022-05-18 · Guangzhi Sun, Chao Zhang, Philip C Woodland

Contextual knowledge is essential for reducing speech recognition errors on high-valued long-tail words. This paper proposes a novel tree-constrained pointer generator (TCPGen) component that enables end-to-end ASR model…

Dialogue State TrackingLanguage Modellingspeech-recognitionSpeech Recognition+1