arXiv:2412.08149cs.CV2024-12中稿 · AAAI被引 5

提出异步噪声调度的图像修复方法,提升生成质量

AsyncDSB: Schedule-Asynchronous Diffusion Schrödinger Bridge for Image Inpainting

  • 按像素梯度高低分层异步加噪,突破同步调度限制
  • 在真实数据集上FID降低3%至14%,显著优于现有方法
  • 适合追求高精度图像修复的开发者与研究者

图像修复是重要的图像生成任务,旨在从部分可见区域恢复受损图像。近期,扩散薛定谔桥方法通过将损坏图像与目标图像之间的变换建模为沿去噪路径的扩散薛定谔桥过程,有效解决了该问题。然而,本文发现现有方法存在调度-修复不匹配问题:理论调度与实际修复过程存在较大偏差,导致调度未被充分使用;根本原因在于所有像素的修复过程本质上是异步的,但现有方法采用同步噪声调度(即所有像素共享相同调度)。为此,本文提出一种调度异步的扩散薛定谔桥(AsyncDSB)方法。核心思想是优先对高频像素(即梯度大区域)进行调度,再处理低频像素(梯度小区域)。给定损坏图像后,先训练网络预测其损坏区域的梯度图,再将预测梯度作为先验,设计一种简单有效的像素级异步噪声调度策略,以增强扩散薛定谔桥性能。得益于像素级别的异步调度,修复过程中像素间的时序依赖关系得以充分刻画,从而实现高质量图像修复。在真实世界数据集上的实验表明,所提AsyncDSB在FID指标上相较当前最优基线方法提升约3%–14%。

原文摘要 · Abstract (English)

Image inpainting is an important image generation task, which aims to restore corrupted image from partial visible area. Recently, diffusion Schrödinger bridge methods effectively tackle this task by modeling the translation between corrupted and target images as a diffusion Schrödinger bridge process along a noising schedule path. Although these methods have shown superior performance, in this paper, we find that 1) existing methods suffer from a schedule-restoration mismatching issue, i.e., the theoretical schedule and practical restoration processes usually exist a large discrepancy, which theoretically results in the schedule not fully leveraged for restoring images; and 2) the key reason causing such issue is that the restoration process of all pixels are actually asynchronous but existing methods set a synchronous noise schedule to them, i.e., all pixels shares the same noise schedule. To this end, we propose a schedule-Asynchronous Diffusion Schrödinger Bridge (AsyncDSB) for image inpainting. Our insight is preferentially scheduling pixels with high frequency (i.e., large gradients) and then low frequency (i.e., small gradients). Based on this insight, given a corrupted image, we first train a network to predict its gradient map in corrupted area. Then, we regard the predicted image gradient as prior and design a simple yet effective pixel-asynchronous noise schedule strategy to enhance the diffusion Schrödinger bridge. Thanks to the asynchronous schedule at pixels, the temporal interdependence of restoration process between pixels can be fully characterized for high-quality image inpainting. Experiments on real-world datasets show that our AsyncDSB achieves superior performance, especially on FID with around 3% - 14% improvement over state-of-the-art baseline methods.

图像修复扩散模型异步调度

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。