Physics Question Scene Graph: Fine-grained Evaluation of Physical Plausibility in Text-to-Video Generation
Abstract Overview
This paper introduces Physics Question Scene Graph (PQSG), a hierarchical evaluation framework for assessing whether text-to-video outputs are faithful to prompts at the levels of objects, actions, and physical plausibility. PQSG represents evaluation as a directed acyclic graph of atomic verification questions with explicit dependencies, so physics questions are asked only when prerequisite object and action conditions are satisfied. To validate the framework, the authors build FinePhyEval, a human-annotated benchmark of physics-focused prompts and generated videos from recent video generation models. Experiments show that PQSG provides both aggregate scoring and fine-grained failure localization, with stronger correlation to human judgments than several prior evaluation baselines.
Novelty
The paper's main novelty is a graph-structured, question-based evaluation pipeline that explicitly models logical dependencies between object, action, and physics checks for generated videos. It also contributes FinePhyEval, a benchmark with human annotations for both overall video quality categories and the underlying question-generation and question-answering subtasks.
Results
On FinePhyEval, PQSG achieves higher correlation with human overall judgments than the compared baselines, reaching Pearson correlations up to 0.478 with GPT-5.5-based QA and 0.80 when human QA is used. The framework ranks Sora 2 and Veo 3 above Wan 2.1 and Cosmos 2.5 on physical realism, and shows that current VLMs are strong at question generation but notably weaker at answering physics-focused questions, with the best reported physics QA accuracy at 64.6%.
Key Points
- PQSG decomposes video evaluation into object, action, and physics questions linked by dependency constraints, which helps localize failure modes and avoid invalid downstream judgments.
- FinePhyEval provides 195 human-rated videos for Likert-scale evaluation and additional fine-grained annotations for question generation and question answering analysis.
- The experiments indicate that object depiction is easier for current generators and evaluators than action and physics, and that the dependency graph and fine-grained questioning both improve alignment with human ratings.
References
- arXiv: https://arxiv.org/abs/2606.25306v1
- Fugu-MT: https://fugumt.com/fugumt/paper_check/2606.25306v1
- Hugging Face Papers: https://huggingface.co/papers/2606.25306
- GitHub: https://github.com/atinpothiraj/pqsg