Improved denoising diffusion probabilistic models with efficient non-diagonal covariance modeling

📅 2026-08-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出了一种新的协方差模型K-DCT,通过更有效地捕捉图像的非对角相关性来改进去噪扩散概率模型,从而在少量去噪步骤中提高采样效率和质量。
📝 Abstract
The sampling process of Denoising Diffusion Probabilistic Models (DDPMs) can be accelerated by leveraging second-order information in the form of approximations to the denoising posterior covariance -- allowing samples of acceptable quality to be produced in fewer but larger sampling steps. Previous attempts at using such information have used drastic (e.g.\ diagonal) simplifications of the covariance. These do not do justice to the peculiar statistical structure of natural images, which exhibit strong non-diagonal correlations between pixels and color channels, and a slow-decaying power-law frequency spectrum. Here, we develop a novel covariance model that captures these features. Our Kronecker-DCT (K-DCT) model uses a Kronecker-factored decomposition of inter-color covariances and spatial covariances modeled in the frequency domain using the Discrete Cosine Transform (DCT). The use of the DCT reduces the computational complexity from quadratic to log-linear, resulting in negligible computational and memory overhead in each denoising step. By learning K-DCT-structured amortizations of the denoising posterior covariance using pre-trained score models on CIFAR-10, Celeb-A, ImageNet and LSUN datasets, we show improved performance compared to previous SOTA denoising samplers, both in terms of FID and likelihoods, especially in the regime of few denoising steps.
Problem

Research questions and friction points this paper is trying to address.

Denoising Diffusion Probabilistic Models
non-diagonal covariance
natural images
Innovation

Methods, ideas, or system contributions that make the work stand out.

Kronecker-DCT
non-diagonal covariance
Discrete Cosine Transform
efficient sampling
🔎 Similar Papers