English

Robust and Unbounded Length Generalization in Autoregressive Transformer-Based Text-to-Speech

Computation and Language 2025-03-13 v2 Machine Learning Sound Audio and Speech Processing

Abstract

Autoregressive (AR) Transformer-based sequence models are known to have difficulty generalizing to sequences longer than those seen during training. When applied to text-to-speech (TTS), these models tend to drop or repeat words or produce erratic output, especially for longer utterances. In this paper, we introduce enhancements aimed at AR Transformer-based encoder-decoder TTS systems that address these robustness and length generalization issues. Our approach uses an alignment mechanism to provide cross-attention operations with relative location information. The associated alignment position is learned as a latent property of the model via backpropagation and requires no external alignment information during training. While the approach is tailored to the monotonic nature of TTS input-output alignment, it is still able to benefit from the flexible modeling power of interleaved multi-head self- and cross-attention operations. A system incorporating these improvements, which we call Very Attentive Tacotron, matches the naturalness and expressiveness of a baseline T5-based TTS system, while eliminating problems with repeated or dropped words and enabling generalization to any practical utterance length.

Keywords

Cite

@article{arxiv.2410.22179,
  title  = {Robust and Unbounded Length Generalization in Autoregressive Transformer-Based Text-to-Speech},
  author = {Eric Battenberg and RJ Skerry-Ryan and Daisy Stanton and Soroosh Mariooryad and Matt Shannon and Julian Salazar and David Kao},
  journal= {arXiv preprint arXiv:2410.22179},
  year   = {2025}
}

Comments

Accepted to NAACL 2025

R2 v1 2026-06-28T19:39:50.920Z