paper-with-me

Papers

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 mechanism, they might encounter blurry and inconsistencies when dealing with inaccurate optical flows or large masks. Recently, Diffusion Transformer (DiT) has emerged as a revolutionary technique for video generation tasks. However, pretrained DiT models for video generation all contain a large amount of parameters, which makes it very time consuming to apply to video inpainting tasks. In this paper, we present DiTPainter, an end-to-end video inpainting model based on Diffusion Transformer (DiT). DiTPainter uses an efficient transformer network designed for video inpainting, which is trained from scratch instead of initializing from any large pretrained models. DiTPainter can address videos with arbitrary lengths and can be applied to video decaptioning and video completion tasks with an acceptable time cost. Experiments show that DiTPainter outperforms existing video inpainting algorithms with higher quality and better spatial-temporal consistency.

📄 PDF Abstract BibTeX arXiv:2504.15661

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationVideo Inpainting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 제목 키워드 기반

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 com…

modelOptical Flow EstimationVideo GenerationVideo Inpainting

Towards Online Real-Time Memory-based Video Inpainting Transformers

2024-03-24 · Guillaume Thiry, Hao Tang, Radu Timofte, Luc van Gool

Video inpainting tasks have seen significant improvements in recent years with the rise of deep neural networks and, in particular, vision transformers. Although these models show promising reconstruction quality and tem…

Video Inpainting

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

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