paper-with-me

Papers

A Variational Perspective on Diffusion-Based Generative Models and Score Matching

2021-06-05 · NeurIPS 2021 12 · Chin-wei Huang, Jae Hyun Lim, Aaron Courville

Discrete-time diffusion-based generative models and score matching methods have shown promising results in modeling high-dimensional image data. Recently, Song et al. (2021) show that diffusion processes that transform data into noise can be reversed via learning the score function, i.e. the gradient of the log-density of the perturbed data. They propose to plug the learned score function into an inverse formula to define a generative diffusion process. Despite the empirical success, a theoretical underpinning of this procedure is still lacking. In this work, we approach the (continuous-time) generative diffusion directly and derive a variational framework for likelihood estimation, which includes continuous-time normalizing flows as a special case, and can be seen as an infinitely deep variational autoencoder. Under this framework, we show that minimizing the score-matching loss is equivalent to maximizing a lower bound of the likelihood of the plug-in reverse SDE proposed by Song et al. (2021), bridging the theoretical gap.

📄 PDF Abstract BibTeX arXiv:2106.02808

Code (1)

CW-Huang/sdeflow-light 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…

Similar Papers 제목 키워드 기반

Understanding Diffusion Models: A Unified Perspective

2022-08-25 · Calvin Luo

Diffusion models have shown incredible capabilities as generative models; indeed, they power the current state-of-the-art models on text-conditioned image generation such as Imagen and DALL-E 2. In this work we review, d…

3D Absolute Human Pose EstimationImage Generation

Introduction to Stochastic Differential Equations for Generative Machine Learning: A Variational Perspective

2026-06-30 · Ole Winther, Paul Jeha, Sander Dieleman, Andriy Mnih 외 arxiv

The use of ordinary and stochastic differential equations has led to substantial progress in generative machine learning with applications to, for example, image, video and biomolecule generation. This paper provides a s…

A unified perspective on fine-tuning and sampling with diffusion and flow models

2026-04-30 · Carles Domingo-Enrich, Yuanqi Du, Michael S. Albergo arxiv

We study the problem of training diffusion and flow generative models to sample from target distributions defined by an exponential tilting of a base density; a formulation that subsumes both sampling from unnormalized d…

Are We Really Learning the Score Function? Reinterpreting Diffusion Models Through Wasserstein Gradient Flow Matching

2025-08-30 · An B. Vuong, Michael T. McCann, Javier E. Santos, Yen Ting Lin arxiv

Diffusion models are commonly interpreted as learning the score function, i.e., the gradient of the log-density of noisy data. However, this assumption implies that the target of learning is a conservative vector field, …

Venom: A PyTorch Generative Modeling Toolkit

2026-05-17 · Liang Yan arxiv

Modern generative modeling has grown into a broad collection of related but often separately implemented paradigms, including denoising diffusion models, score-based stochastic differential equations, flow matching, vari…