paper-with-me

Papers

TRADE: Transducer-Augmented Decoder for Speech LLM

2026-06-07 · Yun Tang, Shanil Puri, Shinji Watanabe, Subhabrata Mukherjee arxiv

Speech Large Language Models (Speech LLMs) lack a principled mechanism for streaming inference: their label-synchronous generation has no acoustic-frame alignment, making real-time decoding and end-of-utterance detection difficult. We propose TRADE TRansducer-Augmented DEcoder, which augments a multimodal LLM with a transducer branch that shares the audio encoder and uses the LLM's hidden states directly as the prediction network -- coupling frame-synchronous acoustic alignment with the LLM's linguistic reasoning. Three design choices make the system accurate, streamable, and long-form capable: (1)Tightly coupled dual vocabularies -- a compact transducer vocabulary derived from the LLM vocabulary, enabling zero-cost score fusion; (2)Chunk-synchronized streaming training with gradient stopping, eliminating the train-inference mismatch at offline-equivalent memory cost; and (3)Localized Decoder Audio Attention (LDAA), a causal sliding window that caps KV-cache memory independently of utterance length. A single TRADE checkpoint supports offline and streaming decoding across a continuous range of latency operating points. TRADE achieves 6.71% average WER on the Open ASR Leaderboard, while the streaming recognition with 960ms chunk size reaches 8.40% from the same checkpoint. On long-form speech, it obtains 3.64% WER on TED-LIUM and 10.88% on Earnings-22 without external segmentation. TRADE provides sentence-end punctuation timestamps that, when combined with acoustic voice activity detection (VAD), improve end-of-utterance detection by +0.03 F_1 over acoustic VAD alone.

📄 PDF Abstract BibTeX arXiv:2606.08486

Code (0)

등록된 구현이 없습니다.

Tasks

Activity Detection

Similar Papers 제목 키워드 기반

Cross Attention Augmented Transducer Networks for Simultaneous Translation

2021-11-01 · EMNLP 2021 11 · Dan Liu, Mengge Du, Xiaoxi Li, Ya Li 외

This paper proposes a novel architecture, Cross Attention Augmented Transducer (CAAT), for simultaneous translation. The framework aims to jointly optimize the policy and translation models. To effectively consider all p…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+3

Hybrid Transducer and Attention based Encoder-Decoder Modeling for Speech-to-Text Tasks

2023-05-04 · Yun Tang, Anna Y. Sun, Hirofumi Inaguma, Xinyue Chen 외

Transducer and Attention based Encoder-Decoder (AED) are two widely used frameworks for speech-to-text tasks. They are designed for different purposes and each has its own benefits and drawbacks for speech-to-text tasks.…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modelling+5

Label-Synchronous Neural Transducer for E2E Simultaneous Speech Translation

2024-06-06 · Keqi Deng, Philip C. Woodland

While the neural transducer is popular for online speech recognition, simultaneous speech translation (SST) requires both streaming and re-ordering capabilities. This paper presents the LS-Transducer-SST, a label-synchro…

es-enspeech-recognitionSpeech RecognitionTranslation

Mobile Keyboard Input Decoding with Finite-State Transducers

2017-04-13 · Tom Ouyang, David Rybach, Françoise Beaufays, Michael Riley

We propose a finite-state transducer (FST) representation for the models used to decode keyboard inputs on mobile devices. Drawing from learnings from the field of speech recognition, we describe a decoding framework tha…

Decoderspeech-recognitionSpeech Recognition

Chunked Attention-based Encoder-Decoder Model for Streaming Speech Recognition

2023-09-15 · Mohammad Zeineldeen, Albert Zeyer, Ralf Schlüter, Hermann Ney

We study a streamable attention-based encoder-decoder model in which either the decoder, or both the encoder and decoder, operate on pre-defined, fixed-size windows called chunks. A special end-of-chunk (EOC) symbol adva…

DecoderFormspeech-recognitionSpeech Recognition