paper-with-me

Papers

Image Inpainting via Iteratively Decoupled Probabilistic Modeling

2022-12-06 · Wenbo Li, Xin Yu, Kun Zhou, Yibing Song, Zhe Lin, Jiaya Jia

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 denoising diffusion models, have to be deployed with massive computing resources for decent effect. To achieve high-quality results with low computational cost, we present a novel pixel spread model (PSM) that iteratively employs decoupled probabilistic modeling, combining the optimization efficiency of GANs with the prediction tractability of probabilistic models. As a result, our model selectively spreads informative pixels throughout the image in a few iterations, largely enhancing the completion quality and efficiency. On multiple benchmarks, we achieve new state-of-the-art performance. Code is released at https://github.com/fenglinglwb/PSM.

📄 PDF Abstract BibTeX arXiv:2212.02963

Code (2)

fenglinglwb/psm 공식 구현
fenglinglwb/sdm 공식 구현

Tasks

DenoisingImage Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
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…

Similar Papers 제목 키워드 기반

Task-Decoupled Image Inpainting Framework for Class-specific Object Remover

2024-10-03 · Changsuk Oh, H. Jin Kim

Object removal refers to the process of erasing designated objects from an image while preserving the overall appearance. Existing works on object removal erase removal targets using image inpainting networks. However, i…

Image InpaintingObject

Probabilistic Semantic Inpainting with Pixel Constrained CNNs

2018-10-08 · Emilien Dupont, Suhas Suresha

Semantic inpainting is the task of inferring missing pixels in an image given surrounding pixels and high level image semantics. Most semantic inpainting algorithms are deterministic: given an image with missing regions,…

From Diffusion to One-Step Generation: A Comparative Study of Flow-Based Models with Application to Image Inpainting

2025-11-26 · Umang Agarwal, Rudraksh Sangore, Sumit Laddha arxiv

We present a comprehensive comparative study of three generative modeling paradigms: Denoising Diffusion Probabilistic Models (DDPM), Conditional Flow Matching (CFM), and MeanFlow. While DDPM and CFM require iterative sa…

Image Inpainting

Planning with Diffusion for Flexible Behavior Synthesis

2022-05-20 · Michael Janner, Yilun Du, Joshua B. Tenenbaum, Sergey Levine

Model-based reinforcement learning methods often use learning only for the purpose of estimating an approximate dynamics model, offloading the rest of the decision-making work to classical trajectory optimizers. While co…

Decision MakingDenoisingImage InpaintingModel-based Reinforcement Learning

Decoupled Spatial-Temporal Transformer for Video Inpainting

2021-04-14 · Rui Liu, Hanming Deng, Yangyi Huang, Xiaoyu Shi 외

Video inpainting aims to fill the given spatiotemporal holes with realistic appearance but is still a challenging task even with prosperous deep learning approaches. Recent works introduce the promising Transformer archi…

Video Inpainting