Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient Sequence Transduction by Jointly Predicting Tokens and Durations

About

This paper introduces a novel Token-and-Duration Transducer (TDT) architecture for sequence-to-sequence tasks. TDT extends conventional RNN-Transducer architectures by jointly predicting both a token and its duration, i.e. the number of input frames covered by the emitted token. This is achieved by using a joint network with two outputs which are independently normalized to generate distributions over tokens and durations. During inference, TDT models can skip input frames guided by the predicted duration output, which makes them significantly faster than conventional Transducers which process the encoder output frame by frame. TDT models achieve both better accuracy and significantly faster inference than conventional Transducers on different sequence transduction tasks. TDT models for Speech Recognition achieve better accuracy and up to 2.82X faster inference than conventional Transducers. TDT models for Speech Translation achieve an absolute gain of over 1 BLEU on the MUST-C test compared with conventional Transducers, and its inference is 2.27X faster. In Speech Intent Classification and Slot Filling tasks, TDT models improve the intent accuracy by up to over 1% (absolute) over conventional Transducers, while running up to 1.28X faster. Our implementation of the TDT model will be open-sourced with the NeMo (https://github.com/NVIDIA/NeMo) toolkit.

Hainan Xu, Fei Jia, Somshubra Majumdar, He Huang, Shinji Watanabe, Boris Ginsburg• 2023

Related benchmarks

TaskDatasetResultRank
Automatic Speech RecognitionLibriSpeech (test-other)
WER5.05
966
Intent ClassificationSLURP (test)
Accuracy (IC)90.07
26
Slot FillingSLURP (test)
F1 Score80.61
26
Automatic Speech RecognitionSupreme-court-speech
WER15.7
9
Automatic Speech RecognitionAdversarial
WER19.4
8
Automatic Speech RecognitionMultilingual LibriSpeech German (test)
WER3.93
5
Automatic Speech RecognitionSpanish CallHome LDC96S35 (test)
WER (%)17.95
5
Speech RecognitionLibriSpeech 960h (test-clean)
WER2.11
5
Speech TranslationMUST-C V2 (test)
BLEU0.2447
5
Automatic Speech RecognitionPrimock57
WER15.8
3
Showing 10 of 12 rows

Other info

Code

Follow for update