ASCLSDSep 20, 2023

Speak While You Think: Streaming Speech Synthesis During Text Generation

arXiv:2309.11210v120 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the latency issue for users needing fluent voice interactions with LLMs, though it is incremental as it builds on existing streaming and teacher-student methods.

The paper tackles the latency problem in speech synthesis from large language model outputs by proposing LLM2Speech, an architecture that synthesizes speech while text is being generated, resulting in significant latency reduction for natural conversations.

Large Language Models (LLMs) demonstrate impressive capabilities, yet interaction with these models is mostly facilitated through text. Using Text-To-Speech to synthesize LLM outputs typically results in notable latency, which is impractical for fluent voice conversations. We propose LLM2Speech, an architecture to synthesize speech while text is being generated by an LLM which yields significant latency reduction. LLM2Speech mimics the predictions of a non-streaming teacher model while limiting the exposure to future context in order to enable streaming. It exploits the hidden embeddings of the LLM, a by-product of the text generation that contains informative semantic context. Experimental results show that LLM2Speech maintains the teacher's quality while reducing the latency to enable natural conversations.

Foundations

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

Your Notes