SC3-Eval: Evaluating Robot Foundation Models via Self-Consistent Video Generation
TLDR
SC3-Eval adapts a video foundation model into a policy evaluator using three consistency forms to simulate robot rollouts without real-world costs.
Reasoning
The paper introduces a novel self-consistent video generation method for evaluating robot policies, addressing key challenges like compounding errors and multi-view consistency. Its strengths lie in the three complementary consistency mechanisms, but the abstract lacks quantitative results or comparisons to baselines, limiting assessment of empirical effectiveness.
Read-first score
Read-first score 59.5, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 48.
Field roles
Rank sensitivity
Stability: volatile; rank range: 425.
Keyword Scores
Deep Analysis
Innovations
- Forward-inverse dynamics consistency that jointly trains the model to predict frames from actions and recover actions from frames, anchoring rollouts to a physically plausible action manifold.
- Cross-view consistency that trains the model to inpaint each camera view from the other, maintaining multi-camera coherence over long rollouts without explicit memory.
- Test-time consistency that reuses the inverse dynamics mode as an uncertainty signal to terminate rollouts when generated frames drift from requested actions.
Methodology
SC3-Eval adapts a pre-trained video foundation model into a policy evaluator by enforcing three forms of consistency. Forward-inverse dynamics consistency jointly trains the model to predict frames from actions and recover actions from frames. Cross-view consistency trains the model to inpaint each camera view from the other. Test-time consistency uses the inverse dynamics mode at inference as a per-action-chunk uncertainty signal to terminate drifting rollouts.
Key Results
Across seven real-world vision-language-action policies, SC3-Eval achieves a closed-loop Pearson correlation of 0.929 and MMRV of 0.119, outperforming three strong prior video-model-based baselines, and generalizes to new tasks while reproducing failure modes seen in real-world rollouts.