$μ_0$: A Scalable 3D Interaction-Trace World Model
TLDR
μ0 predicts 3D interaction traces from video, enabling scalable robot learning without action labels.
Reasoning
The paper introduces a novel world model that predicts 3D trajectories for interaction points, offering a compact and embodiment-agnostic alternative to pixel or action models. Strengths include scalability from diverse video sources and competitive downstream policy performance, but weaknesses include reliance on keypoint extraction and lack of explicit real-world validation in the abstract.
Read-first score
Read-first score 61.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 46.
Field roles
Rank sensitivity
Stability: volatile; rank range: 430.
Keyword Scores
Deep Analysis
Innovations
- 3D interaction-trace world model that predicts smooth 3D trajectories for salient interaction points instead of dense pixels or embodiment-specific actions
- TraceExtract system for automatic extraction of 3D supervision from diverse video sources via keypoint selection, globally aligned traces, and hierarchical language captions
- Modular trace expert using B-spline control points to represent and predict future traces
- Embodiment-agnostic motion interface enabling cross-embodiment transfer without action labels
- Action-free pretraining that achieves competitive performance with action-supervised VLA models like π_0
Methodology
μ_0 combines a pretrained vision-language backbone with a modular trace expert that represents each query via B-spline control points and predicts future 3D traces. Training data is generated by the TraceExtract system, which automatically selects keypoints, constructs globally aligned traces, and associates motion segments with hierarchical language captions from diverse video sources. Evaluation includes 2D and 3D trace prediction against baselines and downstream trace-conditioned policy performance on robot embodiments.
Key Results
μ_0 outperforms baselines in both 2D and 3D trace prediction, including trace prediction models and tokenized VLM methods. Trace-conditioned policies, despite action-free pretraining, achieve performance competitive with VLA models pretrained with action supervision, such as π_0.