English

Improving Denoising Diffusion Models via Simultaneous Estimation of Image and Noise

Machine Learning 2026-02-26 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

This paper introduces two key contributions aimed at improving the speed and quality of images generated through inverse diffusion processes. The first contribution involves reparameterizing the diffusion process in terms of the angle on a quarter-circular arc between the image and noise, specifically setting the conventional αˉ=cos(η)\displaystyle \sqrt{\bar{\alpha}}=\cos(\eta). This reparameterization eliminates two singularities and allows for the expression of diffusion evolution as a well-behaved ordinary differential equation (ODE). In turn, this allows higher order ODE solvers such as Runge-Kutta methods to be used effectively. The second contribution is to directly estimate both the image (x0\mathbf{x}_0) and noise (ϵ\mathbf{\epsilon}) using our network, which enables more stable calculations of the update step in the inverse diffusion steps, as accurate estimation of both the image and noise are crucial at different stages of the process. Together with these changes, our model achieves faster generation, with the ability to converge on high-quality images more quickly, and higher quality of the generated images, as measured by metrics such as Frechet Inception Distance (FID), spatial Frechet Inception Distance (sFID), precision, and recall.

Keywords

Cite

@article{arxiv.2310.17167,
  title  = {Improving Denoising Diffusion Models via Simultaneous Estimation of Image and Noise},
  author = {Zhenkai Zhang and Krista A. Ehinger and Tom Drummond},
  journal= {arXiv preprint arXiv:2310.17167},
  year   = {2026}
}

Comments

Published in Proceedings of the 15th Asian Conference on Machine Learning, PMLR 222:1638-1653, 2024

R2 v1 2026-06-28T13:02:24.976Z