kNN Retrieval for Simple and Effective Zero-Shot Multi-speaker Text-to-Speech
Karl El Hajal, Ajinkya Kulkarni, Enno Hermann, Mathew Magimai. -Doss
TL;DR
The paper tackles the data efficiency challenge of zero-shot multi-speaker TTS by introducing kNN-TTS, a retrieval-based framework that uses SSL feature representations to transfer voice style from a target speaker without requiring multi-speaker transcribed data. Text-to-SSL models generate source SSL features from text, which are then replaced frame-by-frame via kNN retrieval from a target speaker's SSL unit database, followed by a linear interpolation controlled by the parameter $λ$ to morph voice characteristics. A pre-trained vocoder reconstructs the waveform from the converted SSL features, enabling high-quality speech with strong speaker similarity. The approach demonstrates competitive performance with state-of-the-art baselines trained on much larger datasets, while offering significant gains in data efficiency and enabling fine-grained voice morphing, making it suitable for low-resource languages and domains.
Abstract
While recent zero-shot multi-speaker text-to-speech (TTS) models achieve impressive results, they typically rely on extensive transcribed speech datasets from numerous speakers and intricate training pipelines. Meanwhile, self-supervised learning (SSL) speech features have emerged as effective intermediate representations for TTS. Further, SSL features from different speakers that are linearly close share phonetic information while maintaining individual speaker identity. In this study, we introduce kNN-TTS, a simple and effective framework for zero-shot multi-speaker TTS using retrieval methods which leverage the linear relationships between SSL features. Objective and subjective evaluations show that our models, trained on transcribed speech from a single speaker only, achieve performance comparable to state-of-the-art models that are trained on significantly larger training datasets. The low training data requirements mean that kNN-TTS is well suited for the development of multi-speaker TTS systems for low-resource domains and languages. We also introduce an interpolation parameter which enables fine-grained voice morphing. Demo samples are available at https://idiap.github.io/knn-tts
