🤖 AI Summary
Existing video object removal methods often suffer from inefficiency due to multi-step denoising or introduce noticeable artifacts when relying on single-step generation. This work proposes a draft-free, end-to-end single-step removal framework that distills the refinement capability of multi-step processes into a single-step diffusion model via a Prior-Privileged Consistency Distillation strategy. To guide inpainting without external drafts, the method introduces a Self-Guided Fast Planting module based on a Temporal Masked Transformer, which automatically generates temporally coherent pseudo-drafts. This approach achieves high-quality, draft-independent single-step video object removal for the first time, attaining state-of-the-art performance across multiple metrics while processing an entire video in approximately one second—significantly outperforming existing techniques.
📝 Abstract
Video object removal is a fundamental yet challenging task in video editing. Despite recent progress, existing methods typically fall into two categories. Traditional approaches based on optical flow or attention mechanisms often introduce noticeable artifacts and yield unnatural results. In contrast, diffusion-based methods improve visual realism but demand multiple denoising steps, limiting their practicality. To address these issues, we propose From-Draft-to-Draft-Free (D2DF), a framework that distills the ability of transforming coarse drafts into refined videos into a one-step video generation model. Within D2DF, a teacher model is trained to refine low-quality removal results ("drafts") into high-fidelity videos by multiple steps. Then, through Prior-Privileged Consistency Distillation (PPCD), we distill this capability into a student model that performs one-step removal conditioned on the draft. To eliminate draft dependency, we introduce a Self-Guided Fast Planting (SGFP) module based on our Temporal Masked Transformer that autonomously generates scene-consistent pseudo-drafts in latent space, enabling a fully draft-free one-step model. Extensive experiments show that both draft-conditioned and draft-free versions achieve state-of-the-art performance on multiple metrics, surpassing traditional and multi-step generative methods in both quality and efficiency. The denoising process for a single video takes only about 1 second.