Plan-and-Verify Video Reward Reasoning with Spatio-Temporal Scene Graph Grounding
About
Reward models for text-to-video (T2V) generation guide post-training but often fail at fine-grained semantic alignment. We trace this to two structural weaknesses in existing reasoning-based reward models: they do not systematically verify every condition described in the prompt, and the visual evidence supporting each judgment remains implicit in their free-form reasoning. We propose SG-PVR, a video reward model that addresses these limitations through plan-and-verify reasoning grounded in spatio-temporal scene graphs. The verification plan decomposes the prompt into atomic claims, ensuring every requirement is checked. The spatio-temporal scene graph, encoding entities, attributes, and temporally-grounded relations, is extracted from the video and maintained as a persistent structured visual reference throughout reasoning. Each claim is verified against both the video and the scene graph, anchoring judgments in explicit visual evidence. SG-PVR achieves strong performance on semantic alignment, including fine-grained temporal semantics. As a test-time reranker, it further enhances compositional alignment in T2V generation.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Temporal Semantic Understanding | Temporal Semantics Vinoground and TimeBlind (test) | Task 1 Accuracy51.3 | 12 | |
| Reward Modeling | VideoScore-Bench v2 | Accuracy (Alignment)39.8 | 8 | |
| Reward Modeling | LGVQ | SRCC (Alignment)48 | 8 | |
| Reward Modeling | MJBench | Accuracy68.2 | 6 | |
| Text-to-Video Reranking | T2V-CompBench | C-Attr Score81.7 | 4 |