通过将 WaveNet 条件化于梅尔频谱预测的自然 TTS 合成

Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions

乔纳森·沈 Jonathan Shen · Google · 2017-12-16 · arXiv:1712.05884 ↗ · 被引 3107

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

本文描述了 Tacotron 2,一种直接从文本进行语音合成的神经网络架构。该系统由一个循环序列到序列特征预测网络组成,该网络将字符嵌入映射到梅尔频谱,随后是一个改进的 WaveNet 模型作为声码器,从这些频谱合成时域波形。我们的模型达到了 4.53 的平均意见得分(MOS),与专业录制语音的 4.58 MOS 相当。为了验证我们的设计选择,我们进行了系统关键组件的消融研究,并评估了使用梅尔频谱作为 WaveNet 输入而非语言、时长和 F0 特征的影响。我们进一步证明,使用紧凑的声学中间表示可以显著简化 WaveNet 架构。

This paper describes Tacotron 2, a neural network architecture for speech synthesis directly from text. The system is composed of a recurrent sequence-to-sequence feature prediction network that maps character embeddings to mel-scale spectrograms, followed by a modified WaveNet model acting as a vocoder to synthesize timedomain waveforms from those spectrograms. Our model achieves a mean opinion score (MOS) of $4.53$ comparable to a MOS of $4.58$ for professionally recorded speech. To validate our design choices, we present ablation studies of key components of our system and evaluate the impact of using mel spectrograms as the input to WaveNet instead of linguistic, duration, and $F_0$ features. We further demonstrate that using a compact acoustic intermediate representation enables significant simplification of the WaveNet architecture.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 11)

阅读逐段中英对照全文 →