Autoregressive Speech Synthesis without Vector Quantization
Lingwei Meng, Long Zhou, Shujie Liu, Sanyuan Chen, Bing Han, Shujie Hu, Yanqing Liu, Jinyu Li, Sheng Zhao, Xixin Wu, Helen Meng, Furu Wei

TL;DR
MELLE introduces a continuous-valued token approach for text-to-speech synthesis that improves fidelity, robustness, and diversity by avoiding vector quantization and employing novel regression and variational inference techniques.
Contribution
The paper proposes MELLE, a new autoregressive TTS model that generates continuous spectrograms directly, bypassing vector quantization, and incorporates a spectrogram flux loss and variational inference for better performance.
Findings
MELLE outperforms VALL-E in multiple metrics.
It mitigates robustness issues associated with vector-quantized codes.
The model offers a more streamlined TTS paradigm.
Abstract
We present MELLE, a novel continuous-valued token based language modeling approach for text-to-speech synthesis (TTS). MELLE autoregressively generates continuous mel-spectrogram frames directly from text condition, bypassing the need for vector quantization, which is typically designed for audio compression and sacrifices fidelity compared to continuous representations. Specifically, (i) instead of cross-entropy loss, we apply regression loss with a proposed spectrogram flux loss function to model the probability distribution of the continuous-valued tokens; (ii) we have incorporated variational inference into MELLE to facilitate sampling mechanisms, thereby enhancing the output diversity and model robustness. Experiments demonstrate that, compared to the two-stage codec language model VALL-E and its variants, the single-stage MELLE mitigates robustness issues by avoiding the inherent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and dialogue systems
MethodsVariational Inference
