CLSep 24, 2025

From Text to Talk: Audio-Language Model Needs Non-Autoregressive Joint Training

arXiv:2509.20072v23 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling interleaved audio and text in conversational systems, which is an incremental improvement over existing autoregressive methods.

The paper tackles the problem of multimodal models for audio-text tasks by proposing a unified framework that integrates autoregressive text generation with non-autoregressive audio diffusion, achieving effectiveness in Audio-QA and ASR tasks as demonstrated through extensive experiments.

Recent advances in large language models (LLMs) have attracted significant interest in extending their capabilities to multimodal scenarios, particularly for speech-to-speech conversational systems. However, existing multimodal models handling interleaved audio and text rely on autoregressive methods, overlooking that text depends on target-target relations whereas audio depends mainly on source-target relations. In this work, we propose Text-to-Talk (TtT), a unified audio-text framework that integrates autoregressive (AR) text generation with non-autoregressive (NAR) audio diffusion in a single Transformer. By leveraging the any-order autoregressive property of absorbing discrete diffusion, our approach provides a unified training objective for text and audio. To support this hybrid generation paradigm, we design a modality-aware attention mechanism that enforces causal decoding for text while allowing bidirectional modeling within audio spans, and further introduce three training strategies that reduce train-test discrepancies. During inference, TtT employs block-wise diffusion to synthesize audio in parallel while flexibly handling variable-length outputs. Extensive experiments across Audio-QA and ASR tasks demonstrate the effectiveness of our approach, with detailed ablation studies validating each proposed component. We will open-source our models, data and code to facilitate future research in this direction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes