Ego-Vision World Model for Humanoid Contact Planning
TLDR
A framework combining a learned world model with MPC for humanoid contact planning, trained on offline data and deployed on a real robot.
Reasoning
The paper presents a novel integration of a world model with sampling-based MPC for contact-rich humanoid tasks, demonstrating real-world deployment and improved sample efficiency. However, the scope is limited to contact planning and the abstract does not detail comparisons to other world model approaches or ablation studies.
Read-first score
Read-first score 56.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 32.
Field roles
Rank sensitivity
Stability: volatile; rank range: 344.
Keyword Scores
Deep Analysis
Innovations
- Combining a learned world model with sampling-based Model Predictive Control (MPC) for humanoid contact planning
- Training on a demonstration-free offline dataset to predict future outcomes in a compressed latent space
- Using a learned surrogate value function to address sparse contact rewards and sensor noise for dense, robust planning
- A single scalable model supporting multiple contact-aware tasks with improved sample efficiency and multi-task capability over on-policy RL
Methodology
The framework integrates a learned world model, trained on an offline dataset without demonstrations, to predict future states in a compressed latent space. A sampling-based Model Predictive Control (MPC) planner uses a learned surrogate value function to handle sparse contact rewards and sensor noise, enabling dense and robust planning. The system is deployed on a physical humanoid using proprioception and ego-centric depth images.
Key Results
The approach achieves improved sample efficiency and multi-task capability compared to on-policy reinforcement learning, and is successfully deployed on a physical humanoid for real-time contact planning tasks including wall support after perturbation, blocking incoming objects, and traversing height-limited arches.
Limitations
- Reliance on the quality and coverage of the offline dataset, which may not capture all possible contact scenarios
- Potential prediction errors in the learned world model that could affect planning accuracy
- Evaluation limited to three specific contact-aware tasks, leaving generalization to broader environments unverified