DynVFX: Augmenting Real Videos with Dynamic Content
Danah Yatim, Rafail Fridman, Omer Bar-Tal, Tali Dekel
TL;DR
DynVFX tackles the challenge of augmenting real videos with newly generated dynamic content described by a text instruction, without requiring per-frame references or fine-tuning. It combines a pre-trained text-to-video diffusion model (DiT) with a vision-language model, guided by a novel Anchor Extended Attention mechanism that injects sparse anchors from the original scene to localize edits, and an iterative refinement loop to ensure pixel-level harmonization. A VLM-based VFX assistant interprets instructions and generates scene prompts and object inventories, which are used to steer generation and segmentation-based masking for blending. Across 57 video-text edits on 34 real videos, DynVFX achieves superior edit fidelity and content integration compared with strong baselines, demonstrating robust handling of camera motion, occlusions, and complex interactions, with ablations confirming the critical roles of AnchorExtAttn and iterative refinement.
Abstract
We present a method for augmenting real-world videos with newly generated dynamic content. Given an input video and a simple user-provided text instruction describing the desired content, our method synthesizes dynamic objects or complex scene effects that naturally interact with the existing scene over time. The position, appearance, and motion of the new content are seamlessly integrated into the original footage while accounting for camera motion, occlusions, and interactions with other dynamic objects in the scene, resulting in a cohesive and realistic output video. We achieve this via a zero-shot, training-free framework that harnesses a pre-trained text-to-video diffusion transformer to synthesize the new content and a pre-trained vision-language model to envision the augmented scene in detail. Specifically, we introduce a novel inference-based method that manipulates features within the attention mechanism, enabling accurate localization and seamless integration of the new content while preserving the integrity of the original scene. Our method is fully automated, requiring only a simple user instruction. We demonstrate its effectiveness on a wide range of edits applied to real-world videos, encompassing diverse objects and scenarios involving both camera and object motion.
