LGCLASFeb 12, 2024

BASE TTS: Lessons from building a billion-parameter Text-to-Speech model on 100K hours of data

arXiv:2402.08093v20.10120 citationsh-index: 33
AI Analysis75

This work addresses the challenge of producing high-quality, streamable speech synthesis for applications like virtual assistants and accessibility tools, representing a significant but incremental advance in scaling TTS models.

The authors tackled the problem of generating natural-sounding speech from text by building BASE TTS, a billion-parameter model trained on 100K hours of data, which achieved state-of-the-art speech naturalness and demonstrated emergent abilities like improved prosody on complex sentences.

We introduce a text-to-speech (TTS) model called BASE TTS, which stands for $\textbf{B}$ig $\textbf{A}$daptive $\textbf{S}$treamable TTS with $\textbf{E}$mergent abilities. BASE TTS is the largest TTS model to-date, trained on 100K hours of public domain speech data, achieving a new state-of-the-art in speech naturalness. It deploys a 1-billion-parameter autoregressive Transformer that converts raw texts into discrete codes ("speechcodes") followed by a convolution-based decoder which converts these speechcodes into waveforms in an incremental, streamable manner. Further, our speechcodes are built using a novel speech tokenization technique that features speaker ID disentanglement and compression with byte-pair encoding. Echoing the widely-reported "emergent abilities" of large language models when trained on increasing volume of data, we show that BASE TTS variants built with 10K+ hours and 500M+ parameters begin to demonstrate natural prosody on textually complex sentences. We design and share a specialized dataset to measure these emergent abilities for text-to-speech. We showcase state-of-the-art naturalness of BASE TTS by evaluating against baselines that include publicly available large-scale text-to-speech systems: YourTTS, Bark and TortoiseTTS. Audio samples generated by the model can be heard at https://amazon-ltts-paper.com/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes