paper-with-me

홈 › Papers

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

2024-10-29 · Eric Battenberg, RJ Skerry-Ryan, Daisy Stanton, Soroosh Mariooryad, Matt Shannon, Julian Salazar, David Kao

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.

📄 PDF Abstract BibTeX arXiv:2410.22179

Code (1)

google/sequence-layers/blob/main/examples/very_attentive_tacotron.py 공식 구현 tf

Tasks

Decodertext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Sigmoid Activation 설명 없음
Batch Normalization 설명 없음
Highway Layer 설명 없음
Tanh Activation 설명 없음
BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Algebraic Decomposition Theory for Transformer Length Generalization

2026-08-13 · Andy Yang, Blerta Veseli, Corentin Barloy, Michaël Cadilhac 외 arxiv

Transformer-based language models are known to sometimes generalize to sequences longer than seen during training, but we lack a precise characterization of which tasks admit length generalization. It is not even known w…

ENTP: Encoder-only Next Token Prediction

2024-10-02 · Ethan Ewer, Daewon Chae, Thomas Zeng, Jinkyu Kim 외

Next-token prediction is conventionally done using decoder-only Transformers with causal attention, as this approach allows for efficient reuse of keys and values. What if we were not compute-limited, should we still use…

DecoderIn-Context LearningPredictionTriplet

Spike-Triggered Non-Autoregressive Transformer for End-to-End Speech Recognition

2020-05-16 · Zhengkun Tian, Jiangyan Yi, Jian-Hua Tao, Ye Bai 외

Non-autoregressive transformer models have achieved extremely fast inference speed and comparable performance with autoregressive sequence-to-sequence models in neural machine translation. Most of the non-autoregressive …

Machine Translationspeech-recognitionSpeech RecognitionTranslation

Arbitrary-Length Generalization for Addition in a Tiny Transformer

2024-05-31 · Alexandre Galvao Patriota

This paper introduces a novel training methodology that enables a Transformer model to generalize the addition of two-digit numbers to numbers with unseen lengths of digits. The proposed approach employs an autoregressiv…

GatedFWA: Linear Flash Windowed Attention with Gated Associative Memory

2025-12-08 · Jiaxu Liu, Yuhe Bai, Xiangyu Yin, Christos-Savvas Bouganis arxiv

Modern autoregressive models rely on attention, yet the Softmax full attention in Transformers scales quadratically with sequence length. Sliding Window Attention (SWA) achieves linear-time encoding/decoding by constrain…

Language Modelling