SDAILGASMLOct 31, 2018

WaveGlow: A Flow-based Generative Network for Speech Synthesis

arXiv:1811.00002v11146 citations
Originality Incremental advance
AI Analysis

This provides a fast and efficient method for speech synthesis without auto-regression, benefiting applications in audio generation and TTS systems, though it is incremental as it builds on existing flow-based and WaveNet insights.

The paper tackled the problem of generating high-quality speech from mel-spectrograms by proposing WaveGlow, a flow-based network that achieves audio quality comparable to the best WaveNet implementation, with a synthesis rate of over 500 kHz on an NVIDIA V100 GPU.

In this paper we propose WaveGlow: a flow-based network capable of generating high quality speech from mel-spectrograms. WaveGlow combines insights from Glow and WaveNet in order to provide fast, efficient and high-quality audio synthesis, without the need for auto-regression. WaveGlow is implemented using only a single network, trained using only a single cost function: maximizing the likelihood of the training data, which makes the training procedure simple and stable. Our PyTorch implementation produces audio samples at a rate of more than 500 kHz on an NVIDIA V100 GPU. Mean Opinion Scores show that it delivers audio quality as good as the best publicly available WaveNet implementation. All code will be made publicly available online.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes