用自适应专家路由让语音模型在不丢性能的前提下实现低延迟对话
DeepOmni: Towards Seamless and Smart Speech Interaction with Adaptive Modality-Specific MoE
- 基于混合专家架构,按语音负载动态分配专用语音专家
- 仅损失5.5%性能,远优于传统语音模型20%以上的性能下降
- 支持端到端0.5秒内响应,适合实时语音交互场景
原生多模态大语言模型(MLLM)将单一大语言模型重构为可同时生成语音与文本的语音语言模型(SLM),保留了情感、语调等丰富的副语言特征,并直接在骨干网络中生成语音,无需独立语音解码器,从而降低延迟、提升交互流畅性。然而,由于语音-文本配对数据稀缺,原生MLLM在预训练时易发生灾难性遗忘,导致性能显著下降。为此,本文提出DeepTalk框架,基于混合专家(MoE)架构,首先根据模型内部的模态负载自适应区分语音与文本专家;各专家分别进行单模态专项训练,再通过联合多模态协同训练优化。实验表明,DeepTalk相比原始LLM仅产生5.5%性能下降,显著优于传统原生MLLM平均超20%的性能损失(如GLM-4-Voice),且达到模块化MLLM水平。端到端对话延迟保持在0.5秒以内,实现无缝智能语音交互。代码与模型已开源。
原文摘要 · Abstract (English)
Native multimodal large language models (MLLMs) restructure a single large language model (LLM) into a spoken language model (SLM) capable of both speech and text generation. Compared to modular and aligned MLLMs, native MLLMs preserve richer paralinguistic features such as emotion and prosody, and generate speech responses directly within the backbone LLM rather than using a separate speech decoder. This integration also results in lower response latency and smoother interaction. However, native MLLMs suffer from catastrophic forgetting and performance degradation because the available paired speech-text data is insufficient to support the pretraining of MLLMs compared to the vast amount of text data required to pretrain text LLMs. To address this issue, we propose DeepTalk, a framework for adaptive modality expert learning based on a Mixture of Experts (MoE) architecture. DeepTalk first adaptively distinguishes modality experts according to their modality load within the LLM. Each modality expert then undergoes specialized single-modality training, followed by joint multimodal collaborative training. As a result, DeepTalk incurs only a 5.5% performance drop compared to the original LLM, which is significantly lower than the average performance drop of over 20% typically seen in native MLLMs (such as GLM-4-Voice), and is on par with modular MLLMs. Meanwhile, the end-to-end dialogue latency remains within 0.5 seconds, ensuring a seamless and intelligent speech interaction experience. Code and models are released at https://github.com/talkking/DeepTalk.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。