Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

T5Gemma-TTS Technical Report

About

Autoregressive neural codec language models have shown strong zero-shot voice cloning ability, but decoder-only architectures treat input text as a prefix that competes with the growing audio sequence for positional capacity, weakening text conditioning over long utterances. We present T5Gemma-TTS, an encoder-decoder codec language model that maintains persistent text conditioning by routing bidirectional text representations through cross-attention at every decoder layer. Built on the T5Gemma pretrained encoder-decoder backbone (2B encoder + 2B decoder; 4B parameters), it inherits rich linguistic knowledge without phoneme conversion and processes text directly at the subword level. To improve duration control, we introduce Progress-Monitoring Rotary Position Embedding (PM-RoPE) in all 26 cross-attention layers, injecting normalized progress signals that help the decoder track target speech length. Trained on 170,000 hours of multilingual speech in English, Chinese, and Japanese, T5Gemma-TTS achieves a statistically significant speaker-similarity gain on Japanese over XTTSv2 (0.677 vs. 0.622; non-overlapping 95% confidence intervals) and the highest numerical Korean speaker similarity (0.747) despite Korean not being included in training, although this margin over XTTSv2 (0.741) is not statistically conclusive. It also attains the lowest numerical Japanese character error rate among five baselines (0.126), though this ranking should be interpreted cautiously because of partial confidence-interval overlap with Kokoro. English results on LibriSpeech should be viewed as an upper-bound estimate because LibriHeavy is a superset of LibriSpeech. Using the same checkpoint, disabling PM-RoPE at inference causes near-complete synthesis failure: CER degrades from 0.129 to 0.982 and duration accuracy drops from 79% to 46%. Code and weights are available at https://github.com/Aratako/T5Gemma-TTS.

Chihiro Arata, Kiyoshi Kurihara• 2026

Related benchmarks

TaskDatasetResultRank
Automatic MOS evaluationCV Ja 3
UTMOS2.952
7
Kanji Reading AccuracyJSUT basic5000 (test)
Kana CER2.8
6
Kanji Reading AccuracyJoyo Kanji Yomi Benchmark (test)
Kana CER (Kanji)13.81
6
Speaker SimilarityCV3 Ja
Similarity Score50.59
6
Text-to-SpeechJSUT JA (test)
CER0.13
5
Text-to-SpeechFLEURS KO (test)
CER0.08
5
Text-to-SpeechFLEURS DE (test)
Word Error Rate (WER)0.45
5
Text-to-SpeechLibriSpeech EN (test)
WER0.13
5
Text-to-SpeechFLEURS FR (test)
Word Error Rate (WER)48
5
Text-to-SpeechAISHELL-1 ZH (test)
CER0.13
5
Showing 10 of 10 rows

Other info

GitHub

Follow for update