paper-with-me

홈 › Papers

DELTA-TTS: Adapting Autoregressive Model into Diffusion Language Model for Text-to-Speech

2026-07-05 · Junwon Moon, Seungbeom Kim, Yejin Lee, Hoseong Ahn, Sewoong Park, Heeseung Kim, Kyuhong Shim arxiv

Autoregressive (AR) text-to-speech (TTS) models generate discrete speech tokens sequentially, which makes inference slow and can degrade robustness by propagating local errors and hallucinations. This limitation stems from their left-to-right AR commitment: each token must be determined before future speech-token context is available. However, such ordering is not an inherent requirement for TTS, as the full input text is available before synthesis. In this paper, we introduce DELTA-TTS, a lightweight LoRA-based adaptation framework that converts a pretrained AR TTS model into a discrete diffusion language model (dLLM) for confidence-ordered speech-token decoding. To better capture the local structure of speech, DELTA-TTS incorporates a convolution module that injects local acoustic context, together with a $1/t$-weighted training objective and a time-shifted inference schedule that defer low-confidence positions to later steps. Trained on only $585$ hours of LibriTTS, DELTA-TTS achieves a $\textbf{1.75}\%$ WER on Seed-TTS test-en, outperforming its AR backbone while generating tokens $\textbf{3.3}\times$ faster. Further analysis shows that DELTA-TTS produces sharper text--speech alignment, increases overall decoding confidence, and mitigates hallucinations observed in AR generation.

📄 PDF Abstract BibTeX arXiv:2607.04140

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DELTA: Language Diffusion-based EEG-to-Text Architecture

2025-11-22 · Mingyu Jeon, Hyobin Kim arxiv

Electroencephalogram (EEG)-to-text remains challenging due to high-dimensional noise, subject variability, and error accumulation in autoregressive decoding. We introduce DELTA, which pairs a Residual Vector Quantization…

Text Generation

Scaling Diffusion Language Models via Adaptation from Autoregressive Models

2024-10-23 · Shansan Gong, Shivam Agarwal, Yizhe Zhang, Jiacheng Ye 외

Diffusion Language Models (DLMs) have emerged as a promising new paradigm for text generative modeling, potentially addressing limitations of autoregressive (AR) models. However, current DLMs have been studied at a small…

In-Context LearningLanguage ModelingLanguage Modelling

Diffutron: A Masked Diffusion Language Model for Turkish Language

2026-03-20 · Şuayp Talha Kocabay, Talha Rüzgar Akkuş arxiv

Masked Diffusion Language Models (MDLMs) have emerged as a compelling non-autoregressive alternative to standard large language models; however, their application to morphologically rich languages remains limited. In thi…

Text Generation

Don't Retrain, Align: Adapting Autoregressive LMs to Diffusion LMs via Representation Alignment

2026-05-07 · Fred Zhangzhi Peng, Alexis Fox, Anru R. Zhang, Alexander Tong arxiv

Diffusion language models (DLMs) have recently demonstrated capabilities that complement standard autoregressive (AR) models, particularly in non-sequential generation and bidirectional editing. Although recent work has …

DiffuSeq: Sequence to Sequence Text Generation with Diffusion Models

2022-10-17 · Shansan Gong, Mukai Li, Jiangtao Feng, Zhiyong Wu 외

Recently, diffusion models have emerged as a new paradigm for generative models. Despite the success in domains using continuous signals such as vision and audio, adapting diffusion models to natural language is under-ex…

DiversityText Generation