论文概要
研究领域: CV 作者: Bardienus P. Duisterhof, Kaifeng Zhang, Adam Hung, Bowen Wen, Stan Birchfield, Yunzhu Li, Deva Ramanan, Jeffrey Ichnowski 发布时间: 2026-09-16 arXiv: 2609.19142
Introduction
World models enable perceptual systems to predict how scenes evolve under interaction. Their value grows with the diversity and scale of training data, which instills rich priors for downstream applications. However, most existing approaches require robot action labels to learn action-conditioned 3D dynamics — a requirement that excludes the vast pool of web videos from training.
Key idea
- 3D point track completion as pre-training: given a single RGB-D observation and sparse partial 3D trajectories (tracks), predict the future 3D tracks of *all* observed points.
- This objective produces a rich 3D dynamics prior without any robot action labels, unlocking web video as a potential training source.
- A diverse synthetic dataset of 2.9 million frames spanning deformable, articulated, and rigid objects.
- PointZero, a flexible and expressive transformer trained on this dataset, outperforming prior methods on the same data.
- Paper: arXiv 2609.19142
- Dataset, checkpoints, and full training recipes are released.
Contributions
Downstream applications
1. Action-conditioned 3D dynamics prediction: fine-tuned to condition on end-effector poses, PointZero beats baselines on the recent PGND 3D dynamics benchmark. 2. Imitation learning: fine-tuned to jointly predict robot actions and 3D tracks, it outperforms or matches baselines on 6 of 7 simulated and real-world robot manipulation tasks.
Ablations
Training PointZero from scratch helps disentangle the contributions of the proposed architecture versus the pre-training objective and dataset.