Enhancing Video Inpainting with Aligned Frame Interval Guidance
Ming Xie, Junqiu Yu, Qiaole Dong, Xiangyang Xue, Yanwei Fu
TL;DR
This work tackles the instability and content degradation that plague chunk-based video inpainting. It introduces VidPivot, which decouples the task into multi-frame consistent image inpainting and masked area motion propagation, guided by frame interval priors. Key components include the FrameProp module for anchor-frame alignment with an ID-alignment adapter and a splicing mechanism, plus a context controller that injects contextual priors into a diffusion backbone to enforce temporal coherence. Extensive experiments on VPBench and DAVIS demonstrate competitive performance, strong identity preservation, and robust background consistency, with good generalization to editing tasks and challenging motion scenarios.
Abstract
Recent image-to-video (I2V) based video inpainting methods have made significant strides by leveraging single-image priors and modeling temporal consistency across masked frames. Nevertheless, these methods suffer from severe content degradation within video chunks. Furthermore, the absence of a robust frame alignment scheme compromises intra-chunk and inter-chunk spatiotemporal stability, resulting in insufficient control over the entire video. To address these limitations, we propose VidPivot, a novel framework that decouples video inpainting into two sub-tasks: multi-frame consistent image inpainting and masked area motion propagation. Our approach introduces frame interval priors as spatiotemporal cues to guide the inpainting process. To enhance cross-frame coherence, we design a FrameProp Module that implements a frame content propagation strategy, diffusing reference frame content into subsequent frames via a splicing mechanism. Additionally, a dedicated context controller encodes these coherent frame priors into the I2V generative backbone, effectively serving as soft constrain to suppress content distortion during generation. Extensive evaluations demonstrate that VidPivot achieves competitive performance across diverse benchmarks and generalizes well to different video inpainting scenarios.
