提出新型伪自回归模型,实现快速高质零样本语音合成
Pseudo-Autoregressive Neural Codec Language Models for Efficient Zero-Shot Text-to-Speech Synthesis
- 用伪自回归机制融合自回归与非自回归优势,每步并行生成可变长度语音片段
- 在LibriTTS上训练的PALLE模型,语音质量、说话人相似度和可懂度均超越现有系统
- 推理速度最快达十倍提升,适合需要高效语音合成的应用场景
当前零样本语音合成系统面临两难:自回归(AR)模型生成慢且无法控制时长,非自回归(NAR)模型缺乏时序建模且设计复杂。本文提出一种新型伪自回归(PAR)编解码语言建模方法,统一了AR与NAR建模。结合AR的显式时序建模与NAR的并行生成,PAR在固定时间步内生成动态长度片段。基于PAR,我们构建了两阶段的PALLE系统:第一阶段,PAR沿时间维度逐步生成语音标记,每步并行预测所有位置但仅保留最左侧片段;第二阶段,低置信度标记被并行迭代优化,利用全局上下文信息。实验表明,仅在LibriTTS上训练的PALLE,在LibriSpeech test-clean集上性能超越使用大规模数据训练的F5-TTS、E2-TTS和MaskGCT,语音质量、说话人相似度和可懂度均更优,同时推理速度最高提升十倍。音频样例见https://microsoft.com/research/project/vall-e-x/palle。
原文摘要 · Abstract (English)
Recent zero-shot text-to-speech (TTS) systems face a common dilemma: autoregressive (AR) models suffer from slow generation and lack duration controllability, while non-autoregressive (NAR) models lack temporal modeling and typically require complex designs. In this paper, we introduce a novel pseudo-autoregressive (PAR) codec language modeling approach that unifies AR and NAR modeling. Combining explicit temporal modeling from AR with parallel generation from NAR, PAR generates dynamic-length spans at fixed time steps. Building on PAR, we propose PALLE, a two-stage TTS system that leverages PAR for initial generation followed by NAR refinement. In the first stage, PAR progressively generates speech tokens along the time dimension, with each step predicting all positions in parallel but only retaining the left-most span. In the second stage, low-confidence tokens are iteratively refined in parallel, leveraging the global contextual information. Experiments demonstrate that PALLE, trained on LibriTTS, outperforms state-of-the-art systems trained on large-scale data, including F5-TTS, E2-TTS, and MaskGCT, on the LibriSpeech test-clean set in terms of speech quality, speaker similarity, and intelligibility, while achieving up to ten times faster inference speed. Audio samples are available at https://microsoft.com/research/project/vall-e-x/palle.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。