Papers
Topics
Authors
Recent
Search
2000 character limit reached

Principia: Relational Physics Tests for Video Models

Published 3 Sep 2026 in cs.CV | (2609.04200v1)

Abstract: Evaluating physical reasoning in video models is difficult because absolute motion measurements depend on frame rate, object scale, and camera calibration, all of which are often ambiguous or unavailable in generated video. We propose a different approach. When two objects in the same scene obey the same physical law, their motions must satisfy predictable relationships, and these relationships hold independent of calibration. We introduce Principia, a benchmark that evaluates Newtonian physics through relational consistency between paired objects. Principia spans eight phenomena - gravity, restitution, friction, rotational inertia, projectile motion, momentum, pendulum, and mass-spring oscillation - across translational, rotational, collisional, and oscillatory dynamics, using real-world scenes recorded under controlled protocols. We also introduce a calibration-independent consistency score that quantifies physical violation directly in image space. Across thousands of generations from six state-of-the-art video generators, no model exceeds 0.42 on Principia despite all scoring around 0.8 on VBench. Vision-LLMs are evaluated on their ability to detect relational physics violations, with the best model achieving only 67% accuracy and most performing near chance level.

Summary

  • The paper introduces a novel benchmark, Principia, to evaluate the physical fidelity of video models using relational tests that expose discrepancies in adherence to physical laws and laws of motion.
  • The benchmark tests eight Newtonian phenomena across 500 real-world scenes, establishing that visual plausibility and physical consistency are decoupled; models achieve high perceptual quality with up to 0.42 consistency scores.
  • Increasing model parameters for scaling models do not uniformly improve relational fidelity, indicating no guaranteed physical model. Vikash Vishal gets a remarkably tight evaluation.
  • The paper suggests relational invariance scoring could be invaluable in evaluating how video models can properly embody theories of motion and physics

Problem formulation and motivation

Principia: Relational Physics Tests for Video Models” (2609.04200) addresses a central weakness in current video-model evaluation: visually plausible motion can violate physical laws while remaining difficult to diagnose using conventional perceptual metrics. Existing approaches typically assess subjective plausibility, compare trajectories against a single reference, or require metric quantities such as camera calibration, object scale, velocity, or acceleration. Each strategy is problematic for generated videos, where camera parameters and physical dimensions are often unavailable or unreliable.

Principia instead evaluates intra-scene relational invariants. When two objects are subjected to matched experimental conditions, Newtonian mechanics constrains their motions through equalities, ratios, or orderings that are invariant to camera calibration, image scale, and frame rate. For example, two blocks of different mass sliding on identical inclined planes with the same friction coefficient should arrive simultaneously because their acceleration is mass-independent. An individual generated trajectory may appear plausible, but a discrepancy between the paired trajectories directly exposes a violation.

This formulation is important because it changes the evaluation target from “does the motion look reasonable?” to “does the relation between coupled motions satisfy the relevant physical law?” The distinction is illustrated by a generated clip in which a single block slides plausibly down an incline, whereas a paired-block version violates the mass-independence of gravitational acceleration. The violation is visible only through comparison between objects.

Figure 1

Figure 1: A visually plausible single-object trajectory can conceal a relational violation revealed by comparing paired objects.

The benchmark covers eight Newtonian phenomena: gravity, restitution, friction, rotational inertia, projectile motion, momentum, pendulum dynamics, and mass-spring oscillation. These span translational, rotational, collisional, and oscillatory dynamics. The authors report more than 500 final scenes, derived from approximately 750 recorded videos through controlled acquisition, filtering, and visual augmentation. The benchmark is therefore intended to test both basic qualitative motion and quantitative relational structure.

Dataset construction and physical invariants

Principia’s data-collection protocol is designed around the sensitivity of relational tests to experimental asymmetries. Small release-time offsets, differences in ramp angle, surface irregularities, lateral impulses, or pendulum amplitudes can produce apparent violations unrelated to model behavior. The authors consequently impose matched geometry, synchronized release, controlled contact surfaces, and minimized external forces. Paired objects are manufactured or selected to share the properties that the relevant law assumes constant.

The resulting real-world scenes are tracked in image space using SAM3. Object trajectories are extracted from segmentation masks, and phenomenon-specific events—such as ground impact, rebound apex, incline arrival, turning points, and oscillation reversals—are detected automatically. The benchmark also uses edited first frames to vary backgrounds, lighting, surface appearance, and scene context without requiring new physical recordings. This increases visual diversity while retaining the underlying physical configuration, although it introduces a dependence on the fidelity of the editing process.

The principal continuous score compares two scalar quantities that should be equal under the tested invariant:

Sϕ=1Fϕ(o1)Fϕ(o2)Fϕ(o1)+Fϕ(o2).S_\phi = 1 - \frac{ \left|\mathcal{F}_\phi(o_1)-\mathcal{F}_\phi(o_2)\right| }{ \left|\mathcal{F}_\phi(o_1)\right|+ \left|\mathcal{F}_\phi(o_2)\right| }.

Here, ϕ\phi denotes the phenomenon and Fϕ\mathcal{F}_\phi is the corresponding physics-derived quantity. The score is unit-free and bounded between zero and one. A score of one indicates exact relational agreement; the paper notes that Sϕ=0.95S_\phi=0.95 corresponds approximately to a 10% relational asymmetry. Projectile and momentum tests that depend on directional ordering rather than equality are scored as the fraction of scenes satisfying the expected ordering.

The tested relations are physically specific rather than generic plausibility judgments. Gravity compares drop heights with squared fall-time ratios. Restitution compares rebound-height-to-drop-height ratios for identical balls. Friction tests equality of arrival times for different masses. Rotational inertia compares arrival times for matched solid and hollow cylinders. Projectile motion tests whether the ball launched from greater height travels farther. Momentum tests whether post-collision displacement increases with incoming momentum and decreases with target mass. Pendulum dynamics compare periods as a function of string length, while mass-spring scenes compare equilibrium extension against suspended mass.

This design makes the benchmark insensitive to unknown metric scale, but not completely independent of experimental assumptions. It presumes that paired objects genuinely share the relevant geometry and material properties, that tracking is reliable, and that the scene remains sufficiently interpretable for event detection. The benchmark therefore measures relational physical fidelity under controlled macroscopic Newtonian conditions, not unrestricted physical understanding.

Evaluation protocol

The authors evaluate six video generators: Wan2.2-5B, Wan2.2-14B, Cosmos-2.5-2B, Cosmos-2.5-14B, Veo-3.1, and Omni. Each model receives an edited first frame and a phenomenon-specific text prompt. Human experimenters, suspension strings, and release mechanisms are removed from the conditioning image to reduce dependence on apparatus appearance. Multiple random seeds are sampled, and generated clips are filtered using a directional-consistency criterion before the relational score is computed.

The filtering step is consequential. Principia assumes that a generated video at least depicts the requested qualitative event—for example, downward motion for a falling object or oscillation for a pendulum. Videos failing this criterion receive a score of zero rather than being treated as valid but physically inaccurate trajectories. This appropriately penalizes gross failures, but it also means that the reported score combines several failure modes: failure to render the intended event, object identity instability, trajectory deformation, and violation of the specific physical invariant.

The benchmark also evaluates four VLMsGemini-3.1-Pro, Gemini-3-Flash, Qwen-32B, and Qwen-4B—on their ability to classify physically consistent and anti-physics videos. These videos are generated in Isaac Sim, allowing the authors to construct controlled counterfactual violations that cannot be recorded naturally. VLMs receive the full clip and a phenomenon-specific PASS/FAIL prompt, and are scored by agreement with the known invariant.

Visual quality and physical fidelity are decoupled

The headline result is a strong separation between perceptual quality and relational physics. All six video generators score approximately 0.8 on VBench, while their Principia scores range only from 0.14 to 0.42. The highest overall score is 0.419 for Wan2.2-14B, followed by 0.409 for Omni and 0.379 for Veo-3.1.

Figure 2

Figure 2: Video generators occupy a high-visual-quality but low-physics-fidelity regime, with distinct failure profiles across phenomena.

This result directly challenges the use of perceptual realism as a proxy for physical consistency. Models near the visual-quality frontier are not systematically more reliable on the tested laws. The implication is methodological: VBench-like evaluations cannot establish that a model represents the causal or dynamical structure required for world simulation. A model can preserve texture, object identity for part of a sequence, and approximate motion appearance while failing the relational constraints that determine whether the motion is physically coherent.

The per-phenomenon profiles further show that failure is not uniform. Omni performs relatively well on friction and rotational inertia, with scores of 0.852 and 0.784, but performs poorly on gravity, restitution, projectile motion, and momentum. Wan2.2-14B reaches 0.709 on friction and 0.729 on inertia, yet scores only 0.017 on momentum and 0.231 on projectile motion. Veo-3.1 performs comparatively well on inertia at 0.669 but obtains 0.000 on momentum. The strongest models therefore exhibit selective competence rather than a general physical representation.

The qualitative samples clarify the nature of these failures. Generated clips may contain plausible local motion but fail to preserve paired-object relationships, hallucinate additional objects, deform objects, cause objects to disappear, or replace continuous dynamics with hovering and abrupt transitions.

Figure 3

Figure 3: Qualitative comparisons show that relational violations frequently coexist with object hallucination, deformation, and temporally inconsistent motion.

Momentum is the most consistently difficult phenomenon. Every generator performs poorly, with scores ranging from 0.000 to 0.074 except for the already low values of the stronger systems. This is consistent with the greater complexity of collision scenarios: the model must maintain object identity, contact timing, pre-collision velocity, collision geometry, and post-collision displacement across multiple interacting bodies. The result suggests that apparent competence in single-object motion does not transfer to multi-object impulse transfer.

Scaling does not provide uniform gains

The paper reports contradictory within-family scaling results. Increasing Wan2.2 from 5B to 14B substantially improves restitution by 0.35, gravity by 0.32, friction by 0.40, inertia by 0.26, projectile motion by 0.22, and pendulum dynamics by 0.17. Its overall score rises from 0.205 to 0.419. However, momentum decreases from 0.067 to 0.017, while spring consistency improves only marginally.

Cosmos scaling is weaker and more inconsistent. Moving from 2B to 14B improves friction, inertia, and pendulum performance, but decreases restitution, gravity, and momentum. The larger Cosmos model reaches only 0.199 overall, compared with 0.148 for the 2B model. More inference compute also does not predict fidelity: Cosmos-2.5-14B requires approximately 74 minutes per video versus 66 minutes for Wan2.2-14B, yet scores 0.22 lower overall.

Figure 4

Figure 4: Parameter scaling produces phenomenon-specific gains and regressions rather than monotonic improvement in physical fidelity.

The implication is not that scale is irrelevant. Wan scaling produces substantial gains on several relational tests. Rather, scale alone does not guarantee the acquisition of a coherent physical model. Different phenomena appear to depend on distinct representational and temporal capabilities, and increasing capacity can alter generation behavior in ways that improve one invariant while degrading another. The data do not establish whether this reflects optimization instability, distributional differences, architectural limitations, or interference among learned motion priors; they establish only that monotonic scaling is insufficient under the evaluated configurations.

VLM detection of physical violations

The VLM results are also weak. The best overall agreement is obtained by Gemini-3-Flash at 0.661, followed by Gemini-3.1-Pro at 0.545, Qwen-4B at 0.541, and Qwen-32B at 0.500. Thus, no model exceeds 0.7 agreement, and the strongest model remains far from reliable detection of relational violations.

Gemini-3-Flash performs particularly well on springs and friction, with agreement scores of 0.895 and 0.840, but its performance is much lower on restitution, inertia, and momentum. Gemini-3.1-Pro is worse overall than Gemini-3-Flash despite being the larger or more capable model in the comparison. Qwen-32B also underperforms Qwen-4B overall.

Figure 5

Figure 5: Increasing VLM scale does not systematically improve agreement with relational-physics ground truth.

The scaling result is especially notable because the task is discriminative rather than generative. VLMs are not required to synthesize a trajectory; they must inspect a paired-object relation and classify it. Yet scaling from Qwen-4B to Qwen-32B reduces overall agreement by 0.04, while scaling from Gemini-3-Flash to Gemini-3.1-Pro reduces it by 0.12. Friction exhibits the largest regression in both families. These results indicate that the difficulty is not simply a lack of visual detail or language-model capacity. The models may recognize individual actions and objects while failing to compare quantitative temporal or spatial relations across objects.

The use of Isaac Sim anti-physics videos strengthens experimental control by supplying exact binary ground truth. At the same time, it creates a domain gap between simulated violations and real-world recordings. The VLM results therefore demonstrate poor detection on this controlled testbed, but they do not alone determine whether the same failure rates hold for arbitrary natural videos.

Limitations and open questions

Principia is intentionally restricted to macroscopic Newtonian mechanics. It does not evaluate fluid dynamics, soft-body deformation, thermodynamics, complex contact mechanics, or materially heterogeneous scenes. The benchmark also assumes static or near-static cameras. The authors’ camera-sensitivity analysis shows that most phenomena are robust to moderate synthetic pan and zoom, but projectile scoring is substantially affected by horizontal panning because it uses a binary range-ordering criterion. A 10% horizontal pan reduces the projectile score from 1.000 to 0.417 in the reported analysis.

The benchmark does not automatically distinguish a genuine law violation from failures of basic video generation. Hallucinated objects, disappearing objects, severe deformation, incorrect segmentation, and nonconforming motion can all lead to low scores. The authors explicitly scope Principia to interpretable videos, but the directional filter and zero-score treatment mean that the aggregate metric still reflects both physical and representational failures.

There are also internal methodological assumptions that merit attention. Mass is inferred from cube side lengths under constant-density assumptions in the spring experiment. Momentum is evaluated through displacement ordering rather than a full impulse or energy analysis. The benchmark’s relational invariants are valid only when the apparatus satisfies the stipulated matching conditions, so data quality and calibration of the physical setup remain critical even though the final score does not require camera calibration. Finally, the use of edited first frames increases visual diversity but may produce conditioning images whose appearance is not fully independent of the original recording distribution.

The central open question is therefore specific: whether models trained with explicit relational objectives, differentiable physics constraints, simulator-generated counterfactuals, or architecture-level object-centric dynamics can improve Principia scores without sacrificing visual quality or generalization to unseen apparatus and contexts.

Conclusion

Principia provides a calibration-independent benchmark for testing whether video generators preserve physical relations between paired objects. Across eight Newtonian phenomena, the evaluated generators achieve high perceptual quality but low relational consistency: the best overall score is 0.419, despite VBench scores near 0.8. Performance is highly phenomenon-dependent, momentum is particularly difficult, and parameter scaling produces both substantial gains and clear regressions. VLMs likewise show limited ability to detect relational violations, with the best overall agreement reaching only 0.661.

The paper’s principal contribution is evaluative rather than architectural. It demonstrates that realistic video appearance and physical fidelity are separable properties, and that paired-object invariants provide a quantitative way to expose this separation without requiring metric calibration. For claims that video models function as physical world models, Principia establishes a stringent test: preserving the appearance of motion is insufficient unless the model also preserves the relations imposed by the underlying dynamics.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Explain it Like I'm 14

1. What is this paper about?

The paper introduces Principia, a test for checking whether AI video models understand basic physics.

Modern AI can create videos that look very realistic. For example, it might generate a ball rolling down a ramp or two objects falling through the air. However, a video can look real while breaking the laws of physics.

The researchers ask an important question:

Do AI video models understand how objects really move, or do they only create pictures that look convincing?

2. What questions did the researchers investigate?

The paper focuses on several main questions:

  • Can AI-generated videos follow basic laws of Newtonian physics?
  • Can video models keep the correct relationship between two objects in the same scene?
  • Does a video that looks realistic also behave realistically?
  • Can larger or more advanced AI models understand physics better?
  • Can vision-LLMs—AI systems that can watch videos and answer questions—spot physical mistakes?

The researchers tested eight kinds of physical behavior:

  1. Gravity, such as objects falling.
  2. Bouncing, or restitution, such as how high a ball rebounds.
  3. Friction, such as blocks sliding down ramps.
  4. Rotational inertia, which affects how easily objects roll or spin.
  5. Projectile motion, such as balls launched through the air.
  6. Momentum, such as what happens when one object hits another.
  7. Pendulums, which swing back and forth.
  8. Mass-spring systems, where weights stretch springs.

3. How did the researchers study this?

Testing relationships between pairs of objects

Instead of asking whether one object’s movement looked reasonable, the researchers compared two objects in the same scene.

This is useful because exact measurements in a video can be difficult. The camera may be zoomed in or moving, and the researchers may not know the real size of the objects or the exact speed of the recording.

For example, imagine two blocks with different masses sliding down identical ramps. According to physics, their masses should not affect how quickly they slide if the ramps and surfaces are the same. Therefore, the two blocks should reach the bottom at about the same time.

If one block arrives much earlier, the video has broken a physical rule—even if each block’s motion looks believable on its own.

This kind of expected relationship is called an invariant. In simple terms, an invariant is something that should stay true even when other details change.

Building the dataset

The researchers recorded more than 750 real-world videos of carefully controlled experiments. They kept 529 scenes after removing videos with problems such as:

  • Objects being released at slightly different times.
  • Ramps not having exactly the same angle.
  • Objects drifting sideways.
  • A pendulum being pushed unevenly.
  • Balls slipping or spinning unexpectedly.

They used paired objects and carefully matched equipment so that the comparison would be fair.

They also created computer-simulated videos using Isaac Sim, a physics simulator. Some simulated videos followed physics, while others were deliberately changed to contain “anti-physics” mistakes. These videos were mainly used to test whether AI systems could recognize violations.

Measuring physical consistency

The researchers tracked objects in each video by measuring their positions in pixels. They then compared the two objects using a consistency score.

The score ranges from 0 to 1:

  • A score near 1 means the relationship follows physics closely.
  • A score near 0 means the relationship is badly broken.

This method does not require knowing the camera’s exact distance, the real size of the objects, or the recording speed. It only checks whether the objects have the correct relationship to each other.

Testing AI systems

The researchers tested:

  • Six video generators, which create videos from text and images.
  • Four vision-LLMs, which watch videos and answer questions about them.

The video generators were asked to produce clips showing the physical experiments. The vision-LLMs were asked whether a video obeyed or violated the relevant physical rule.

4. What did the researchers find?

Realistic appearance did not mean correct physics

The most important finding was that the AI videos often looked good but failed the physics tests.

The video generators scored around 0.8 on VBench, a common test of visual quality. However, on Principia, their scores were only between 0.14 and 0.42.

This shows a large difference:

What was tested Typical result
How realistic and attractive the video looked About 0.8
Whether the video followed physical relationships Below 0.5

In other words, AI systems can make a video that looks like a real experiment without making the objects behave like real objects.

No video generator performed well across all physics tasks

The best overall video generator scored about 0.42, which is still fairly low. No model was good at every type of physics.

Some models did relatively well with friction or rolling objects, while struggling with bouncing, momentum, or projectile motion. The momentum tests were especially difficult because they involved one object hitting another.

The best overall model in this study was Wan2.2-14B, with a score of about 0.42. It performed slightly better than the other tested systems, but it still made many physical mistakes.

Bigger models were not always better

The researchers compared smaller and larger versions of some models. Increasing the model size sometimes improved performance on certain tasks, but not on all of them.

For example, a larger model might become better at understanding friction but worse at understanding bouncing or momentum. This means that simply adding more computer power or making a model larger does not automatically give it a better understanding of physics.

AI judges also struggled

The vision-LLMs were asked to decide whether videos obeyed physics. Their performance was also limited.

The best model was correct about 67% of the time, while some others performed close to random guessing for certain tasks.

This means that AI systems had trouble not only creating physically correct videos, but also recognizing when physics had been violated.

5. Why are these findings important?

Many researchers hope that video-generating AI can become a world model—an AI system that understands how the real world works and can predict what will happen next.

For example, a useful world model might predict:

  • Where a ball will land.
  • Whether a block will tip over.
  • How far an object will move after being hit.
  • How quickly a pendulum will swing.
  • What will happen when two objects collide.

The paper suggests that current video generators are not yet reliable world models. They are good at copying the appearance of motion, but they often do not understand the rules behind that motion.

This matters because physically incorrect AI could cause problems if used for:

  • Robots learning to interact with objects.
  • Simulations for science or engineering.
  • Predicting the results of actions.
  • Training systems for driving or physical tasks.
  • Planning in real-world environments.

Conclusion

Principia provides a new way to test whether AI video models truly follow physics. Instead of judging only whether a video looks realistic, it compares pairs of objects and checks whether their movements obey the same physical laws.

The study found that current AI video models can produce attractive and believable videos, but they often fail at basic relationships involving gravity, collisions, motion, and oscillation. Vision-LLMs also struggle to detect these mistakes.

The main lesson is simple:

Making a video look real is not the same as understanding how the real world works.

Future AI systems may need special training methods that teach them physical relationships directly, rather than expecting them to learn physics only by watching or generating realistic-looking videos.

Knowledge Gaps

Knowledge gaps, limitations, and open questions

  • Limited physical scope: The benchmark covers selected macroscopic Newtonian phenomena but leaves fluid dynamics, soft-body deformation, thermodynamics, electromagnetism, turbulence, granular materials, and relativistic or quantum effects unexplored.
  • Incomplete phenomenon accounting: The paper alternates between describing eight phenomena and presenting separate momentum-by-height and momentum-by-mass tests; some figures also refer to seven phenomena. The exact benchmark composition and aggregation scheme require clarification.
  • Restricted experimental configurations: Each law is tested in highly controlled, simple paired-object arrangements. It remains unknown whether the findings generalize to cluttered scenes, unconstrained object interactions, noncanonical geometries, or multi-object systems.
  • Potential selection bias from filtering: Videos with nonconforming motion, tracking failures, lateral drift, asymmetric release, and other anomalies are removed before scoring. This may exclude precisely the difficult cases that models encounter in practice and may inflate measured performance.
  • Unquantified real-world experimental error: The paper reports manufacturing tolerances and qualitative validation, but does not provide systematic uncertainty estimates for release timing, surface friction, camera perspective, object segmentation, trajectory extraction, or parameter matching.
  • Unvalidated image-space assumptions: The claim that the invariants are calibration-independent is not tested across substantial camera perspective changes, lens distortion, camera motion, occlusion, or out-of-plane motion. Image-space ratios may not remain physically meaningful under these conditions.
  • Sensitivity to camera viewpoint: The benchmark does not establish how scores change when paired objects move at different depths, are viewed obliquely, or undergo perspective-dependent scale changes.
  • Tracking and segmentation confounds: All trajectories depend on SAM3 initialized with hand-annotated points. The paper does not separate errors caused by object detection, identity switches, occlusion, or segmentation drift from genuine model physics violations.
  • Unclear robustness of the consistency score: The normalized score can behave differently depending on the magnitude and sign of the measured quantities, and its relationship to perceptual or physical error is not fully characterized. Sensitivity analyses and calibration against known perturbation levels are missing.
  • Weak treatment of qualitative invariants: Projectile and momentum tests use ordering-based scores rather than continuous physical measures. These metrics may conceal large quantitative errors and are not directly comparable with the equality-based scores for other phenomena.
  • No human or expert validation of score meaning: The paper does not test whether higher Principia scores correspond to judgments by physics experts or human observers about physical correctness.
  • No ablation of individual benchmark design choices: The effects of paired-object structure, first-frame conditioning, apparatus removal, visual augmentation, scenario complexity, and qualitative filtering are not isolated through controlled ablations.
  • Limited diversity of real data: Although the dataset contains 529 scenes, the experiments appear to originate from a relatively small number of controlled apparatuses and experimental protocols. Generalization across laboratories, object materials, cultures, environments, and recording devices remains unknown.
  • Potential contamination from edited data: Backgrounds, lighting, and visual contexts are diversified using image-editing models, but the paper does not establish that these edits preserve geometric accuracy, object identity, contact relationships, or physical cues.
  • Synthetic-to-real validity is unresolved: VLM evaluation relies substantially on Isaac Sim videos and simulated anti-physics examples. The paper does not show that performance on these synthetic cases predicts performance on real-world violations.
  • Simulator dependence: The synthetic benchmark inherits the assumptions, rendering biases, contact models, and parameterization of Isaac Sim. The robustness of results across alternative simulators or real-world counterfactual constructions is not evaluated.
  • Artificial anti-physics examples: Simulated violations may be easier or qualitatively different from naturally occurring model errors. It remains unclear whether VLMs detect physical inconsistency or merely recognize artifacts associated with the anti-physics generation procedure.
  • Confounding visual artifacts in generated videos: The study acknowledges hallucinated objects, missing objects, and severe deformations but does not automatically distinguish these from physical violations. Consequently, low scores may reflect general generation failures rather than failures to model physics.
  • Effect of the qualitative pre-filter is unknown: Generated videos that fail basic motion requirements are excluded, but the paper does not report how many samples are removed per model or whether filtering disproportionately affects particular generators or phenomena.
  • Prompt and preprocessing confounds: Models receive edited first frames and text prompts, but the paper does not compare alternative prompt formulations, unedited versus edited inputs, text-only inputs, or different levels of apparatus visibility.
  • Unclear fairness of model comparisons: The evaluated systems differ in architecture, training data, conditioning interface, parameter count, sampling procedure, and inference settings. The results therefore do not isolate whether performance differences arise from model scale, architecture, training, or interface design.
  • Unsupported architectural conclusions: The claim that VLM limitations are architectural and that scaling does not help is based on only four VLMs and two within-family generator scaling comparisons. Larger samples, matched training conditions, and broader model families are needed before drawing this conclusion.
  • No causal analysis of scaling: The observed regressions with model size are descriptive. The paper does not determine whether they result from optimization, data composition, sampling variance, architecture changes, compute allocation, or benchmark-specific overfitting.
  • Insufficient statistical analysis: Results are reported as means and standard deviations, but confidence intervals, significance tests, effect sizes, correlations among scenarios, and power analyses are not provided.
  • Unclear independence of samples: Multiple takes, seeds, edited variants, and scenes derived from the same physical setup may not be statistically independent. The reported variability may therefore overstate the effective sample size.
  • No analysis of seed-level reliability: Scores are averaged across multiple seeds, but the number of seeds, their variance, and the stability of model rankings across seeds are not fully reported.
  • Limited reproducibility: The real-world videos are withheld to preserve benchmark integrity, preventing independent verification of tracking, filtering, scene validity, and score computation. Secure evaluation or partial release protocols are not explored.
  • No test-retest or laboratory replication: The benchmark has not been independently reproduced using new apparatuses, recording sessions, or laboratories, so its reliability under collection variation remains uncertain.
  • VLM evaluation may be prompt-sensitive: VLMs receive phenomenon-specific PASS/FAIL prompts, but the effect of wording, chain-of-thought instructions, multiple-choice formats, temporal sampling, and repeated questioning is not measured.
  • Incomplete VLM error analysis: The paper reports aggregate agreement but does not analyze false positives, false negatives, class imbalance, confidence calibration, explanations, temporal localization of violations, or whether models rely on superficial visual cues.
  • Binary VLM labels discard useful information: PASS/FAIL agreement does not measure whether a VLM can estimate violation magnitude, identify the relevant objects, locate the violating interval, or distinguish competing physical explanations.
  • No evaluation of multimodal reasoning transfer: It remains unknown whether VLMs can apply the learned relational principles to novel object types, unseen camera views, different scales, or combinations of multiple physical laws.
  • No link to downstream world-model utility: Low benchmark scores are not connected to action planning, counterfactual prediction, control, or decision-making performance. It is unresolved whether Principia predicts practical failures in interactive environments.
  • No intervention or improvement study: The paper identifies failures but does not test whether physics-aware fine-tuning, simulator-generated data, relational architectural biases, trajectory losses, or inference-time correction improves Principia performance without harming visual quality.
  • Unknown benchmark learnability: Because the benchmark uses recurring experimental templates and a limited set of invariants, it is unclear whether models can memorize visual patterns or prompts rather than learn general physical relations.
  • Unexamined sensitivity to object appearance: The effects of texture, color, shape, material cues, object size, and semantic category are not systematically varied, leaving open whether models use appearance-based shortcuts.
  • No assessment of temporal resolution requirements: The benchmark claims independence from frame rate, but the minimum temporal resolution needed to detect collisions, rebounds, oscillations, and release-time differences is not established.
  • No evaluation under occlusion and long-horizon prediction: The scenes are short and controlled, leaving unresolved whether models preserve relational consistency over longer durations, partial visibility, interruptions, or repeated interactions.
  • Ambiguity in physical ground truth for some scenarios: Several protocols rely on assumptions such as identical friction, no-slip rolling, negligible air resistance, equal launch angles, or constant spring stiffness. The extent to which these conditions hold quantitatively is not fully documented.
  • Limited treatment of model uncertainty: The benchmark produces point scores but does not assess whether models know when their generated motion is physically unreliable or whether uncertainty estimates predict relational violations.

Practical Applications

Immediate Applications

  • Quality assurance for video-generation products (software, media, advertising) Integrate Principia-style tests into model-release and regression-testing pipelines. Generated clips can be evaluated for gravity, friction, restitution, rolling inertia, projectile motion, momentum, pendulum motion, and spring behavior using paired-object relations rather than absolute calibration. This would identify models that look realistic but produce physically impossible motion before deployment in advertising, film previsualization, games, or educational content. Dependencies: reliable object tracking and basic qualitative-motion filtering; benchmark coverage must be expanded beyond the eight tested phenomena and macroscopic Newtonian mechanics.
  • Physics-fidelity dashboards for model selection (AI platforms and enterprise procurement) Add a physics-consistency score alongside visual-quality metrics such as VBench when comparing video generators. The paper shows that high visual quality does not predict physical fidelity: models scoring around 0.8 on visual benchmarks remained below 0.45 on Principia. A dashboard could report an overall score and a per-phenomenon profile, enabling users to select models suited to particular workflows. Dependencies: standardized evaluation protocols, representative prompts, and careful interpretation of scores across different model architectures.
  • Automated dataset and output auditing (content moderation and synthetic-data generation) Use relational checks to flag generated clips containing violations such as unequal fall times for objects under matched conditions, incorrect rebound ratios, or impossible rolling behavior. Human reviewers could then focus on flagged samples rather than inspecting every video manually. This is particularly useful when synthetic videos are used to train perception, robotics, or autonomous-driving systems. Dependencies: the method assumes that objects are visible, trackable, and subject to sufficiently matched conditions; hallucinated or severely deformed objects may be mistaken for physics failures.
  • Physics-aware training and fine-tuning of video generators (generative AI research and engineering) Use the invariant score as a reward or loss during post-training. For example, a model could be penalized when paired objects violate expected time, distance, period, or displacement relationships. The synthetic Isaac Sim pipeline can provide physically correct and deliberately anti-physics examples for supervised or preference-based training. Dependencies: differentiable or reliably estimated object trajectories, sufficient training diversity, and safeguards against optimizing for benchmark-specific patterns rather than general physical reasoning.
  • Evaluation of vision-LLM judgment (AI assistants and video analytics) Deploy Principia-Synth-style pass/fail tests to measure whether a VLM can identify physical inconsistencies in instructional, scientific, or user-generated videos. Such tests could be used in model certification, prompt evaluation, and monitoring. The current results indicate that this capability is immature, with the best evaluated model reaching only approximately 67% agreement. Dependencies: VLMs must receive adequate temporal information; performance may depend on phenomenon-specific prompts and may not generalize from simulated to natural videos.
  • Interactive physics education and laboratory instruction (schools, universities, and online learning) Convert the paired-object experiments into inexpensive computer-vision laboratory activities. Students can record pendulums, rolling cylinders, collisions, springs, or inclined-plane experiments with ordinary cameras and compare measured image-space relations against Newtonian predictions. Because the score does not require camera calibration or metric scale, the activities can be performed in classrooms with limited equipment. Dependencies: controlled releases, matched apparatus, suitable lighting, and instructional guidance concerning friction, air resistance, slip, and measurement noise.
  • Research benchmarking for computer vision and robotics (academia and embodied AI) Use the released first frames, prompts, synthetic scenes, and relational scoring code to test object tracking, temporal reasoning, physical-violation detection, and video prediction. The benchmark is particularly useful for separating perceptual realism from causal or physical competence. Dependencies: access to withheld real videos or equivalent evaluation data is important for preventing overfitting; current coverage is limited to macroscopic Newtonian settings.
  • Camera-agnostic inspection of simple physical processes (manufacturing, laboratory automation, and maintenance) Adapt the invariant framework to monitor paired components or repeated operations—for example, whether two matched actuators move synchronously, whether two springs extend proportionally to applied loads, or whether paired rolling elements exhibit expected timing relationships. This can provide low-cost anomaly detection without full camera calibration. Dependencies: industrial conditions must preserve the relevant matched-object assumptions; real equipment may involve vibration, wear, nonlinear materials, and external forces not represented in the benchmark.

Long-Term Applications

  • Physics-grounded world models for robotics (robotics, autonomous vehicles, and warehouse systems) Incorporate relational-physics tests into training and validation for models that predict the consequences of actions. A robot planning to push, drop, roll, or manipulate objects could use a video world model only after it demonstrates reliable predictions of momentum, collisions, friction, rotational inertia, and oscillatory motion. Dependencies: substantial advances are required because current generators perform poorly on multi-object interactions, especially momentum. Real deployment also requires 3D reasoning, uncertainty estimation, contact modeling, and handling of non-rigid objects.
  • Physics-aware video generation for engineering and scientific visualization (engineering, architecture, energy, and simulation) Develop generators that produce visually realistic but mechanically valid simulations of mechanisms, structural motion, fluid systems, or energy devices. Principia could serve as an initial validation layer before extending to structural dynamics, fluid mechanics, thermodynamics, and soft-body deformation. Dependencies: the present benchmark does not cover fluids, soft bodies, heat, electromagnetism, or material failure; engineering use would require metric accuracy and domain-specific validation, not only unit-free relational consistency.
  • Synthetic training data for autonomous systems (robotics, transportation, and industrial AI) Generate large collections of physically consistent counterfactual videos for training perception and planning systems. For each scene, a simulator could vary mass, release height, friction, collision parameters, or object geometry while preserving the underlying physical law. Anti-physics examples could be used as hard negatives for anomaly detection. Dependencies: simulator fidelity, domain randomization, and transfer from rendered scenes to real environments; anti-physics examples must avoid introducing superficial visual artifacts that make classification unrealistically easy.
  • Physics-based safety certification for generative models (policy, standards, and AI governance) Regulators or industry consortia could establish minimum physical-consistency thresholds for models marketed as world simulators or used to generate safety-critical training data. Certification could require reporting per-phenomenon results rather than a single aggregate number, since the paper finds distinct failure profiles across models. Dependencies: agreement on task definitions, statistically robust thresholds, protection against benchmark contamination, and expansion to application-specific hazards such as vehicle dynamics, biomechanics, and structural collapse.
  • Video evidence analysis and forensic reconstruction (legal, insurance, and public safety) A mature version of the method could assess whether events depicted in footage are compatible with basic mechanics—for example, fall timing, collision outcomes, projectile range, or rebound behavior. It could assist investigators by identifying physically inconsistent edits or prioritizing footage for expert review. Dependencies: this must remain an advisory tool rather than definitive evidence. Occlusion, unknown forces, camera motion, non-ideal materials, editing, and incomplete scene information can all invalidate the assumed relational constraints.
  • Assistive everyday physics analysis (consumer applications and smart devices) Smartphone applications could use camera video to explain or verify ordinary physical behavior: whether two objects should fall together, whether a rolling object is slipping, whether a swing period matches its length, or whether a spring is loaded proportionally. Such tools could support household troubleshooting, DIY projects, and science learning. Dependencies: robust mobile tracking, user-friendly experiment setup, handling of uncontrolled conditions, and clear communication that benchmark-style checks cannot replace professional engineering advice.
  • Physics-aware game engines and virtual environments (gaming, virtual reality, and digital twins) Combine generative visual models with relational constraints so that generated characters, objects, and environments preserve plausible collisions, gravity, rolling, and oscillation. In digital twins, relational scores could monitor whether learned visual simulators remain consistent with the underlying physical system during long-horizon prediction. Dependencies: real-time computational efficiency, integration with explicit physics engines, and extension from simple paired objects to complex scenes with articulated bodies, deformable materials, and fluid interactions.
  • New architectures with explicit relational representations (academic machine-learning research) The findings motivate architectures that represent object pairs, invariant quantities, and interactions explicitly rather than relying solely on appearance-based video prediction. Possible tools include object-centric latent states, graph neural networks, differentiable physics modules, and hybrid neural-simulation systems. Dependencies: research must establish whether such biases improve generalization rather than merely benchmark performance. The paper’s result that larger models do not consistently improve physics suggests that scaling alone is unlikely to solve the problem.
  • A broader scientific benchmark ecosystem (academia and open evaluation) Principia could become a template for calibration-independent testing in additional domains, including fluid flow, soft-body deformation, thermodynamics, biomechanics, and energy transfer. Paired-object or multi-object invariants may provide robust evaluation where absolute scale, camera calibration, or full physical parameters are unavailable. Dependencies: each new domain requires carefully controlled real-world data, validated assumptions, reliable segmentation, and invariant definitions that distinguish true law violations from experimental asymmetry.

Glossary

  • A100-hours: A unit measuring the computational time consumed by an NVIDIA A100 GPU. “Total inference compute exceeds 2{,}600 A100-hours”
  • Analytic expectations: Predictions derived mathematically from an explicit model or physical law. “facilitate comparison against analytic expectations”
  • Autoregressive model: A generative model that produces a sequence by predicting each element from previously generated elements. “Recent video diffusion and autoregressive models”
  • Calibration-independent: Not requiring camera parameters or measurements that convert image coordinates into real-world units. “We also introduce a calibration-independent consistency score”
  • Camera intrinsics: Internal camera parameters, such as focal length and optical-center location, that determine image formation. “without any dependence on metric scale, velocity, or camera intrinsics”
  • Counterfactual scenario: A simulated situation representing what would happen under altered or physically incorrect conditions. “both controlled and counterfactual”
  • Diffusion model: A generative model that creates data by iteratively removing noise from a random signal. “Recent video diffusion and autoregressive models”
  • Elastic restoring force: A force that tends to return a deformed object to its equilibrium configuration. “mass-spring dynamics investigate oscillatory dynamics under gravity and elastic restoring forces”
  • Equivalence principle: The principle that objects under the same gravitational conditions have the same acceleration regardless of their mass. “to isolate Galileo's principle”
  • Fidelity: The degree to which generated content accurately preserves the relevant properties of its reference or intended phenomenon. “visual quality and physical fidelity are nearly orthogonal”
  • Frame rate: The number of video frames recorded or displayed per unit of time. “all of which are often ambiguous or unavailable in generated video”
  • Galileo’s principle: The gravitational invariant that objects in free fall have the same acceleration, independent of their mass. “the mass-independence invariant of gravitational acceleration”
  • Hallucinated object: An object incorrectly invented or introduced by a generative model. “Generators sometimes produce videos with hallucinated objects”
  • Image-space measurement: A measurement made directly in pixel coordinates rather than in calibrated physical units. “Such invariants can be computed from image-space measurements”
  • Inpainting: The process of filling in or modifying selected image regions using a generative model. “with the experimenter, suspension strings, and visible release mechanisms inpainted out”
  • Invariant: A quantity or relationship that remains unchanged when specified conditions vary. “This equality is an invariant of the underlying physical law”
  • Isaac Sim: A physics-based simulation platform used to generate rendered physical scenarios. “We additionally build a synthetic testbed in Isaac Sim”
  • Law-based evaluation: Assessment of model outputs by comparing them with explicit scientific laws. “law-based evaluation often requires recovering or assuming metric quantities”
  • Metric scale: A real-world distance scale that maps image measurements to physical lengths. “without any dependence on metric scale, velocity, or camera intrinsics”
  • Moment of inertia: A measure of an object’s resistance to changes in rotational motion, dependent on its mass distribution. “the interaction between translational and rotational motion under no-slip rolling conditions”
  • Newtonian mechanics: The classical framework describing motion using Newton’s laws and related physical principles. “Principia tests macroscopic Newtonian mechanics”
  • No-slip condition: A rolling constraint in which the contact point has no relative sliding against the surface. “under no-slip rolling conditions”
  • Oscillatory dynamics: The study of repeated motion around an equilibrium position. “Pendulum and mass-spring dynamics investigate oscillatory dynamics”
  • Pendulum period: The time required for a pendulum to complete one full oscillation. “The period T=2πl/gT = 2\pi\sqrt{l/g} is independent of bob mass”
  • Physical plausibility: The degree to which motion appears consistent with everyday physical expectations, without necessarily satisfying an exact law. “plausibility is subjective”
  • Physical violation: A departure from a relationship required by a physical law. “The physics simulator allows us to render both physically correct videos and corresponding anti-physics videos”
  • Projectile motion: The motion of an object launched through the air under the influence of gravity. “Projectile Motion.”
  • Relational consistency: Agreement between the motions or measurements of paired objects as required by a shared physical law. “An invariant score of relational consistency”
  • Restitution: The behavior describing how much kinetic energy is retained when objects collide and rebound. “Restitution measured from motion during and after collisions”
  • Rotational inertia: Resistance to angular acceleration caused by an object’s mass distribution. “A solid and a hollow cylinder of matched mass and radius roll down opposite faces of a no-slip ramp”
  • Stroboscopic composite: A single image combining successive positions from a video to visualize motion over time. “shown at three timesteps and as a stroboscopic composite”
  • Synthetic testbed: An artificially generated experimental environment used for controlled evaluation. “We additionally build a synthetic testbed in Isaac Sim”
  • Trajectory matching: Evaluation that compares a generated motion path with a recorded reference path. “trajectory matching penalizes deviation from a single reference”
  • Translational dynamics: The study of motion involving changes in an object’s position without necessarily involving rotation. “Principia covers four types of Newtonian dynamics: translational, rotational, collisional, and oscillatory dynamics”
  • Unit-free: Expressed through ratios or normalized quantities so that physical units and scale cancel out. “The normalization makes SϕS_\phi unit-free and bounded in [0,1][0, 1]
  • Vision-LLM: A model that jointly processes visual inputs and natural-language instructions or questions. “Vision-LLMs are evaluated on their ability to detect relational physics violations”
  • World model: A model intended to represent how an environment behaves and to predict the consequences of actions within it. “given their potential use as world models for predicting the consequences of actions”

Open Problems

We found no open problems mentioned in this paper.

Tweets

Sign up for free to view the 8 tweets with 101 likes about this paper.