paper-with-me

홈 › Papers

Multi-blank Transducers for Speech Recognition

2022-11-04 · Hainan Xu, Fei Jia, Somshubra Majumdar, Shinji Watanabe, Boris Ginsburg

This paper proposes a modification to RNN-Transducer (RNN-T) models for automatic speech recognition (ASR). In standard RNN-T, the emission of a blank symbol consumes exactly one input frame; in our proposed method, we introduce additional blank symbols, which consume two or more input frames when emitted. We refer to the added symbols as big blanks, and the method multi-blank RNN-T. For training multi-blank RNN-Ts, we propose a novel logit under-normalization method in order to prioritize emissions of big blanks. With experiments on multiple languages and datasets, we show that multi-blank RNN-T methods could bring relative speedups of over +90%/+139% to model inference for English Librispeech and German Multilingual Librispeech datasets, respectively. The multi-blank RNN-T method also improves ASR accuracy consistently. We will release our implementation of the method in the NeMo (https://github.com/NVIDIA/NeMo) toolkit.

📄 PDF Abstract BibTeX arXiv:2211.03541

Code (4)

NVIDIA/NeMo 공식 구현 pytorch
chimechallenge/C8DASR-Baseline-NeMo pytorch
kehanlu/Nemo pytorch
wd929/NeMo pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

An Investigation of Monotonic Transducers for Large-Scale Automatic Speech Recognition

2022-04-19 · Niko Moritz, Frank Seide, Duc Le, Jay Mahadeokar 외

The two most popular loss functions for streaming end-to-end automatic speech recognition (ASR) are RNN-Transducer (RNN-T) and connectionist temporal classification (CTC). Between these two loss types we can classify the…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Hallucinationspeech-recognition+1

Blank-regularized CTC for Frame Skipping in Neural Transducer

2023-05-19 · Yifan Yang, Xiaoyu Yang, Liyong Guo, Zengwei Yao 외

Neural Transducer and connectionist temporal classification (CTC) are popular end-to-end automatic speech recognition systems. Due to their frame-synchronous design, blank symbols are introduced to address the length mis…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

Label-Looping: Highly Efficient Decoding for Transducers

2024-06-10 · Vladimir Bataev, Hainan Xu, Daniel Galvez, Vitaly Lavrukhin 외

This paper introduces a highly efficient greedy decoding algorithm for Transducer-based speech recognition models. We redesign the standard nested-loop design for RNN-T decoding, swapping loops over frames and labels: th…

GPUspeech-recognitionSpeech Recognition

HENT-SRT: Hierarchical Efficient Neural Transducer with Self-Distillation for Joint Speech Recognition and Translation

2025-06-02 · Amir Hussein, Cihan Xiao, Matthew Wiesner, Dan Povey 외

Neural transducers (NT) provide an effective framework for speech streaming, demonstrating strong performance in automatic speech recognition (ASR). However, the application of NT to speech translation (ST) remains chall…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Computational EfficiencyDecoder+3

On the Relation between Internal Language Model and Sequence Discriminative Training for Neural Transducers

2023-09-25 · Zijian Yang, Wei Zhou, Ralf Schlüter, Hermann Ney

Internal language model (ILM) subtraction has been widely applied to improve the performance of the RNN-Transducer with external language model (LM) fusion for speech recognition. In this work, we show that sequence disc…

Language ModelingLanguage ModellingRelationspeech-recognition+1