改进扩散模型逆问题求解,通过协方差感知提升重建精度。
Enhancing Diffusion Models for Inverse Problems with Covariance-Aware Posterior Sampling
- 基于反向过程的协方差公式,提出更精准的似然近似方法。
- 在图像修复、去模糊等任务中,重建质量显著优于现有方法。
- 无需调参,可直接使用预训练扩散模型,部署更简单。
逆问题广泛存在于科学与工程领域。在计算机视觉中,如图像修补、去模糊和超分辨率等任务均可建模为逆问题。近期研究表明,去噪扩散概率模型(DDPM)可在无需额外任务训练的情况下,有效解决噪声线性逆问题。具体而言,利用DDPM提供的先验,可通过近似似然来从后验中采样。现有方法通常基于反向过程中条件分布的均值进行似然近似,该均值可通过Tweedie公式获得。本文首先推导出反向过程协方差的闭式表达式,并采用有限差分法近似该协方差,使其能从已有预训练的DDPM中直接获取,不增加计算复杂度。最终,结合反向过程的均值与近似协方差,提出一种新的似然近似方法,称为协方差感知扩散后验采样(CA-DPS)。实验结果表明,CA-DPS在无需超参数调优的情况下,显著提升重建性能。代码已附于补充材料中。
原文摘要 · Abstract (English)
Inverse problems exist in many disciplines of science and engineering. In computer vision, for example, tasks such as inpainting, deblurring, and super resolution can be effectively modeled as inverse problems. Recently, denoising diffusion probabilistic models (DDPMs) are shown to provide a promising solution to noisy linear inverse problems without the need for additional task specific training. Specifically, with the prior provided by DDPMs, one can sample from the posterior by approximating the likelihood. In the literature, approximations of the likelihood are often based on the mean of conditional densities of the reverse process, which can be obtained using Tweedie formula. To obtain a better approximation to the likelihood, in this paper we first derive a closed form formula for the covariance of the reverse process. Then, we propose a method based on finite difference method to approximate this covariance such that it can be readily obtained from the existing pretrained DDPMs, thereby not increasing the complexity compared to existing approaches. Finally, based on the mean and approximated covariance of the reverse process, we present a new approximation to the likelihood. We refer to this method as covariance-aware diffusion posterior sampling (CA-DPS). Experimental results show that CA-DPS significantly improves reconstruction performance without requiring hyperparameter tuning. The code for the paper is put in the supplementary materials.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。