Turning Video Models into Generalist Robot Policies
TLDR
Decoupling video generative models as planners from embodiment-specific inverse dynamics models enables generalist robot policies with strong real-world performance.
Reasoning
The paper presents a novel decoupled approach (VERA) that separates video planning from action prediction, demonstrating strong empirical results across simulated and real-world benchmarks. Its strengths include data efficiency, embodiment-agnostic video models, and zero-shot transfer; however, the abstract does not discuss limitations or comparisons to end-to-end methods.
Read-first score
Read-first score 55.7, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 40.
Field roles
Rank sensitivity
Stability: volatile; rank range: 256.
Keyword Scores
Deep Analysis
Innovations
- Decoupling video planning from action prediction by using an inverse dynamics model (IDM) instead of finetuning the video model with action labels
- IDM design based on the robot embodiment Jacobian for data efficiency and scalability to high-dimensional action spaces
- VERA system enabling zero-shot cross-embodiment robot control using a single action-free video world model paired with embodiment-specific IDMs
Methodology
The paper proposes VERA, a closed-loop video-to-action policy that combines an action-free video world model (pretrained video generative model) with a carefully-designed inverse dynamics model (IDM) based on the robot embodiment Jacobian. The IDM is trained separately using readily available self-play data, while the video planner remains unchanged and embodiment-agnostic. Evaluation is performed on simulated and real-world benchmarks including zero-shot Panda arm manipulation and 16-DoF Allegro-hand dexterous cube re-orientation.
Key Results
VERA achieves strong performance across simulated and real-world benchmarks, including zero-shot Panda arm manipulation and 16-DoF Allegro-hand dexterous cube re-orientation. The same video planner can be used across multiple embodiments by pairing it with different embodiment-specific IDMs.
Limitations
- Requires training an embodiment-specific IDM for each new robot, limiting full generality
- Performance depends on the quality and accuracy of the action-free video world model for generating future observations
- The IDM design based on the robot embodiment Jacobian may not generalize to all robot morphologies or action spaces