Hugging Face Daily PapersYueyan Li, Haibo Wang, Caixia Yuan1 min readpaperadvanced
Why Do Video Diffusion Models Violate Physics? Unveiling the Flaws in Attention Mechanisms
Summary
The paper investigates why video diffusion models often break physical laws, pinpointing excessive spatial decay from Rotary Position Embedding (RoPE) as the culprit. By analyzing cross‑attention trajectories and self‑attention patterns, the authors identify specific attention heads that drive motion planning. They propose a lightweight fix: scaling RoPE frequency per denoising step, which empiri…
- Early denoising stages form motion trajectories; a 'first shape, then details' pattern emerges.
- A small subset of cross‑attention heads dominates motion planning.
- RoPE causes rapid spatial attention decay, locking candidate regions into implausible positions.
- Scaling RoPE frequency across denoising steps mitigates decay, allowing better motion exploration.
Physical consistency is a key barrier for deploying text‑to‑video diffusion models in real‑world applications (e.g., simulation, education, content creation). Understanding and fixing the internal attention dynamics offers a path to more reliable generative video systems without costly data curatio…
8/10
