English

Fast and Stable Diffusion Inverse Solver with History Gradient Update

Computer Vision and Pattern Recognition 2024-03-12 v2

Abstract

Diffusion models have recently been recognised as efficient inverse problem solvers due to their ability to produce high-quality reconstruction results without relying on pairwise data training. Existing diffusion-based solvers utilize Gradient Descent strategy to get a optimal sample solution. However, these solvers only calculate the current gradient and have not utilized any history information of sampling process, thus resulting in unstable optimization progresses and suboptimal solutions. To address this issue, we propose to utilize the history information of the diffusion-based inverse solvers. In this paper, we first prove that, in previous work, using the gradient descent method to optimize the data fidelity term is convergent. Building on this, we introduce the incorporation of historical gradients into this optimization process, termed History Gradient Update (HGU). We also provide theoretical evidence that HGU ensures the convergence of the entire algorithm. It's worth noting that HGU is applicable to both pixel-based and latent-based diffusion model solvers. Experimental results demonstrate that, compared to previous sampling algorithms, sampling algorithms with HGU achieves state-of-the-art results in medical image reconstruction, surpassing even supervised learning methods. Additionally, it achieves competitive results on natural images.

Keywords

Cite

@article{arxiv.2307.12070,
  title  = {Fast and Stable Diffusion Inverse Solver with History Gradient Update},
  author = {Linchao He and Hongyu Yan and Mengting Luo and Hongjie Wu and Kunming Luo and Wang Wang and Wenchao Du and Hu Chen and Hongyu Yang and Yi Zhang and Jiancheng Lv},
  journal= {arXiv preprint arXiv:2307.12070},
  year   = {2024}
}

Comments

17 pages, 7 figures. Provision of theoretical proofs to demonstrate the convergence of the methods

R2 v1 2026-06-28T11:37:39.526Z