English

Utilizing Neural Transducers for Two-Stage Text-to-Speech via Semantic Token Prediction

Audio and Speech Processing 2024-10-28 v1 Computation and Language Machine Learning Sound

Abstract

We propose a novel text-to-speech (TTS) framework centered around a neural transducer. Our approach divides the whole TTS pipeline into semantic-level sequence-to-sequence (seq2seq) modeling and fine-grained acoustic modeling stages, utilizing discrete semantic tokens obtained from wav2vec2.0 embeddings. For a robust and efficient alignment modeling, we employ a neural transducer named token transducer for the semantic token prediction, benefiting from its hard monotonic alignment constraints. Subsequently, a non-autoregressive (NAR) speech generator efficiently synthesizes waveforms from these semantic tokens. Additionally, a reference speech controls temporal dynamics and acoustic conditions at each stage. This decoupled framework reduces the training complexity of TTS while allowing each stage to focus on semantic and acoustic modeling. Our experimental results on zero-shot adaptive TTS demonstrate that our model surpasses the baseline in terms of speech quality and speaker similarity, both objectively and subjectively. We also delve into the inference speed and prosody control capabilities of our approach, highlighting the potential of neural transducers in TTS frameworks.

Keywords

Cite

@article{arxiv.2401.01498,
  title  = {Utilizing Neural Transducers for Two-Stage Text-to-Speech via Semantic Token Prediction},
  author = {Minchan Kim and Myeonghun Jeong and Byoung Jin Choi and Semin Kim and Joun Yeop Lee and Nam Soo Kim},
  journal= {arXiv preprint arXiv:2401.01498},
  year   = {2024}
}

Comments

This work has been submitted to the IEEE for possible publication

R2 v1 2026-06-28T14:07:27.307Z