paper-with-me

Papers

Towards An End-to-End Framework for Flow-Guided Video Inpainting

2022-04-06 · CVPR 2022 1 · Zhen Li, Cheng-Ze Lu, Jianhua Qin, Chun-Le Guo, Ming-Ming Cheng

Optical flow, which captures motion information across frames, is exploited in recent video inpainting methods through propagating pixels along its trajectories. However, the hand-crafted flow-based processes in these methods are applied separately to form the whole inpainting pipeline. Thus, these methods are less efficient and rely heavily on the intermediate results from earlier stages. In this paper, we propose an End-to-End framework for Flow-Guided Video Inpainting (E$^2$FGVI) through elaborately designed three trainable modules, namely, flow completion, feature propagation, and content hallucination modules. The three modules correspond with the three stages of previous flow-based methods but can be jointly optimized, leading to a more efficient and effective inpainting process. Experimental results demonstrate that the proposed method outperforms state-of-the-art methods both qualitatively and quantitatively and shows promising efficiency. The code is available at https://github.com/MCG-NKU/E2FGVI.

📄 PDF Abstract BibTeX arXiv:2204.02663

Code (2)

MCG-NKU/E2FGVI 공식 구현 pytorch
Dragoniss/minspore-phase2-E2FGVI mindspore

Tasks

HallucinationOptical Flow EstimationSeeing Beyond the VisibleVideo Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Deep Flow-Guided Video Inpainting

2019-05-08 · CVPR 2019 6 · Rui Xu, Xiaoxiao Li, Bolei Zhou, Chen Change Loy

Video inpainting, which aims at filling in missing regions of a video, remains challenging due to the difficulty of preserving the precise spatial and temporal coherence of video contents. In this work we propose a novel…

One-shot visual object segmentationOptical Flow EstimationVideo fixed region InpaintingVideo 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

Advanced Video Inpainting Using Optical Flow-Guided Efficient Diffusion

2024-12-01 · Bohai Gu, Hao Luo, Song Guo, Peiran Dong

Recently, diffusion-based methods have achieved great improvements in the video inpainting task. However, these methods still face many challenges, such as maintaining temporal consistency and the time-consuming issue. T…

DenoisingOptical Flow EstimationVideo Inpainting

Error Compensation Framework for Flow-Guided Video Inpainting

2022-07-21 · Jaeyeon Kang, Seoung Wug Oh, Seon Joo Kim

The key to video inpainting is to use correlation information from as many reference frames as possible. Existing flow-based propagation methods split the video synthesis process into multiple steps: flow completion -> p…

Video 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