Why Do Video Diffusion Models Violate Physics? Unveiling the Flaws in Attention Mechanisms
Summary
This paper presents an interpretability study on video diffusion models, revealing that Rotary Position Embedding (RoPE) induces excessive spatial attention decay, causing physics violations, and proposes a lightweight architectural modification to enhance physical coherence in generated videos.
View Cached Full Text
Cached at: 09/22/26, 03:25 AM
Paper page - Why Do Video Diffusion Models Violate Physics? Unveiling the Flaws in Attention Mechanisms
Source: https://huggingface.co/papers/2609.23658
Abstract
Despiteimpressivevisualquality,state-of-the-artvideodiffusionmodelsoftengeneratecontentthatviolatesreal-worldphysicallaws.Whileexistingsolutionsrelyonexternalpriorsorspecializeddata,weinvestigatetherootcausebyexploringtheinternalmechanismsofthesemodels.Specifically,wepresentthefirstinterpretabilitystudyonthe’‘motionplanning’‘processoftext-to-videodiffusionmodels,revealinghowmotiontrajectoriesformduringearlydenoisingstages.Buildinguponthe’‘firstshape,thendetails’’finding,wecombinecross-attentiontrajectorypatternswithcausalheadcontributionstoidentifyaspecificsubsetofattentionheadsdrivingmotionplanning.Further,ourself-attentionanalysisshowsthatRotaryPositionEmbedding(RoPE)inducesexcessivespatialattentiondecay.Thiscausesearlycandidateregionstoprematurelylockintophysicallyimplausiblepositions,suppressingreasonabletrajectoriesinadjacentframesandtriggeringgenerationfailuremodes.Toaddressthisfundamentalflaw,weproposealightweightarchitecturalmodificationthatscalesthefrequencyofRoPEacrossdifferentdenoisingsteps.Thisstrategyreducesexcessiveattentiondecay,helpingthemodelexplorebettercandidateregionstoestablishcoherentphysicalmotion.Finally,training-freeandtraining-basedexperimentsconfirmtheeffectivenessofourapproachinenhancingthephysicalcommonsenseofgeneratedvideos.
View arXiv pageView PDFProject pageGitHub1Add to collection
Get this paper in your agent:
hf papers read 2609\.23658
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.23658 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.23658 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.23658 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
The Attention Triangle in Audio-Video Models
This paper investigates semantic leakage in audio-video diffusion models through the 'attention triangle' of cross-attention mechanisms, and presents methods to enhance semantic grounding during generation.
@ZimingLiu11: Physics is editable in world models, but only up to a critical depth. The model "makes up its mind" about physics at so…
The paper introduces causal writability in video models, showing that correct physical motion remains available but becomes uneditable after a critical depth, which impacts how training corrects errors.
Stream4D: 4D-Consistency for Streaming Autoregressive Diffusion Video Models
Stream4D enhances streaming autoregressive diffusion video models by introducing a dynamic 4D reconstruction reward and motion prior to maintain coherent motion and reduce geometric drift.
YoCausal: How Far is Video Generation from World Model? A Causality Perspective
This paper introduces YoCausal, a benchmark based on the Violation of Expectation paradigm from cognitive science, to evaluate whether video diffusion models truly understand causality or merely overfit to temporal patterns. Evaluation of 13 state-of-the-art models reveals a significant gap compared to human-level causal cognition.
Flex-Forcing: Towards a Unified Autoregressive and Bidirectional Video Diffusion Model
Introduces Flex-Forcing, a unified training and inference framework that allows video diffusion models to operate under both bidirectional and autoregressive regimes via a flexible chunking mechanism over temporal and denoising steps, achieving better video quality, long-video stability, and faster inference.