AIAny
Icon for item

PAWBench: How Far Are We from Probabilistically Aligned World Modeling?

Measures whether video generators reproduce the correct distribution of possible physical behaviors under repeated rollouts. Introduces PAWBench and PAWEval to convert repeated generations into outcome-level empirical distributions and quantify probabilistic alignment; evaluates 50 scenarios and 11 models and finds no model consistently matches reference probabilities.

Introduction

Most video-generation evaluations focus on single-rollout plausibility (does this video look realistic?) rather than whether repeated samplings recover the true distribution of possible outcomes from the same initial observation and action. This paper makes that gap explicit by formalizing probabilistic alignment — a distributional criterion for world models — and providing an evaluation protocol that turns repeated video rollouts into empirical outcome distributions you can test against analytic references.

Key Findings
  • Formalization and tools: PAWBench frames probabilistic alignment as a measurable distributional property and introduces PAWEval, an outcome-level protocol that maps repeated rollouts to empirical distributions over discrete physical outcomes.
  • Large-scale evaluation: Across 50 curated scenarios and 11 contemporary video-generation systems, no model consistently matches the reference probabilities while also recovering the full range of valid behaviors.
  • Typical failure modes: Models tend to concentrate probability mass on a few outcomes instead of reproducing the reference distribution; many generations are unscoreable when outcomes are ambiguous, reducing effective sample size for distribution tests.
  • Intervention tests: The paper studies whether prompts, initial-noise variation, or additional training can reshape predictive distributions, showing limited success and indicating that distributional misalignment is a deep, model-level issue.
Who it's for and trade-offs

Great fit if you care about using video generators as stochastic world models for downstream planning, control, or uncertainty-aware simulation: PAWBench gives a concrete protocol and metrics to test whether repeated samples reflect true environmental uncertainty. Look elsewhere if your priority is single-rollout photorealism or open-ended, unconstrained video creativity; PAWBench emphasizes curated scenarios with known reference distributions and requires many rollouts per condition, so it trades breadth for precise, interpretable calibration tests. The benchmark highlights a clear research gap: improving distributional fidelity, not just per-sample realism.

Information

  • Websitearxiv.org
  • OrganizationsShanghai Jiao Tong University, Shanghai AI Laboratory, Krea AI, Huggingface, Shanghai Innovation Institute, Tongyi Lab, The University of Hong Kong
  • AuthorsYuandong Pu, Le Zhuo, Sayak Paul, Gabriel Jorge Menezes, Avram Đorđević, Shiyang Li, Yifan Zhou, Bin Fu, Wenlong Zhang, Junjun He
  • Published date2026/08/27

More Items

Provides a real-scale 3D Hong Kong sandbox to evaluate whether multimodal LLM agents can turn local street-view perception into sustained spatial action, supporting closed-loop first-person interaction, an interactive map, and controlled tests of grounding, long-range navigation, and robustness.

Evaluates visual reasoning in video generation models using 27 photorealistic tasks (810 instances), a two-level taxonomy of domains and skill tags, and task designs that enforce valid intermediate trajectories and calibrated difficulty.

Converts image-level rewards into explicit intermediate targets for diffusion-model denoising via an on-policy self-distillation loop. Constructs bounded positive/negative targets around anchors from reward gradients, fits those targets with finite updates, and refreshes a behavior policy by EMA—improving aligned performance across backbones while reducing GPU hours.