Vevo: Controllable Zero-Shot Voice Imitation with Self-Supervised Disentanglement
Xueyao Zhang, Xiaohui Zhang, Kainan Peng, Zhenyu Tang, Vimal Manohar, Yingru Liu, Jeff Hwang, Dangna Li, Yuhao Wang, Julian Chan, Yuan Huang, Zhizheng Wu, Mingbo Ma
TL;DR
Vevo tackles zero-shot voice imitation by disentangling linguistic content, timbre, and style through self-supervised, HuBERT-based representations. A content-style modeling stage (decoder-only autoregressive transformer) generates content-style tokens from content, guided by a style reference, while an acoustic modeling stage (flow-matching transformer) synthesizes Mel spectrograms conditioned on a timbre reference. The core innovation is the VQ-VAE tokenizer applied to HuBERT features, producing content-stage tokens $Q_c$ and content-style tokens $Q_s$ with carefully chosen vocabularies ($K_c$, $K_s$) to control information bottlenecks. Trained on 60K hours of audiobook data without style-specific fine-tuning, Vevo achieves competitive or superior results in accent and emotion conversion, zero-shot voice conversion, and text-to-speech tasks, demonstrating strong generalization, controllability, and scalability for diverse speech generation applications.
Abstract
The imitation of voice, targeted on specific speech attributes such as timbre and speaking style, is crucial in speech generation. However, existing methods rely heavily on annotated data, and struggle with effectively disentangling timbre and style, leading to challenges in achieving controllable generation, especially in zero-shot scenarios. To address these issues, we propose Vevo, a versatile zero-shot voice imitation framework with controllable timbre and style. Vevo operates in two core stages: (1) Content-Style Modeling: Given either text or speech's content tokens as input, we utilize an autoregressive transformer to generate the content-style tokens, which is prompted by a style reference; (2) Acoustic Modeling: Given the content-style tokens as input, we employ a flow-matching transformer to produce acoustic representations, which is prompted by a timbre reference. To obtain the content and content-style tokens of speech, we design a fully self-supervised approach that progressively decouples the timbre, style, and linguistic content of speech. Specifically, we adopt VQ-VAE as the tokenizer for the continuous hidden features of HuBERT. We treat the vocabulary size of the VQ-VAE codebook as the information bottleneck, and adjust it carefully to obtain the disentangled speech representations. Solely self-supervised trained on 60K hours of audiobook speech data, without any fine-tuning on style-specific corpora, Vevo matches or surpasses existing methods in accent and emotion conversion tasks. Additionally, Vevo's effectiveness in zero-shot voice conversion and text-to-speech tasks further demonstrates its strong generalization and versatility. Audio samples are available at https://versavoice.github.io.
