UAF: A Unified Audio Front-end LLM for Full-Duplex Speech Interaction

arXiv cs.AI / 4/22/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces UAF, a unified audio front-end LLM designed specifically for full-duplex speech interaction, aiming to make conversations more natural and responsive.
  • Unlike typical end-to-end audio LLMs that are often half-duplex and depend on separate front-end components (e.g., VAD and turn-taking), UAF reformulates multiple front-end tasks into one autoregressive token prediction framework.
  • UAF takes streaming fixed-duration audio chunks (e.g., 600 ms) and uses a reference audio prompt to anchor the target speaker, then generates discrete tokens that encode both semantic content and system-level control signals such as interruption.
  • Experiments report leading performance across several audio front-end tasks (including VAD, TD, speaker recognition, ASR, and QA) and improvements in response latency and interruption accuracy in real-world scenarios.
  • The work highlights that optimizing the speech front-end is as important as advancing the back-end unified model for achieving seamless full-duplex interaction.

Abstract

Full-duplex speech interaction, as the most natural and intuitive mode of human communication, is driving artificial intelligence toward more human-like conversational systems. Traditional cascaded speech processing pipelines suffer from critical limitations, including accumulated latency, information loss, and error propagation across modules. To address these issues, recent efforts focus on the end-to-end audio large language models (LLMs) like GPT-4o, which primarily unify speech understanding and generation task. However, most of these models are inherently half-duplex, and rely on a suite of separate, task-specific front-end components, such as voice activity detection (VAD) and turn-taking detection (TD). In our development of speech assistant, we observed that optimizing the speech front-end is equally crucial as advancing the back-end unified model for achieving seamless, responsive interactions. To bridge this gap, we propose the first unified audio front-end LLM (UAF) tailored for full-duplex speech systems. Our model reformulates diverse audio front-end tasks into a single auto-regressive sequence prediction problem, including VAD, TD, speaker recognition (SR), automatic speech recognition (ASR) and question answer (QA). It takes streaming fixed-duration audio chunk (e.g., 600 ms) as input, leverages a reference audio prompt to anchor the target speaker at the beginning, and regressively generates discrete tokens encoding both semantic content and system-level state controls (e.g., interruption signals). Experiments demonstrate that our model achieves leading performance across multiple audio front-end tasks and significantly enhances response latency and interruption accuracy in real-world interaction scenarios.