Exploring speech style spaces with language models: Emotional TTS without emotion labels
Shreeram Suresh Chandra, Zongyang Du, Berrak Sisman
TL;DR
This paper tackles the challenge of emotional text-to-speech (E-TTS) without relying on scarce emotion labels. It introduces TEMOTTS, a two-stage framework that constructs an unsupervised emotional style space via global style tokens (GST) and aligns emotional text embeddings to this space using a language-model-driven adaptation, enabling inference from text alone. Stage I learns a GST-based style space within a FastSpeech2 backbone, while Stage II prunes emotion-rich text with DistilRoBERTa, extracts emotion embeddings, and trains an adaptation to map them to GST weights. Evaluations show TEMOTTS improves intelligibility, emotional accuracy, and naturalness compared to label-dependent baselines, demonstrating a robust link between linguistic content and expressive prosody and enabling scalable, text-only emotional synthesis.
Abstract
Many frameworks for emotional text-to-speech (E-TTS) rely on human-annotated emotion labels that are often inaccurate and difficult to obtain. Learning emotional prosody implicitly presents a tough challenge due to the subjective nature of emotions. In this study, we propose a novel approach that leverages text awareness to acquire emotional styles without the need for explicit emotion labels or text prompts. We present TEMOTTS, a two-stage framework for E-TTS that is trained without emotion labels and is capable of inference without auxiliary inputs. Our proposed method performs knowledge transfer between the linguistic space learned by BERT and the emotional style space constructed by global style tokens. Our experimental results demonstrate the effectiveness of our proposed framework, showcasing improvements in emotional accuracy and naturalness. This is one of the first studies to leverage the emotional correlation between spoken content and expressive delivery for emotional TTS.
