Learning Speaker Embedding from Text-to-Speech
Jaejin Cho, Piotr Zelasko, Jesus Villalba, Shinji Watanabe, Najim, Dehak

TL;DR
This paper explores training speaker embeddings using a joint TTS and speaker verification approach, demonstrating improved verification accuracy, especially when combining TTS reconstruction with speaker classification, and utilizing both manual and ASR-generated transcripts.
Contribution
It introduces a novel end-to-end training method for speaker embeddings using TTS reconstruction and speaker classification, enhancing speaker verification performance.
Findings
Unsupervised TTS embeddings reduced EER by 2.06% on LibriTTS.
Combining TTS with speaker classification further improved EER by up to 0.73%.
Using Kaldi phone alignments as TTS input yielded better results than manual transcripts.
Abstract
Zero-shot multi-speaker Text-to-Speech (TTS) generates target speaker voices given an input text and the corresponding speaker embedding. In this work, we investigate the effectiveness of the TTS reconstruction objective to improve representation learning for speaker verification. We jointly trained end-to-end Tacotron 2 TTS and speaker embedding networks in a self-supervised fashion. We hypothesize that the embeddings will contain minimal phonetic information since the TTS decoder will obtain that information from the textual input. TTS reconstruction can also be combined with speaker classification to enhance these embeddings further. Once trained, the speaker encoder computes representations for the speaker verification task, while the rest of the TTS blocks are discarded. We investigated training TTS from either manual or ASR-generated transcripts. The latter allows us to train…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Speech and Audio Processing · Music and Audio Processing
MethodsSigmoid Activation · Dilated Causal Convolution · Highway Layer · Bidirectional GRU · Mixture of Logistic Distributions · Long Short-Term Memory · Bidirectional LSTM · Gated Recurrent Unit · Max Pooling · Convolution
