Full text not available for this paper

Apple-π: Benchmarking Thinking with Video Towards Law-Grounded Physical Intelligence

Summary (Overview)

  • First law-grounded benchmark for video models: Apple-π is the first benchmark that explicitly anchors video-model evaluation in physical laws, decomposing reasoning into Perception, Formulation, and Deduction stages rather than merely evaluating output-level physical plausibility.

  • Orchard dataset: A curated collection of 400 videos covering ten canonical classical mechanics tasks, organized into single-law tasks (for confounder-free diagnosis) and multi-law tasks (for probing compositional generalization), sourced from simulations, self-recorded real-world videos, and internet footage.

  • Hybrid evaluation suite: Combines MLLM-based subjective scoring with physics-law-grounded objective measures (mask IoU, spatiotemporal overlap, velocity error), enabling stage-resolved diagnosis of where models fail, not just whether they fail.

  • Key findings: The best video model (Seedance 2.0) scores only 0.473, while unified understanding-generation models (GPT Image 2: 0.704, Nano Banana 2: 0.699) substantially outperform video models, revealing a Perception→Formulation→Deduction bottleneck and weak multi-law state transfer.

  • Diagnostic insights: Video models exhibit useful physical priors from large-scale training but fail at law formulation, temporal deduction, state transfer across law transitions, and real-world generalization (Sim-to-Real gap).

Introduction and Theoretical Foundation

Background and Motivation

The paper draws an analogy between the history of physics and the evolution of video models:

"Aristotle attributed a falling apple to its natural tendency to seek the earth. Newton, gazing at the same fall, abstracted a compact law, and from it deduced the motion of the moon, the tides, and the wandering planets."

The authors argue that modern video models appear to be "reenacting this trajectory at scale" by implicitly absorbing geometry, motion, and causality from massive video corpora. However, existing benchmarks suffer from a critical limitation:

"All evaluate only what a model outputs, never how it got there. When a model succeeds, we cannot tell whether it truly invoked a physical law or merely produced something that looks right; when it fails, we cannot tell whether it misread the scene, misidentified the law, or stumbled in the deduction."

Theoretical Foundation

The benchmark is built on three conceptual pillars:

  1. Newton-style scientific reasoning as an auditable protocol: Models must perceive physical quantities, formulate governing laws, and deduce law-consistent future dynamics.

  2. Chain-of-frames reasoning: Building on recent work formalizing frame-by-frame video generation as analogous to step-by-step textual reasoning, Apple-π uses chain-of-frames prompts to elicit visible, frame-level reasoning traces.

  3. Law-first dataset design: Rather than starting from arbitrary videos and retrospectively assigning physical labels, each case begins with an explicit governing principle in classical mechanics, specified initial conditions, and law-predicted future trajectories.

Comparison with Existing Benchmarks

BenchmarkEval TargetData Source# CasesPhysics ScopeLaw-GroundedMulti-StageChain-of-FramesObjective Phys. Metric
PhysBenchVLMR+S10KMulti-domain
QuantiPhyVLMR3.3KKinematics
VideoPhy-2T2VR200Material interaction
PhyWorldBenchT2VR+S700Mechanics
PhysicsMindVLM+I2VR+S687Mechanics
Physics-IQI2VR396Multi-domain
Apple-π (Ours)I2VR+S400Mechanics

Methodology

3.1 Orchard Dataset

Data sources (400 total cases):

  • Simulated videos (243 cases): Generated with NVIDIA Isaac Sim, providing exact physical parameters and pixel-accurate trajectories
  • Self-recorded real-world videos (121 cases): Captured under controlled laboratory conditions at 30 fps
  • Internet-sourced real-world videos (36 cases): Curated from physics-education YouTube channels

Controlled object vocabulary: Four primitive solids (sphere, cube, cylinder, cone) to control object-specific semantic priors and ensure consistent annotation.

Task taxonomy (two-level):

TaskPillarRepresentative Law
Free fallUniversal gravitationv(t)=v0+gtv(t) = v_0 + gt, h(t)=h0+v0t+12gt2h(t) = h_0 + v_0t + \frac{1}{2}gt^2
Projectile motionUniversal gravitationr(t)=r0+v0t+12gt2\vec{r}(t) = \vec{r}_0 + \vec{v}_0t + \frac{1}{2}\vec{g}t^2
Inclined planeUniversal gravitationa=g(sinθμcosθ)a = g(\sin\theta - \mu\cos\theta)
Circular motionUniversal gravitationmg=mv2/rmg = mv^2/r
Perfectly elastic collisionConservation of momentume=1e = 1
Perfectly inelastic collisionConservation of momentume=0e = 0
Inelastic collisionConservation of momentum0<e<10 < e < 1
At restNewton's first lawF=0\sum\vec{F} = 0, v=0v = 0
Uniform linear motionNewton's first lawF=0\sum\vec{F} = 0, v(t)=v0v(t) = v_0
CompositionMulti-lawSequential composition of the above

3.2 Benchmark Protocol

Input format: Infographic-style annotated first frame with physical parameters overlaid next to their visual referents (e.g., mass adjacent to objects, global labels for gravitational acceleration).

Output format: Chain-of-frames video, taking one of three forms:

  1. Full generated sequence (for trajectory evaluation)
  2. Final-frame artifact with fade-to-white (for discrete answers like labels or formulas)
  3. Final-frame artifact without fade-to-white (for scene-grounded answers like object positions)

Five subtracks:

SubtrackQuestionExpected OutputMain Evaluation Target
P-T (Perception-Text)Read physical quantitiesWhite-background annotation artifactText/OCR, annotation placement, readability
P-G (Perception-Graphic)Ground physical objectsWhite-background object-only artifactObject localization and mask IoU
F-T (Formulation-Text)Select governing lawThree-line formula answer (option, formula, substitution)Option, formula, substitution
F-G (Formulation-Graphic)Predict state at tt^\starScene at target time with velocity arrows/labelsTarget-state mask IoU, arrow direction, speed label
DeductionGenerate full dynamicsFull trajectory video or timestamped keyframesLaw-consistent temporal evolution

Formulation-Text distractors designed to expose specific failure modes:

  1. A confusing real law sharing symbols with annotations
  2. An unrelated real law with no symbol overlap
  3. A fabricated formula that does not exist in physics

3.3 Evaluation Suite

MLLM-based subjective scoring: Uses Gemini 3 Flash as judge with track-specific rubrics organized into semantically coherent groups, weighted by importance per subtrack.

Physics-law-grounded objective measures:

  • Perception-Graphic & Formulation-Graphic: Segmentation IoU against ground-truth masks
  • Deduction: Pixel-level fidelity, spatiotemporal mask overlap, and 3D velocity error against law-predicted ground-truth dynamics

Empirical Validation / Results

4.1 Experimental Setup

Models evaluated (11 total):

  • Video generation models (5): Wan2.2, HunyuanVideo-1.5, VBVR-Wan2.2, Seedance 2.0, Veo 3.1
  • Unified understanding-generation models (6): BAGEL, OmniGen2, SenseNova-U1-8B-MoT(-Think), GPT Image 2, Nano Banana 2

Each model tested on 400 cases × 5 subtracks × 3 rollouts = 6,000 responses per model.

4.2 Main Results

ModelAvg.P-TP-GF-TF-GDed.Grav.Mom.N1MultiSim.Real
Video Models
Wan2.20.2670.6450.2570.0090.2750.1490.2450.2740.3440.2000.3100.224
HunyuanVideo-1.50.1770.2300.2920.0270.1800.1550.1280.2050.2720.1830.2080.146
VBVR-Wan2.20.3730.9230.5020.0010.2390.2010.3470.3750.4590.3870.3940.352
Seedance 2.00.4730.5970.4900.4780.4850.3150.4500.5100.4950.3890.4870.459
Veo 3.10.3130.4080.3570.3250.3160.1600.2880.3140.4200.2350.3560.270
Unified Models
BAGEL0.2180.2180.3830.0910.1860.2130.1920.2420.2750.1620.2460.191
OmniGen20.2140.1680.4420.0610.2130.1840.1680.2320.3130.2080.2420.185
SenseNova-U1-8B-MoT0.3620.5150.4920.1570.3390.3040.3260.3890.4540.2670.3930.330
SenseNova-U1-8B-MoT-Think0.3590.5050.4850.1540.3450.3070.3220.3900.4490.2680.3900.328
GPT Image 20.7040.9210.7190.8240.6510.4060.6950.7110.7420.6180.7400.668
Nano Banana 20.6990.9340.6670.8410.6500.4050.6840.7230.7330.5670.7430.656

Key Findings

Takeaway 1: Large-scale video training provides useful physical priors, but reliable law-grounded physical intelligence requires explicit understanding modules, richer physical-reasoning data, and reasoning-oriented post-training.

Takeaway 2: Video models show a progressive reasoning bottleneck: they can often perceive physical cues and partially formulate laws, but these intermediate successes do not reliably transfer to law-consistent dynamics over time.

Takeaway 3: Video models show limited generalization across both laws and sources: they struggle to carry physical states across law transitions in multi-law cases and to apply the same laws under real-world visual variation.

4.5 Qualitative Failure Analysis

Common failure modes include:

  • Annotation semantics failure: Model preserves text and tracks objects but fails to bind annotations to physical meaning (e.g., initial-velocity arrow assigned wrong direction)
  • Format compliance failures: Blurred annotation text, failure to isolate target objects, unreadable formulas, missing velocity arrows

4.6 Protocol Ablations

ModelAvg. ΔP-TP-GF-TF-GDed.
Text-Parameter
Veo 3.1+0.008+0.020+0.038-0.024+0.000
Nano Banana 2+0.020+0.044-0.006+0.011+0.030
Concise-Prompt
Veo 3.1-0.018+0.015-0.068+0.051-0.096+0.006
Nano Banana 2-0.037-0.016-0.085+0.051-0.089-0.045

Ablation conclusions:

  • Text-Parameter (providing quantities in structured text) is nearly neutral, confirming the benchmark is not bottlenecked by reading infographic annotations
  • Concise-Prompt hurts graphic-output tracks (P-G, F-G) but improves F-T (+0.051), showing the full prompt mainly standardizes visual answer format rather than injecting physics solutions

Theoretical and Practical Implications

Diagnostic Value

Apple-π's stage-resolved design enables three levels of diagnosis:

  1. Stage-level: Identifies the Perception→Formulation→Deduction bottleneck as the primary failure mode
  2. Pillar-level: Reveals weak multi-law state transfer (Multi scores consistently lower than single-law pillars)
  3. Source-level: Quantifies the Sim-to-Real gap, showing models struggle to apply the same laws under realistic visual conditions

Architectural Insights

The gap between video models and unified understanding-generation models suggests:

  • Explicit understanding matters: GPT Image 2 and Nano Banana 2 substantially outperform video models, particularly on Perception and Formulation
  • The advantage is not architectural alone: Open-source unified models remain much weaker, indicating the benefit also depends on stronger multimodal foundations, broader training data, and mature post-training
  • Deduction remains the universal bottleneck: Even the strongest unified models score only ~0.40 on Deduction, indicating law-consistent temporal dynamics is the central challenge

Practical Implications for Model Development

The findings suggest future video world models will require:

  1. Explicit understanding modules for binding quantities to visual referents
  2. Richer physical-reasoning data targeting law formulation and deduction
  3. Reasoning-oriented post-training (as demonstrated by VBVR-Wan2.2's improved perception skills)
  4. Mechanisms for state transfer across law transitions in compositional scenarios
  5. Robust domain generalization to close the Sim-to-Real gap

Conclusion

Apple-π establishes the first benchmark that anchors video-model evaluation explicitly in physical laws, decomposing the reasoning process into Perception, Formulation, and Deduction stages. The benchmark reveals that:

  1. Current video models acquire useful physical priors from large-scale training but remain far from reliable law-grounded simulators
  2. There exists a progressive reasoning bottleneck: perception is easiest, formulation is harder, and deduction is hardest
  3. Explicit understanding-generation models outperform video models, suggesting that understanding-centric design improves law-grounded physical intelligence
  4. Multi-law composition and real-world generalization remain significant challenges

Future directions implied by this work include:

  • Developing video models with explicit physical understanding modules
  • Creating richer physical-reasoning training data targeting law formulation and temporal deduction
  • Investigating reasoning-oriented post-training strategies
  • Exploring mechanisms for robust state transfer across law transitions and visual domains

The authors position Apple-π as "a diagnostic foundation for guiding future video models toward world models with law-grounded physical intelligence," emphasizing that the path forward requires not only better temporal generation but also explicit physical reasoning capabilities.

Related papers