Skip to content
AI News HubLIVE
Original source2 min read

VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement

Summary

VeriPhy is an auditable physical-verification system for video-generation world models. It compiles prompts into typed physical obligations, uses frozen low-level expert tools to gather provenance-backed evidence, and returns three-valued verdicts—plausible, implausible, or abstain. On a 1,500-clip annotated corpus it identifies substantially more localized generation flaws than a question-decomposition evaluator, while retaining per-decision evidence records designed to be written back into generation as critiques.

SourcearXiv Computer VisionAuthor: Wenzhuo Xu, Yuchen Zhu, Chongjian Ge, Xuan Shen, Jing Shi, Jason Kuen, Yongxin Chen, Molei Tao, Christopher McComb, Noelia Grande Guti\'errez, Jiuxiang Gu
VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement
Report an error

The correction channel is not available yet. You can copy the article reference below for later.

Correction instructions
Read article

[Submitted on 2 Sep 2026]

Title:VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement

View a PDF of the paper titled VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement, by Wenzhuo Xu and 10 other authors

View PDF HTML (experimental)

Abstract:Visual fluency in generated video does not imply physical reliability, and a scalar quality score alone is incapable of indicating the obligation a clip violates or the moment it fails. We present VeriPhy, an auditable physical-verification system in which a text-only planner compiles the prompt into typed physical obligations and a statically validated execution plan before any frame is observed. During execution, observations gate and scope only declared calls to frozen low-level experts (e.g., segmentation and tracking, counting, eleven typed physical measurements over the resulting tracks, depth, OCR, and audio-event detection). Each action returns a provenance-carrying evidence record whose payload, when usable, is either a typed measurement or an explicitly tagged learned state. Typed resolvers and fixed composition map usable records to a three-valued state (supported, contradicted, or unknown, surfaced as plausible, implausible, or abstain) with full provenance, so that every verdict is traceable to the evidence that produced it. We anchor evaluation in a 1,500-clip corpus of human-annotated flaw records that localize real generation failures in prompt reference, space, and time. On a 149-clip core carrying 304 such records, VeriPhy accounts for 228, against 164 for a published question-decomposition evaluator given the same clips and the same claims. Recall alone does not separate it from prompting the same backbone monolithically, which reaches 222; what separates them is that each decision retains its evidence record and provenance, making the traces auditable one verdict at a time and usable as the interface through which a critic verdict could be written back into generation.

Subjects:

Computer Vision and Pattern Recognition (cs.CV)

Cite as: arXiv:2609.03153 [cs.CV]

(or arXiv:2609.03153v1 [cs.CV] for this version)

https://doi.org/10.48550/arXiv.2609.03153

arXiv-issued DOI via DataCite (pending registration)

Submission history

From: Wenzhuo Xu [view email] [v1] Wed, 2 Sep 2026 20:36:45 UTC (22,079 KB)

Full-text links:

Access Paper:

View a PDF of the paper titled VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement, by Wenzhuo Xu and 10 other authors

View PDF

HTML (experimental)

TeX Source

view license

Current browse context:

cs.CV

new | recent | 2026-09

Change to browse by:

cs

References & Citations

NASA ADS

Google Scholar

Semantic Scholar

Loading...

Data provided by:

Bibliographic Tools

Bibliographic and Citation Tools

Bibliographic Explorer Toggle

Bibliographic Explorer (What is the Explorer?)

Connected Papers Toggle

Connected Papers (What is Connected Papers?)

Litmaps Toggle

Litmaps (What is Litmaps?)

scite.ai Toggle

scite Smart Citations (What are Smart Citations?)

Code, Data, Media

Code, Data and Media Associated with this Article

alphaXiv Toggle

alphaXiv (What is alphaXiv?)

Links to Code Toggle

CatalyzeX Code Finder for Papers (What is CatalyzeX?)

DagsHub Toggle

DagsHub (What is DagsHub?)

GotitPub Toggle

Gotit.pub (What is GotitPub?)

Huggingface Toggle

Hugging Face (What is Huggingface?)

ScienceCast Toggle

ScienceCast (What is ScienceCast?)

Demos

Demos

Replicate Toggle

Replicate (What is Replicate?)

Spaces Toggle

Hugging Face Spaces (What is Spaces?)

Spaces Toggle

TXYZ.AI (What is TXYZ.AI?)

Related Papers

Recommenders and Search Tools

Link to Influence Flower

Influence Flower (What are Influence Flowers?)

Core recommender toggle

CORE Recommender (What is CORE?)

Author

Venue

Institution

Topic

About arXivLabs

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.

Which authors of this paper are endorsers? | Disable MathJax (What is MathJax?)

Key points and analysis

Article intelligence

EngineersIntermediate

Key points

  • Before observing any frame, VeriPhy's text-only planner compiles a prompt into typed physical obligations and a statically validated execution plan.
  • Execution gates declared calls to frozen low-level experts including segmentation and tracking, counting, 11 typed physical measurements, depth, OCR, and audio-event detection.
  • Every action returns a provenance-carrying evidence record that resolvers map to supported, contradicted, or unknown—surfaced as plausible, implausible, or abstain.
  • On a 149-clip core set with 304 human-annotated flaw records, VeriPhy accounts for 228 versus 164 for a published question-decomposition evaluator; its key advantage is auditable per-decision provenance, not recall alone.

Highlights and analysis are generated automatically and may contain errors. Check the original source.