paper-with-me

홈 › Papers

Factorized Neural Transducer for Efficient Language Model Adaptation

2021-09-27 · Xie Chen, Zhong Meng, Sarangarajan Parthasarathy, Jinyu Li

In recent years, end-to-end (E2E) based automatic speech recognition (ASR) systems have achieved great success due to their simplicity and promising performance. Neural Transducer based models are increasingly popular in streaming E2E based ASR systems and have been reported to outperform the traditional hybrid system in some scenarios. However, the joint optimization of acoustic model, lexicon and language model in neural Transducer also brings about challenges to utilize pure text for language model adaptation. This drawback might prevent their potential applications in practice. In order to address this issue, in this paper, we propose a novel model, factorized neural Transducer, by factorizing the blank and vocabulary prediction, and adopting a standalone language model for the vocabulary prediction. It is expected that this factorization can transfer the improvement of the standalone language model to the Transducer for speech recognition, which allows various language model adaptation techniques to be applied. We demonstrate that the proposed factorized neural Transducer yields 15% to 20% WER improvements when out-of-domain text data is used for language model adaptation, at the cost of a minor degradation in WER on a general test set.

📄 PDF Abstract BibTeX arXiv:2110.01500

Code (1)

ecnu-cross-innovation-lab/ent pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Fast and accurate factorized neural transducer for text adaption of end-to-end speech recognition models

2022-12-05 · Rui Zhao, Jian Xue, Partha Parthasarathy, Veljko Miljanic 외

Neural transducer is now the most popular end-to-end model for speech recognition, due to its naturally streaming ability. However, it is challenging to adapt it with text-only data. Factorized neural transducer (FNT) mo…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Improved Factorized Neural Transducer Model For text-only Domain Adaptation

2023-09-18 · Junzhe Liu, Jianwei Yu, Xie Chen

Adapting End-to-End ASR models to out-of-domain datasets with text data is challenging. Factorized neural Transducer (FNT) aims to address this issue by introducing a separate vocabulary decoder to predict the vocabulary…

DecoderDomain Adaptation

External Language Model Integration for Factorized Neural Transducers

2023-05-26 · Michael Levit, Sarangarajan Parthasarathy, Cem Aksoylar, Mohammad Sadegh Rasooli 외

We propose an adaptation method for factorized neural transducers (FNT) with external language models. We demonstrate that both neural and n-gram external LMs add significantly more value when linearly interpolated with …

Language ModelingLanguage Modellingmodel

Effective internal language model training and fusion for factorized transducer model

2024-04-02 · Jinxi Guo, Niko Moritz, Yingyi Ma, Frank Seide 외

The internal language model (ILM) of the neural transducer has been widely studied. In most prior work, it is mainly used for estimating the ILM score and is subsequently subtracted during inference to facilitate improve…

Language ModelingLanguage Modellingmodel

t-SOT FNT: Streaming Multi-talker ASR with Text-only Domain Adaptation Capability

2023-09-15 · Jian Wu, Naoyuki Kanda, Takuya Yoshioka, Rui Zhao 외

Token-level serialized output training (t-SOT) was recently proposed to address the challenge of streaming multi-talker automatic speech recognition (ASR). T-SOT effectively handles overlapped speech by representing mult…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain AdaptationLanguage Modeling+3