TRADE: Transducer-Augmented Decoder for Speech LLM
This work addresses the challenge that existing speech large language models lack streaming inference mechanisms, making it difficult to simultaneously achieve real-time decoding and accurate end-of-utterance detection. The authors propose a tightly coupled dual-vocabulary architecture that integrates frame-synchronous acoustic alignment with language model reasoning through a shared audio encoder and transformer branches. The method incorporates chunk-synchronous streaming training, gradient truncation, localized audio attention, causal sliding windows, and zero-overhead score fusion to enable efficient streaming recognition and support for long-form audio. Evaluated on the Open ASR Leaderboard, the approach achieves an average word error rate (WER) of 6.71%, with 8.40% WER under 960ms chunked streaming conditions. It also attains 3.64% and 10.88% WER on TED-LIUM and Earnings-22, respectively, while improving the end-of-utterance detection F₁ score by 0.03.