paper-with-me

홈 › Papers

Boosting Hybrid Autoregressive Transducer-based ASR with Internal Acoustic Model Training and Dual Blank Thresholding

2024-09-30 · Takafumi Moriya, Takanori Ashihara, Masato Mimura, Hiroshi Sato, Kohei Matsuura, Ryo Masumura, Taichi Asami

A hybrid autoregressive transducer (HAT) is a variant of neural transducer that models blank and non-blank posterior distributions separately. In this paper, we propose a novel internal acoustic model (IAM) training strategy to enhance HAT-based speech recognition. IAM consists of encoder and joint networks, which are fully shared and jointly trained with HAT. This joint training not only enhances the HAT training efficiency but also encourages IAM and HAT to emit blanks synchronously which skips the more expensive non-blank computation, resulting in more effective blank thresholding for faster decoding. Experiments demonstrate that the relative error reductions of the HAT with IAM compared to the vanilla HAT are statistically significant. Moreover, we introduce dual blank thresholding, which combines both HAT- and IAM-blank thresholding and a compatible decoding algorithm. This results in a 42-75% decoding speed-up with no major performance degradation.

📄 PDF Abstract BibTeX arXiv:2409.20313

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Modular Hybrid Autoregressive Transducer

2022-10-31 · Zhong Meng, Tongzhou Chen, Rohit Prabhavalkar, Yu Zhang 외

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 pro…

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

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

Hybrid Autoregressive Transducer (hat)

2020-03-12 · Ehsan Variani, David Rybach, Cyril Allauzen, Michael Riley

This paper proposes and evaluates the hybrid autoregressive transducer (HAT) model, a time-synchronous encoderdecoder model that preserves the modularity of conventional automatic speech recognition systems. The HAT mode…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2

Investigating Methods to Improve Language Model Integration for Attention-based Encoder-Decoder ASR Models

2021-04-12 · Mohammad Zeineldeen, Aleksandr Glushko, Wilfried Michel, Albert Zeyer 외

Attention-based encoder-decoder (AED) models learn an implicit internal language model (ILM) from the training transcriptions. The integration with an external LM trained on much more unpaired text usually leads to bette…

DecoderLanguage ModelingLanguage Modelling

HAINAN: Fast and Accurate Transducer for Hybrid-Autoregressive ASR

2024-10-03 · Hainan Xu, Travis M. Bartley, Vladimir Bataev, Boris Ginsburg

We present Hybrid-Autoregressive INference TrANsducers (HAINAN), a novel architecture for speech recognition that extends the Token-and-Duration Transducer (TDT) model. Trained with randomly masked predictor network outp…

speech-recognitionSpeech Recognition