RFDM: Residual Flow Diffusion Model for Efficient Causal Video Editing
Mohammadreza Salehi, Mehdi Noroozi, Luca Morreale, Ruchika Chavhan, Malcolm Chadwick, Alberto Gil Ramos, Abhinav Mehrotra
TL;DR
RFDM tackles the challenge of text-guided video editing with fixed-length inputs by introducing a causal, autoregressive framework that repurposes a 2D image-to-image diffusion backbone for video-to-video editing. A key innovation is the Residual Flow forward diffusion, which shifts the sampling mean toward the previous frame prediction and models a residual between consecutive frames, enabling faithful, temporally coherent edits with compute comparable to image models. Trained on the Señorita dataset and evaluated against TGVE, TGVE+, and Señorita benchmarks, RFDM achieves strong faithfulness and temporal consistency, often outperforming 2D baselines and rivaling 3D backbones while delivering lower latency and memory usage. The work also proposes a new benchmark and evaluation protocol to better capture edit faithfulness and temporal coherence, underscoring the practical potential of causal I2I backbones for scalable, real-time video editing.
Abstract
Instructional video editing applies edits to an input video using only text prompts, enabling intuitive natural-language control. Despite rapid progress, most methods still require fixed-length inputs and substantial compute. Meanwhile, autoregressive video generation enables efficient variable-length synthesis, yet remains under-explored for video editing. We introduce a causal, efficient video editing model that edits variable-length videos frame by frame. For efficiency, we start from a 2D image-to-image (I2I) diffusion model and adapt it to video-to-video (V2V) editing by conditioning the edit at time step t on the model's prediction at t-1. To leverage videos' temporal redundancy, we propose a new I2I diffusion forward process formulation that encourages the model to predict the residual between the target output and the previous prediction. We call this Residual Flow Diffusion Model (RFDM), which focuses the denoising process on changes between consecutive frames. Moreover, we propose a new benchmark that better ranks state-of-the-art methods for editing tasks. Trained on paired video data for global/local style transfer and object removal, RFDM surpasses I2I-based methods and competes with fully spatiotemporal (3D) V2V models, while matching the compute of image models and scaling independently of input video length. More content can be found in: https://smsd75.github.io/RFDM_page/
