Improving Diffusion Models for Inverse Problems Using Manifold Constraints

Abstract

Recently, diffusion models have been used to solve various inverse problems in an unsupervised manner with appropriate modifications to the sampling process. However, the current solvers, which recursively apply a reverse diffusion step followed by a projection-based measurement consistency step, often produce sub-optimal results. By studying the generative sampling path, here we show that current solvers throw the sample path off the data manifold, and hence the error accumulates. To address this, we propose an additional correction term inspired by the manifold constraint, which can be used synergistically with the previous solvers to make the iterations close to the manifold. The proposed manifold constraint is straightforward to implement within a few lines of code, yet boosts the performance by a surprisingly large margin. With extensive experiments, we show that our method is superior to the previous methods both theoretically and empirically, producing promising results in many applications such as image inpainting, colorization, and sparse-view computed tomography. Code available https://github.com/HJ-harry/MCG_diffusion

Cite

Text

Chung et al. "Improving Diffusion Models for Inverse Problems Using Manifold Constraints." Neural Information Processing Systems, 2022.

Markdown

[Chung et al. "Improving Diffusion Models for Inverse Problems Using Manifold Constraints." Neural Information Processing Systems, 2022.](https://mlanthology.org/neurips/2022/chung2022neurips-improving/)

BibTeX

@inproceedings{chung2022neurips-improving,
  title     = {{Improving Diffusion Models for Inverse Problems Using Manifold Constraints}},
  author    = {Chung, Hyungjin and Sim, Byeongsu and Ryu, Dohoon and Ye, Jong Chul},
  booktitle = {Neural Information Processing Systems},
  year      = {2022},
  url       = {https://mlanthology.org/neurips/2022/chung2022neurips-improving/}
}