提出新方法提升扩散模型在图像修复中的生成质量与稳定性。
Diffusion State-Guided Projected Gradient for Inverse Problems
- 通过投影测量梯度到扩散过程的低秩子空间,保持数据流形一致性。
- 在线性与非线性图像恢复任务中均优于现有最先进方法。
- 对测量引导步长和噪声更鲁棒,适合实际应用中的不确定性场景。
扩散模型在求解逆问题方面表现优异,利用扩散采样步骤学习数据先验,并在每一步使用测量引导梯度实现数据一致性。然而,对于一般逆问题,当使用未经条件训练的扩散模型时,由于测量似然不可计算,需引入近似,导致后验采样不准确。这使得生成过程无法有效保留由扩散先验定义的数据流形,进而产生图像修复等应用中的伪影。为此,本文提出扩散状态引导投影梯度(DiffStateGrad),将测量梯度投影至扩散过程某一中间状态的低秩近似子空间。该模块可嵌入多种基于扩散的逆问题求解器,增强先验流形上的生成保真度,过滤掉诱发伪影的成分。实验表明,DiffStateGrad在测量引导步长和噪声扰动下更具鲁棒性,显著提升最坏情况下的性能。我们在线性与非线性图像恢复任务上验证了其优越性。代码已开源:https://github.com/Anima-Lab/DiffStateGrad。
原文摘要 · Abstract (English)
Recent advancements in diffusion models have been effective in learning data priors for solving inverse problems. They leverage diffusion sampling steps for inducing a data prior while using a measurement guidance gradient at each step to impose data consistency. For general inverse problems, approximations are needed when an unconditionally trained diffusion model is used since the measurement likelihood is intractable, leading to inaccurate posterior sampling. In other words, due to their approximations, these methods fail to preserve the generation process on the data manifold defined by the diffusion prior, leading to artifacts in applications such as image restoration. To enhance the performance and robustness of diffusion models in solving inverse problems, we propose Diffusion State-Guided Projected Gradient (DiffStateGrad), which projects the measurement gradient onto a subspace that is a low-rank approximation of an intermediate state of the diffusion process. DiffStateGrad, as a module, can be added to a wide range of diffusion-based inverse solvers to improve the preservation of the diffusion process on the prior manifold and filter out artifact-inducing components. We highlight that DiffStateGrad improves the robustness of diffusion models in terms of the choice of measurement guidance step size and noise while improving the worst-case performance. Finally, we demonstrate that DiffStateGrad improves upon the state-of-the-art on linear and nonlinear image restoration inverse problems. Our code is available at https://github.com/Anima-Lab/DiffStateGrad.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。