Robot-Factored World Models via Robot Rendering
TLDR
Proposes robot-factored world models that render robot geometry via URDF and use nominal trajectories to avoid action-realization learning and future-state leakage.
Reasoning
The paper introduces a novel factorization of robot-specific factors from video world models, with a clear methodological contribution. However, the abstract does not mention real-world experiments or benchmarks, so empirical validation is not evident from the visible text.
Read-first score
Read-first score 41.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 43.
Field roles
Rank sensitivity
Stability: volatile; rank range: 289.
Keyword Scores
Deep Analysis
Innovations
- Robot-factored world models that move action realization and robot rendering outside the model: actions are converted into nominal trajectories via the robot's own controller and kinematics, then rendered using the URDF, avoiding both action-realization learning and future-state leakage.
- Rendered robot geometry as a visual interface, factoring out the robot's geometry, kinematics, and appearance from the world model, and creating a shared representation that stays consistent across viewpoints and robot embodiments.
- Depth disambiguation by pairing end-effector depth with scene depth, providing geometric cues for contact and occlusion beyond image-plane overlap.
- Cross-embodiment transfer from human demonstrations: robot manipulation videos can be generated by retargeting and rendering human hand motion as robot geometry, demonstrating generalization to unseen embodiments.
Methodology
The world model receives a static RGB/depth scene context and rendered robot geometry images derived from actions. Actions are realized into nominal trajectories through the robot's controller and kinematics, then rendered via the URDF into visual robot geometry, removing the need to learn the robot's appearance or kinematics. End-effector depth is paired with scene depth to resolve depth ambiguity. The model is trained to predict future video frames, and its performance is compared against vector-conditioned baselines and tested on unseen robot embodiments.
Key Results
The rendered interface outperforms vector-conditioned baselines and generalizes to unseen robot embodiments at inference. The model also generates robot manipulation videos from human demonstrations by retargeting and rendering hand motion as robot geometry.