StyleSpeech: Parameter-efficient Fine Tuning for Pre-trained Controllable Text-to-Speech
Haowei Lou, Helen Paik, Wen Hu, Lina Yao
TL;DR
StyleSpeech tackles controllable TTS by decoupling style from phoneme representations through a Style Decorator, enabling parameter-efficient style adaptation with LoRA. The architecture blends an Acoustic Pattern Encoder, Phoneme Duration Adaptor, and Griffin-Lim vocoder, while preserving phoneme identity and allowing rapid addition of new styles. A novel LLM-Guided MOS metric is proposed to objectively assess TTS quality alongside traditional metrics like $WER$, $MCD$, and PESQ. Experiments on the Baker Chinese dataset show notable improvements in both objective and perceptual measures, supporting StyleSpeech as a practical solution for dynamic, specialized TTS applications such as virtual assistants and adaptive audio content.
Abstract
This paper introduces StyleSpeech, a novel Text-to-Speech~(TTS) system that enhances the naturalness and accuracy of synthesized speech. Building upon existing TTS technologies, StyleSpeech incorporates a unique Style Decorator structure that enables deep learning models to simultaneously learn style and phoneme features, improving adaptability and efficiency through the principles of Lower Rank Adaptation~(LoRA). LoRA allows efficient adaptation of style features in pre-trained models. Additionally, we introduce a novel automatic evaluation metric, the LLM-Guided Mean Opinion Score (LLM-MOS), which employs large language models to offer an objective and robust protocol for automatically assessing TTS system performance. Extensive testing on benchmark datasets shows that our approach markedly outperforms existing state-of-the-art baseline methods in producing natural, accurate, and high-quality speech. These advancements not only pushes the boundaries of current TTS system capabilities, but also facilitate the application of TTS system in more dynamic and specialized, such as interactive virtual assistants, adaptive audiobooks, and customized voice for gaming. Speech samples can be found in https://style-speech.vercel.app
