Hierarchical Generative Modeling for Controllable Speech Synthesis
Wei-Ning Hsu, Yu Zhang, Ron J. Weiss, Heiga Zen, Yonghui Wu, Yuxuan Wang, Yuan Cao, Ye Jia, Zhifeng Chen, Jonathan Shen, Patrick Nguyen, Ruoming Pang
TL;DR
The paper tackles controlling rarely annotated speech attributes in neural TTS by introducing GMVAE-Tacotron, a hierarchical variational framework with two latent spaces: a discrete latent class for attribute groups and a continuous latent for fine-grained variation, plus an observed-attribute space for speaker-related nuances. By modeling latent attributes with a Gaussian mixture prior and integrating two variational posteriors, the approach achieves disentangled, interpretable control over style, accent, noise, and recording conditions, enabling sampling, one-shot speaker inference, and robust clean-speech synthesis from noisy data. Extensive experiments across four datasets show the model can independently manipulate speaker identity, noise level, and speaking style, while maintaining high naturalness, and demonstrate effective style transfer and cross-domain application (crowd-sourced and audiobook data). The work advances controllable TTS with principled sampling, improved interpretability, and practical implications for data augmentation and robust deployment in varied recording conditions.
Abstract
This paper proposes a neural sequence-to-sequence text-to-speech (TTS) model which can control latent attributes in the generated speech that are rarely annotated in the training data, such as speaking style, accent, background noise, and recording conditions. The model is formulated as a conditional generative model based on the variational autoencoder (VAE) framework, with two levels of hierarchical latent variables. The first level is a categorical variable, which represents attribute groups (e.g. clean/noisy) and provides interpretability. The second level, conditioned on the first, is a multivariate Gaussian variable, which characterizes specific attribute configurations (e.g. noise level, speaking rate) and enables disentangled fine-grained control over these attributes. This amounts to using a Gaussian mixture model (GMM) for the latent distribution. Extensive evaluation demonstrates its ability to control the aforementioned attributes. In particular, we train a high-quality controllable TTS model on real found data, which is capable of inferring speaker and style attributes from a noisy utterance and use it to synthesize clean speech with controllable speaking style.
