中文

Covariance-aware sampling for Diffusion Models

机器学习 2026-05-15 v1 计算机视觉与模式识别 机器学习

摘要

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).

关键词

引用

@article{arxiv.2605.13910,
  title  = {Covariance-aware sampling for Diffusion Models},
  author = {Andrea Schioppa and Tim Salimans},
  journal= {arXiv preprint arXiv:2605.13910},
  year   = {2026}
}