English

LongFNT: Long-form Speech Recognition with Factorized Neural Transducer

Sound 2022-11-18 v1 Computation and Language Audio and Speech Processing

Abstract

Traditional automatic speech recognition~(ASR) systems usually focus on individual utterances, without considering long-form speech with useful historical information, which is more practical in real scenarios. Simply attending longer transcription history for a vanilla neural transducer model shows no much gain in our preliminary experiments, since the prediction network is not a pure language model. This motivates us to leverage the factorized neural transducer structure, containing a real language model, the vocabulary predictor. We propose the {LongFNT-Text} architecture, which fuses the sentence-level long-form features directly with the output of the vocabulary predictor and then embeds token-level long-form features inside the vocabulary predictor, with a pre-trained contextual encoder RoBERTa to further boost the performance. Moreover, we propose the {LongFNT} architecture by extending the long-form speech to the original speech input and achieve the best performance. The effectiveness of our LongFNT approach is validated on LibriSpeech and GigaSpeech corpora with 19% and 12% relative word error rate~(WER) reduction, respectively.

Keywords

Cite

@article{arxiv.2211.09412,
  title  = {LongFNT: Long-form Speech Recognition with Factorized Neural Transducer},
  author = {Xun Gong and Yu Wu and Jinyu Li and Shujie Liu and Rui Zhao and Xie Chen and Yanmin Qian},
  journal= {arXiv preprint arXiv:2211.09412},
  year   = {2022}
}

Comments

Submitted to ICASSP2023

R2 v1 2026-06-28T06:06:18.378Z