paper-with-me

Papers

Maximum Likelihood Training for Score-Based Diffusion ODEs by High-Order Denoising Score Matching

2022-06-16 · Cheng Lu, Kaiwen Zheng, Fan Bao, Jianfei Chen, Chongxuan Li, Jun Zhu

Score-based generative models have excellent performance in terms of generation quality and likelihood. They model the data distribution by matching a parameterized score network with first-order data score functions. The score network can be used to define an ODE ("score-based diffusion ODE") for exact likelihood evaluation. However, the relationship between the likelihood of the ODE and the score matching objective is unclear. In this work, we prove that matching the first-order score is not sufficient to maximize the likelihood of the ODE, by showing a gap between the maximum likelihood and score matching objectives. To fill up this gap, we show that the negative likelihood of the ODE can be bounded by controlling the first, second, and third-order score matching errors; and we further present a novel high-order denoising score matching method to enable maximum likelihood training of score-based diffusion ODEs. Our algorithm guarantees that the higher-order matching error is bounded by the training error and the lower-order errors. We empirically observe that by high-order score matching, score-based diffusion ODEs achieve better likelihood on both synthetic data and CIFAR-10, while retaining the high generation quality.

📄 PDF Abstract BibTeX arXiv:2206.08265

Code (1)

luchengthu/mle_score_ode 공식 구현 jax

Tasks

Denoising

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…
Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

Maximum Likelihood Training of Score-Based Diffusion Models

2021-01-22 · NeurIPS 2021 12 · Yang song, Conor Durkan, Iain Murray, Stefano Ermon

Score-based diffusion models synthesize samples by reversing a stochastic process that diffuses data to noise, and are trained by minimizing a weighted combination of score matching losses. The log-likelihood of score-ba…

Data AugmentationImage Generation

Diffusion-based Denoising Beats Vanilla Score Matching in Parameter Estimation: A Theoretical Explanation

2026-05-21 · Benedikt Lütke Schwienhorst, Nadja Klein, Johannes Lederer arxiv

Score matching is an alternative to maximum likelihood estimation when the normalizing constant is unknown or too costly to evaluate. However, vanilla score matching has shown to be inefficient relative to maximum likeli…

Improved Techniques for Maximum Likelihood Estimation for Diffusion ODEs

2023-05-06 · Kaiwen Zheng, Cheng Lu, Jianfei Chen, Jun Zhu

Diffusion models have exhibited excellent performance in various domains. The probability flow ordinary differential equation (ODE) of diffusion models (i.e., diffusion ODEs) is a particular case of continuous normalizin…

Density EstimationImage Generation

Likelihood Matching for Diffusion Models

2025-08-05 · Lei Qian, Wu Su, Yanqi Huang, Song Xi Chen arxiv

We propose a Likelihood Matching approach for training diffusion models by first establishing an equivalence between the likelihood of the target data distribution and a likelihood along the sample path of the reverse di…

Maximum Likelihood Training of Implicit Nonlinear Diffusion Models

2022-05-27 · Dongjun Kim, Byeonghu Na, Se Jung Kwon, Dongsoo Lee 외

Whereas diverse variations of diffusion models exist, extending the linear diffusion into a nonlinear diffusion process is investigated by very few works. The nonlinearity effect has been hardly understood, but intuitive…

Image Generation