paper-with-me

Papers

DiffGANPaint: Fast Inpainting Using Denoising Diffusion GANs

2023-08-03 · Moein Heidari, Alireza Morsali, Tohid Abedini, Samin Heydarian

Free-form image inpainting is the task of reconstructing parts of an image specified by an arbitrary binary mask. In this task, it is typically desired to generalize model capabilities to unseen mask types, rather than learning certain mask distributions. Capitalizing on the advances in diffusion models, in this paper, we propose a Denoising Diffusion Probabilistic Model (DDPM) based model capable of filling missing pixels fast as it models the backward diffusion process using the generator of a generative adversarial network (GAN) network to reduce sampling cost in diffusion models. Experiments on general-purpose image inpainting datasets verify that our approach performs superior or on par with most contemporary works.

📄 PDF Abstract BibTeX arXiv:2311.11469

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingGenerative Adversarial NetworkImage Inpainting

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

fastWDM3D: Fast and Accurate 3D Healthy Tissue Inpainting

2025-07-17 · Alicia Durrer, Florentin Bieder, Paul Friedrich, Bjoern Menze 외

Healthy tissue inpainting has significant applications, including the generation of pseudo-healthy baselines for tumor growth models and the facilitation of image registration. In previous editions of the BraTS Local Syn…

3D InpaintingDenoisingImage GenerationImage Registration+1

Tackling the Generative Learning Trilemma with Denoising Diffusion GANs

2021-12-15 · ICLR 2022 4 · Zhisheng Xiao, Karsten Kreis, Arash Vahdat

A wide variety of deep generative models has been developed in the past decade. Yet, these models often struggle with simultaneously addressing three key requirements including: high sample quality, mode coverage, and fa…

DiversityImage Generation

Multitask Brain Tumor Inpainting with Diffusion Models: A Methodological Report

2022-10-21 · Pouria Rouzrokh, Bardia Khosravi, Shahriar Faghani, Mana Moassefi 외

Despite the ever-increasing interest in applying deep learning (DL) models to medical imaging, the typical scarcity and imbalance of medical datasets can severely impact the performance of DL models. The generation of sy…

Denoising

Image Inpainting via Iteratively Decoupled Probabilistic Modeling

2022-12-06 · Wenbo Li, Xin Yu, Kun Zhou, Yibing Song 외

Generative adversarial networks (GANs) have made great success in image inpainting yet still have difficulties tackling large missing regions. In contrast, iterative probabilistic algorithms, such as autoregressive and d…

DenoisingImage Inpainting

Minutes to Seconds: Speeded-up DDPM-based Image Inpainting with Coarse-to-Fine Sampling

2024-07-08 · Lintao Zhang, Xiangcheng Du, LeoWu TomyEnrique, Yiqun Wang 외

For image inpainting, the existing Denoising Diffusion Probabilistic Model (DDPM) based method i.e. RePaint can produce high-quality images for any inpainting form. It utilizes a pre-trained DDPM as a prior and generates…

DenoisingImage Inpainting