CLAILGSDASOct 31, 2022

Modular Hybrid Autoregressive Transducer

arXiv:2210.17049v227 citationsh-index: 51
Originality Incremental advance
AI Analysis

This work addresses the problem of improving speech recognition accuracy for large-scale production systems, representing an incremental advancement in transducer-based models.

The paper tackled the challenge of text-only adaptation for end-to-end speech recognition transducers by proposing a modular hybrid autoregressive transducer (MHAT) with structurally separated decoders, achieving relative WER reductions of up to 12.4% without LM fusion and 21.5% with LM fusion on Google's large-scale production data.

Text-only adaptation of a transducer model remains challenging for end-to-end speech recognition since the transducer has no clearly separated acoustic model (AM), language model (LM) or blank model. In this work, we propose a modular hybrid autoregressive transducer (MHAT) that has structurally separated label and blank decoders to predict label and blank distributions, respectively, along with a shared acoustic encoder. The encoder and label decoder outputs are directly projected to AM and internal LM scores and then added to compute label posteriors. We train MHAT with an internal LM loss and a HAT loss to ensure that its internal LM becomes a standalone neural LM that can be effectively adapted to text. Moreover, text adaptation of MHAT fosters a much better LM fusion than internal LM subtraction-based methods. On Google's large-scale production data, a multi-domain MHAT adapted with 100B sentences achieves relative WER reductions of up to 12.4% without LM fusion and 21.5% with LM fusion from 400K-hour trained HAT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes