LGCVMLOct 30, 2023

DiffEnc: Variational Diffusion with a Learned Encoder

arXiv:2310.19789v216 citationsh-index: 13
Originality Incremental advance
AI Analysis

This is an incremental improvement for researchers in generative modeling, focusing on enhancing diffusion model flexibility and performance.

The authors tackled the problem of improving diffusion models by introducing a data- and depth-dependent mean function and a free weight parameter for noise variance, resulting in a statistically significant improvement in likelihood on CIFAR-10.

Diffusion models may be viewed as hierarchical variational autoencoders (VAEs) with two improvements: parameter sharing for the conditional distributions in the generative process and efficient computation of the loss as independent terms over the hierarchy. We consider two changes to the diffusion model that retain these advantages while adding flexibility to the model. Firstly, we introduce a data- and depth-dependent mean function in the diffusion process, which leads to a modified diffusion loss. Our proposed framework, DiffEnc, achieves a statistically significant improvement in likelihood on CIFAR-10. Secondly, we let the ratio of the noise variance of the reverse encoder process and the generative process be a free weight parameter rather than being fixed to 1. This leads to theoretical insights: For a finite depth hierarchy, the evidence lower bound (ELBO) can be used as an objective for a weighted diffusion loss approach and for optimizing the noise schedule specifically for inference. For the infinite-depth hierarchy, on the other hand, the weight parameter has to be 1 to have a well-defined ELBO.

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