Emo-DPO: Controllable Emotional Speech Synthesis through Direct Preference Optimization
Xiaoxue Gao, Chen Zhang, Yiming Chen, Huayun Zhang, Nancy F. Chen
TL;DR
This work tackles the limitation of single-emotion supervision in emotional TTS by introducing Emo-DPO, which blends instruction tuning with Direct Preference Optimization (DPO) in an emotion-aware LLM-TTS framework. The model learns from pairwise emotion preferences, constructing positive and negative examples from the same text to encourage preferred emotional expressions, and employs JS-regularized DPO alongside KL and SFT losses for stable training. Across the English ESD dataset, Emo-DPO outperforms baselines on intelligibility, prosody similarity, and emotion similarity, with strong AB preferences and favorable subjective ratings, demonstrating improved cross-emotion controllability. The approach highlights the potential of integrating emotion-aware LLMs with preference-guided optimization to advance expressive and controllable TTS, with practical implications for more nuanced speech synthesis in human–computer interaction; code will be released upon acceptance.
Abstract
Current emotional text-to-speech (TTS) models predominantly conduct supervised training to learn the conversion from text and desired emotion to its emotional speech, focusing on a single emotion per text-speech pair. These models only learn the correct emotional outputs without fully comprehending other emotion characteristics, which limits their capabilities of capturing the nuances between different emotions. We propose a controllable Emo-DPO approach, which employs direct preference optimization to differentiate subtle emotional nuances between emotions through optimizing towards preferred emotions over less preferred emotional ones. Instead of relying on traditional neural architectures used in existing emotional TTS models, we propose utilizing the emotion-aware LLM-TTS neural architecture to leverage LLMs' in-context learning and instruction-following capabilities. Comprehensive experiments confirm that our proposed method outperforms the existing baselines.
