English

Lightweight Transducer Based on Frame-Level Criterion

Computation and Language 2024-11-04 v2 Sound Audio and Speech Processing

Abstract

The transducer model trained based on sequence-level criterion requires a lot of memory due to the generation of the large probability matrix. We proposed a lightweight transducer model based on frame-level criterion, which uses the results of the CTC forced alignment algorithm to determine the label for each frame. Then the encoder output can be combined with the decoder output at the corresponding time, rather than adding each element output by the encoder to each element output by the decoder as in the transducer. This significantly reduces memory and computation requirements. To address the problem of imbalanced classification caused by excessive blanks in the label, we decouple the blank and non-blank probabilities and truncate the gradient of the blank classifier to the main network. Experiments on the AISHELL-1 demonstrate that this enables the lightweight transducer to achieve similar results to transducer. Additionally, we use richer information to predict the probability of blank, achieving superior results to transducer.

Keywords

Cite

@article{arxiv.2409.13698,
  title  = {Lightweight Transducer Based on Frame-Level Criterion},
  author = {Genshun Wan and Mengzhi Wang and Tingzhi Mao and Hang Chen and Zhongfu Ye},
  journal= {arXiv preprint arXiv:2409.13698},
  year   = {2024}
}

Comments

Accepted by Interspeech 2024, code repository: https://github.com/wangmengzhi/Lightweight-Transducer

R2 v1 2026-06-28T18:51:42.371Z