MLLGSDASJun 11, 2021

PriorGrad: Improving Conditional Denoising Diffusion Models with Data-Dependent Adaptive Prior

arXiv:2106.06406v2121 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for speech synthesis, specifically enhancing diffusion-based vocoders by addressing prior-data mismatch.

The paper tackles the inefficiency in denoising diffusion models for speech synthesis by proposing PriorGrad, which uses a data-dependent adaptive prior instead of a standard Gaussian, resulting in faster convergence and inference with improved perceptual quality and robustness to smaller networks.

Denoising diffusion probabilistic models have been recently proposed to generate high-quality samples by estimating the gradient of the data density. The framework defines the prior noise as a standard Gaussian distribution, whereas the corresponding data distribution may be more complicated than the standard Gaussian distribution, which potentially introduces inefficiency in denoising the prior noise into the data sample because of the discrepancy between the data and the prior. In this paper, we propose PriorGrad to improve the efficiency of the conditional diffusion model for speech synthesis (for example, a vocoder using a mel-spectrogram as the condition) by applying an adaptive prior derived from the data statistics based on the conditional information. We formulate the training and sampling procedures of PriorGrad and demonstrate the advantages of an adaptive prior through a theoretical analysis. Focusing on the speech synthesis domain, we consider the recently proposed diffusion-based speech generative models based on both the spectral and time domains and show that PriorGrad achieves faster convergence and inference with superior performance, leading to an improved perceptual quality and robustness to a smaller network capacity, and thereby demonstrating the efficiency of a data-dependent adaptive prior.

Code Implementations1 repo
Foundations

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

Your Notes