paper-with-me

Papers

Covariance-aware sampling for Diffusion Models

2026-05-13 · Andrea Schioppa, Tim Salimans arxiv

We present a covariance-aware sampler that improves the quality of pixel-space Diffusion Model (DM) sampling in the few-step regime. We hypothesize that in the few-step regime samplers fail because they rely solely on the predicted mean of the reverse distribution, while our solution explicitly models the reverse-process covariance. Our method combines Tweedie's formula to estimate the covariance with an efficient, structured Fourier-space decomposition of the covariance matrix. Implemented as an extension of DDIM, our method requires only a minimal overhead: one extra Jacobian-Vector Product (JVP) per step. We demonstrate that for pixel-based DMs, our method consistently produces superior samples compared to state-of-the-art second order samplers (Heun, DPM-Solver++) and the recent aDDIM sampler, at an identical number of function evaluations (NFE).

📄 PDF Abstract BibTeX arXiv:2605.13910

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Diffusion Models for Inverse Problems with Covariance-Aware Posterior Sampling

2024-12-28 · Shayan Mohajer Hamidi, En-hui Yang

Inverse problems exist in many disciplines of science and engineering. In computer vision, for example, tasks such as inpainting, deblurring, and super resolution can be effectively modeled as inverse problems. Recently,…

DeblurringDenoisingSuper-Resolution

Improving Probabilistic Diffusion Models With Optimal Covariance Matching

2024-06-16 · Zijing Ou, Mingtian Zhang, Andi Zhang, Tim Z. Xiao 외

The probabilistic diffusion model has become highly effective across various domains. Typically, sampling from a diffusion model involves using a denoising distribution characterized by a Gaussian with a learned mean and…

Denoising

Geometry-Aware Discretization Error of Diffusion Models

2026-05-08 · Samuel Hurault, Thomas Moreau, Gabriel Peyré arxiv

Practical diffusion sampling is a numerical approximation problem: under a fixed inference budget, one must simulate a reverse-time ODE or SDE using only a limited number of denoising steps, so discretization error is of…

Image Generation

Gaussian is All You Need: A Unified Framework for Solving Inverse Problems via Diffusion Posterior Sampling

2024-09-13 · Nebiyou Yismaw, Ulugbek S. Kamilov, M. Salman Asif

Diffusion models can generate a variety of high-quality images by modeling complex data distributions. Trained diffusion models can also be very effective image priors for solving inverse problems. Most of the existing d…

All

Mini-Batch Covariance, Diffusion Limits, and Oracle Complexity in Stochastic Gradient Descent: A Sampling-Design Perspective

2026-03-02 · Daniel Zantedeschi, Kumar Muthuraman arxiv

Stochastic gradient descent (SGD) is central to simulation optimization, stochastic programming, and online M-estimation, where sampling effort is a decision variable. We study the mini-batch gradient noise as a sampling…