paper-with-me

Papers

DiffuEraser: A Diffusion Model for Video Inpainting

2025-01-17 · Xiaowen Li, Haolan Xue, Peiran Ren, Liefeng Bo

Recent video inpainting algorithms integrate flow-based pixel propagation with transformer-based generation to leverage optical flow for restoring textures and objects using information from neighboring frames, while completing masked regions through visual Transformers. However, these approaches often encounter blurring and temporal inconsistencies when dealing with large masks, highlighting the need for models with enhanced generative capabilities. Recently, diffusion models have emerged as a prominent technique in image and video generation due to their impressive performance. In this paper, we introduce DiffuEraser, a video inpainting model based on stable diffusion, designed to fill masked regions with greater details and more coherent structures. We incorporate prior information to provide initialization and weak conditioning,which helps mitigate noisy artifacts and suppress hallucinations. Additionally, to improve temporal consistency during long-sequence inference, we expand the temporal receptive fields of both the prior model and DiffuEraser, and further enhance consistency by leveraging the temporal smoothing property of Video Diffusion Models. Experimental results demonstrate that our proposed method outperforms state-of-the-art techniques in both content completeness and temporal consistency while maintaining acceptable efficiency.

📄 PDF Abstract BibTeX arXiv:2501.10018

Code (1)

lixiaowen-xw/diffueraser 공식 구현 pytorch

Tasks

modelOptical Flow EstimationVideo GenerationVideo 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 제목 키워드 기반

Physics-Aware Video Instance Removal Benchmark

2026-04-07 · Zirui Li, Xinghao Chen, Lingyu Jiang, Dengzhe Hou 외 arxiv

Video Instance Removal (VIR) requires removing target objects while maintaining background integrity and physical consistency, such as specular reflections and illumination interactions. Despite advancements in text-guid…

Instruction Following

AVID: Any-Length Video Inpainting with Diffusion Model

2023-12-06 · CVPR 2024 1 · Zhixing Zhang, Bichen Wu, Xiaoyan Wang, Yaqiao Luo 외

Recent advances in diffusion models have successfully enabled text-guided image inpainting. While it seems straightforward to extend such editing capability into the video domain, there have been fewer works regarding te…

Image InpaintingmodelVideo Inpainting

Flow-Guided Diffusion for Video Inpainting

2023-11-26 · Bohai Gu, Yongsheng Yu, Heng Fan, Libo Zhang

Video inpainting has been challenged by complex scenarios like large movements and low-light conditions. Current methods, including emerging diffusion models, face limitations in quality and efficiency. This paper introd…

DenoisingImage GenerationOptical Flow EstimationVideo Inpainting

DiTPainter: Efficient Video Inpainting with Diffusion Transformers

2025-04-22 · Xian Wu, Chang Liu

Many existing video inpainting algorithms utilize optical flows to construct the corresponding maps and then propagate pixels from adjacent frames to missing areas by mapping. Despite the effectiveness of the propagation…

Video GenerationVideo Inpainting

Video Diffusion Models are Strong Video Inpainter

2024-08-21 · Minhyeok Lee, Suhwan Cho, Chajin Shin, Jungho Lee 외

Propagation-based video inpainting using optical flow at the pixel or feature level has recently garnered significant attention. However, it has limitations such as the inaccuracy of optical flow prediction and the propa…

Optical Flow EstimationVideo Inpainting