RePaint: Inpainting using Denoising Diffusion Probabilistic Models
Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu, Timofte, Luc Van Gool

TL;DR
RePaint introduces a diffusion-based inpainting method that effectively handles diverse and extreme masks, producing high-quality, semantically meaningful images without retraining the generative model.
Contribution
It leverages a pretrained unconditional DDPM and modifies the sampling process for flexible, high-quality inpainting across various mask types without additional training.
Findings
Outperforms state-of-the-art methods on multiple mask distributions.
Effective for both face and general image inpainting.
Handles extreme masks with high diversity and quality.
Abstract
Free-form inpainting is the task of adding new content to an image in the regions specified by an arbitrary binary mask. Most existing approaches train for a certain distribution of masks, which limits their generalization capabilities to unseen mask types. Furthermore, training with pixel-wise and perceptual losses often leads to simple textural extensions towards the missing areas instead of semantically meaningful generation. In this work, we propose RePaint: A Denoising Diffusion Probabilistic Model (DDPM) based inpainting approach that is applicable to even extreme masks. We employ a pretrained unconditional DDPM as the generative prior. To condition the generation process, we only alter the reverse diffusion iterations by sampling the unmasked regions using the given image information. Since this technique does not modify or condition the original DDPM network itself, the model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · 3D Shape Modeling and Analysis
MethodsDiffusion · Inpainting
