CLAIMay 17, 2025

SALMONN-omni: A Standalone Speech LLM without Codec Injection for Full-duplex Conversation

arXiv:2505.17060v120 citationsh-index: 17Has Code
Originality Highly original
AI Analysis

This addresses the challenge of error accumulation and key issues like barge-in and echo cancellation in conversational AI systems, offering a more integrated solution for human-machine speech interaction.

The paper tackles the problem of enabling fluid full-duplex speech interaction by introducing SALMONN-omni, a standalone speech LLM that avoids audio codecs and achieves at least 30% relative performance improvement over existing open-source full-duplex models on benchmarks for spoken question answering and open-domain dialogue.

In order to enable fluid and natural human-machine speech interaction, existing full-duplex conversational systems often adopt modular architectures with auxiliary components such as voice activity detectors, interrupters, conversation state predictors, or multiple LLMs. These systems, however, suffer from error accumulation across modules and struggle with key challenges such as context-dependent barge-in and echo cancellation. Recent approaches, most notably Moshi, simplify the pipeline by injecting audio codecs into the token space of a single LLM. However, such methods still incur significant performance degradation when operating on the speech rather than text modality. In this paper, we introduce SALMONN-omni, the first single, standalone full-duplex speech LLM that operates without audio codecs in its token space. It features a novel dynamic thinking mechanism within the LLM backbone, enabling the model to learn when to transition between speaking and listening states. Experiments on widely used benchmarks for spoken question answering and open-domain dialogue show that SALMONN-omni achieves at least 30\% relative performance improvement over existing open-source full-duplex models and performs highly competitively to half-duplex and turn-based systems, despite using substantially less training data. Moreover, SALMONN-omni demonstrates strong performance in complex conversational scenarios, including turn-taking, backchanneling, echo cancellation and context-dependent barge-in, with further improvements achieved through reinforcement learning. Some demo conversations between user and SALMONN-omni are provided in the following repository https://github.com/bytedance/SALMONN.

Foundations

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

Your Notes