BlurPaint: Image Inpainting using Blurring Diffusion Models
The denoising diffusion probabilistic model (DDPM) for image inpainting transforms the input image to Gaussian noise by adding noise in the forward process, and reconstitution masked regions that are consistent with unmasked regions from pure noise in the reverse process. Recently, on inpainting met…