paper-with-me

홈 › Papers

ProPainter: Improving Propagation and Transformer for Video Inpainting

2023-09-07 · ICCV 2023 1 · Shangchen Zhou, Chongyi Li, Kelvin C. K. Chan, Chen Change Loy

Flow-based propagation and spatiotemporal Transformer are two mainstream mechanisms in video inpainting (VI). Despite the effectiveness of these components, they still suffer from some limitations that affect their performance. Previous propagation-based approaches are performed separately either in the image or feature domain. Global image propagation isolated from learning may cause spatial misalignment due to inaccurate optical flow. Moreover, memory or computational constraints limit the temporal range of feature propagation and video Transformer, preventing exploration of correspondence information from distant frames. To address these issues, we propose an improved framework, called ProPainter, which involves enhanced ProPagation and an efficient Transformer. Specifically, we introduce dual-domain propagation that combines the advantages of image and feature warping, exploiting global correspondences reliably. We also propose a mask-guided sparse video Transformer, which achieves high efficiency by discarding unnecessary and redundant tokens. With these components, ProPainter outperforms prior arts by a large margin of 1.46 dB in PSNR while maintaining appealing efficiency.

📄 PDF Abstract BibTeX arXiv:2309.03897

Code (3)

sczhou/propainter 공식 구현 pytorch
osmr/propainter
osmr/pytorchcv pytorch

Tasks

Optical Flow EstimationVideo Inpainting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Optimised ProPainter for Video Diminished Reality Inpainting

2024-06-04 · Pengze Li, Lihao Liu, Carola-Bibiane Schönlieb, Angelica I Aviles-Rivero

In this paper, part of the DREAMING Challenge - Diminished Reality for Emerging Applications in Medicine through Inpainting, we introduce a refined video inpainting technique optimised from the ProPainter method to meet …

Video 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

Towards Unified Keyframe Propagation Models

2022-05-19 · Patrick Esser, Peter Michael, Soumyadip Sengupta

Many video editing tasks such as rotoscoping or object removal require the propagation of context across frames. While transformers and other attention-based approaches that aggregate features globally have demonstrated …

Image InpaintingVideo EditingVideo Inpainting

Exploiting Optical Flow Guidance for Transformer-Based Video Inpainting

2023-01-24 · Kaidong Zhang, Jialun Peng, Jingjing Fu, Dong Liu

Transformers have been widely used for video processing owing to the multi-head self attention (MHSA) mechanism. However, the MHSA mechanism encounters an intrinsic difficulty for video inpainting, since the features ass…

Optical Flow EstimationVideo Inpainting

HomoGen: Enhanced Video Inpainting via Homography Propagation and Diffusion

2025-01-01 · CVPR 2025 1 · Ding Ding, Yueming Pan, Ruoyu Feng, Qi Dai 외

In this paper, we present HomoGen, an enhanced video inpainting method based on homography propagation and diffusion models. HomoGen leverages homography registration to propagate contextual pixels as priors for gene…

DenoisingVideo Inpainting