Generative Modeling by Estimating Gradients of the Data Distribution
Yang Song, Stefano Ermon

TL;DR
This paper presents a novel generative modeling approach using score matching and Langevin dynamics, achieving high-quality samples and effective representations without adversarial training.
Contribution
It introduces a flexible framework for generative modeling that estimates data distribution gradients across noise levels, enabling high-quality sample generation without adversarial methods.
Findings
Achieved state-of-the-art inception score of 8.87 on CIFAR-10.
Produced samples comparable to GANs on multiple datasets.
Learned effective representations demonstrated through image inpainting.
Abstract
We introduce a new generative model where samples are produced via Langevin dynamics using gradients of the data distribution estimated with score matching. Because gradients can be ill-defined and hard to estimate when the data resides on low-dimensional manifolds, we perturb the data with different levels of Gaussian noise, and jointly estimate the corresponding scores, i.e., the vector fields of gradients of the perturbed data distribution for all noise levels. For sampling, we propose an annealed Langevin dynamics where we use gradients corresponding to gradually decreasing noise levels as the sampling process gets closer to the data manifold. Our framework allows flexible model architectures, requires no sampling during training or the use of adversarial methods, and provides a learning objective that can be used for principled model comparisons. Our models produce samples…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Cell Image Analysis Techniques · Anomaly Detection Techniques and Applications
MethodsDenoising Score Matching
