AICLHCLGSDASAug 29, 2024

Mini-Omni: Language Models Can Hear, Talk While Thinking in Streaming

arXiv:2408.16725v3216 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the need for low-latency, open-source models for real-time human-computer speech interaction, though it is incremental as it builds on existing language model advancements.

The paper tackles the problem of enabling real-time speech interaction with language models without relying on external text-to-speech systems, which cause latency, by introducing Mini-Omni, an end-to-end conversational model that achieves this capability with minimal degradation in language performance.

Recent advances in language models have achieved significant progress. GPT-4o, as a new milestone, has enabled real-time conversations with humans, demonstrating near-human natural fluency. Such human-computer interaction necessitates models with the capability to perform reasoning directly with the audio modality and generate output in streaming. However, this remains beyond the reach of current academic models, as they typically depend on extra TTS systems for speech synthesis, resulting in undesirable latency. This paper introduces the Mini-Omni, an audio-based end-to-end conversational model, capable of real-time speech interaction. To achieve this capability, we propose a text-instructed speech generation method, along with batch-parallel strategies during inference to further boost the performance. Our method also helps to retain the original model's language capabilities with minimal degradation, enabling other works to establish real-time interaction capabilities. We call this training method "Any Model Can Talk". We also introduce the VoiceAssistant-400K dataset to fine-tune models optimized for speech output. To our best knowledge, Mini-Omni is the first fully end-to-end, open-source model for real-time speech interaction, offering valuable potential for future research.

Code Implementations1 repo
Foundations

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

Your Notes