Characterizing Motion Encoding in Video Diffusion Timesteps
Vatsal Baherwani, Yixuan Ren, Abhinav Shrivastava
TL;DR
The paper tackles how motion is encoded in video diffusion timesteps and reveals a robust spatiotemporal structure: motion is primarily encoded in early denoising steps, while appearance is refined later. It introduces a prompt-tampering probe and a DDIM-based inversion to quantify the trade-off between appearance editing and motion preservation across timesteps, discovering a consistent motion-dominant regime and an appearance-dominant regime across architectures. Building on this, the authors propose a timestep-constrained one-shot motion customization framework that tunes only early temporal attention (via LoRA) and constrains inference to motion-dominant timesteps, achieving strong motion transfer without debiasing modules or extensive staged training. The approach yields state-of-the-art results on TGVE with a simplified pipeline and demonstrates robust behavior across multiple base architectures, suggesting practical, scalable mechanisms for spatiotemporal disentanglement in video diffusion. The work provides a principled, quantitative lens for motion control in video synthesis and offers a ready-to-integrate recipe for motion-centric editing in diffusion-based pipelines.
Abstract
Text-to-video diffusion models synthesize temporal motion and spatial appearance through iterative denoising, yet how motion is encoded across timesteps remains poorly understood. Practitioners often exploit the empirical heuristic that early timesteps mainly shape motion and layout while later ones refine appearance, but this behavior has not been systematically characterized. In this work, we proxy motion encoding in video diffusion timesteps by the trade-off between appearance editing and motion preservation induced when injecting new conditions over specified timestep ranges, and characterize this proxy through a large-scale quantitative study. This protocol allows us to factor motion from appearance by quantitatively mapping how they compete along the denoising trajectory. Across diverse architectures, we consistently identify an early, motion-dominant regime and a later, appearance-dominant regime, yielding an operational motion-appearance boundary in timestep space. Building on this characterization, we simplify current one-shot motion customization paradigm by restricting training and inference to the motion-dominant regime, achieving strong motion transfer without auxiliary debiasing modules or specialized objectives. Our analysis turns a widely used heuristic into a spatiotemporal disentanglement principle, and our timestep-constrained recipe can serve as ready integration into existing motion transfer and editing methods.
