Causal Analysis and Mitigation of Spurious Onsets in Full-Duplex Speech LLMs

📅 2026-09-11
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究解决了全双工语音LLM中不适当发言的问题,通过因果分析确定原因,并提出一种实时干预方法有效抑制了这种现象,同时保持了正常响应。
📝 Abstract
Speech-to-speech LLMs like Moshi, and its derivative PersonaPlex, can listen and speak concurrently through full-duplex generation. However, they can begin speaking inappropriately during prolonged user silence: under digital-zero input, Moshi and PersonaPlex initiate speech in 12/40 and 11/40 five-minute continuations, respectively. What causes this spurious speech? We investigate two hypotheses: either repeated sampling selects speech despite persistently low onset probabilities, or conditioning on the model's nonspeech outputs causes an abrupt spike in onset probability. We find that, at every observed onset, speech probability spikes by over nine orders of magnitude in one 80-ms frame, supporting the latter hypothesis. Then, to suppress these onsets without blocking genuine responses, we ask a causal counterfactual question: is the model responding to user speech, or would its next-token distribution remain similar if the preceding user input were muted? Accordingly, we suppress onsets whose distributions change little under this intervention. Across 40 held-out trials per model with realistic microphone noise, our method suppresses 13/13 Moshi and 9/9 PersonaPlex spurious onsets, while preserving 40/40 genuine responses per model. Our inference-time method requires no retraining and runs in real-time, with 95th-percentile decision time below 61 ms, within the 80-ms frame budget. Our code is available at https://github.com/KentoNishi/icassp27-spurious-onsets.
Problem

Research questions and friction points this paper is trying to address.

full-duplex generation
spurious speech
speech-to-speech LLMs
Innovation

Methods, ideas, or system contributions that make the work stand out.

Causal Analysis
Spurious Onsets
Full-Duplex Generation
Real-Time Suppression
🔎 Similar Papers
No similar papers found.