CLSDASApr 15, 2025

GOAT-TTS: Expressive and Realistic Speech Generation via A Dual-Branch LLM

arXiv:2504.12339v21 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses limitations in expressive and realistic speech generation for TTS applications, though it appears incremental as it builds on existing LLM paradigms.

The paper tackles the problem of irreversible acoustic loss, dependency on aligned speech-text pairs, and catastrophic forgetting in LLM-based text-to-speech synthesis by proposing GOAT-TTS, a dual-branch architecture that achieves performance comparable to state-of-the-art TTS models.

While large language models (LLMs) have revolutionized text-to-speech (TTS) synthesis through discrete tokenization paradigms, current architectures exhibit fundamental tensions between three critical dimensions: 1) irreversible loss of acoustic characteristics caused by quantization of speech prompts; 2) stringent dependence on precisely aligned prompt speech-text pairs that limit real-world deployment; and 3) catastrophic forgetting of the LLM's native text comprehension during optimization for speech token generation. To address these challenges, we propose an LLM-based text-to-speech Generation approach Optimized via a novel dual-branch ArchiTecture (GOAT-TTS). Our framework introduces two key innovations: (1) The modality-alignment branch combines a speech encoder and projector to capture continuous acoustic embeddings, enabling bidirectional correlation between paralinguistic features (language, timbre, emotion) and semantic text representations without transcript dependency; (2) The speech-generation branch employs modular fine-tuning on top-k layers of an LLM for speech token prediction while freezing the bottom-n layers to preserve foundational linguistic knowledge. Moreover, multi-token prediction is introduced to support real-time streaming TTS synthesis. Experimental results demonstrate that our GOAT-TTS achieves performance comparable to state-of-the-art TTS models while validating the efficacy of synthesized dialect speech data.

Foundations

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

Your Notes