PointZero: 3D Point Track Completion for Learning Transferable 3D Dynamics
World models let perceptual systems predict how a scene will evolve under interaction, and they benefit most from large and diverse training volumes. Existing methods typically need robot action labels to learn action-conditioned 3D dynamics, which excludes web video from the training pool. This paper studies 3D point track completion as a pretraining objective that learns transferable 3D dynamics without any robot data: given a single RGB-D observation and sparse partial 3D trajectories, the model must predict the future 3D tracks of all observed points. The authors contribute a 2.9-million-frame synthetic dataset spanning deformable, articulated and rigid objects, and train PointZero, an expressive transformer, on it. Post-trained for action-conditioned 3D dynamics, PointZero beats baselines on the recent PGND benchmark; post-trained to predict robot actions and 3D tracks, it outperforms or matches baselines on 6 of 7 simulated and real-world manipulation tasks. Training from scratch isolates architecture gains from those of the objective and dataset, and the dataset, checkpoints and full training recipe are released.
Paper · arXiv:2609.19142A world model earns its keep by letting a robot anticipate how a scene will change in response to its own motion. To be genuinely useful, such a model has to have seen enough variety for that prior to be thick. The obstacle is the training objective: learning action-conditioned 3D dynamics normally requires robot action labels, and action-labeled data is exactly what is hardest to obtain. The largest and most diverse corpus available, web video, is therefore shut out of the training pool.
Core Innovation
PointZero changes the objective to one that needs no action labels: 3D point track completion.
The task is stated cleanly. Given a single RGB-D observation and a set of sparse partial 3D tracks, the model must predict the future 3D trajectories of all observed points. No action is supplied. But predicting where points will go forces the model to internalize how objects move, interact and deform in three dimensions — a 3D dynamics prior.
Three pieces support that objective:
- A dataset. 2.9 million synthetic frames spanning deformable, articulated and rigid objects. The coverage is deliberate: a prior trained only on rigid bodies would not survive contact-rich manipulation of soft or jointed objects.
- A model. PointZero, a flexible and expressive transformer that outperforms prior methods on the same data.
- Transfer. The pretrained model is post-trained for two downstream tasks: (1) action-conditioned 3D dynamics prediction and (2) imitation learning.
Worth highlighting is the ablation design: the authors also train PointZero from scratch, which separates what the architecture contributes from what the pretraining objective and dataset contribute. That control is rarer than it should be in embodied-AI papers, and it answers the question reviewers care about most — where the gains actually come from.
Results
- Architecture vs. prior methods, same data. PointZero outperforms prior methods trained on the same data.
- 3D dynamics prediction. Fine-tuned to condition on end-effector pose, it outperforms baselines on the recent PGND 3D dynamics benchmark.
- Manipulation. Fine-tuned to predict robot actions and 3D tracks, it outperforms or matches baselines on 6 of 7 simulated and real-world manipulation tasks.
- Reproducibility. Dataset, checkpoints and the full training recipe are released.
Limitations
The corpus is purely synthetic — 2.9 million frames — while the stated motivation for a label-free objective is web video. The abstract reports nothing about how well the prior transfers from synthetic data to unlabeled real video, so the domain gap and its effect on the dynamics prior itself are unquantified. Results are reported as counts — 6 of 7 tasks outperformed or matched — with no absolute success rates and no indication of which task fell short or by how much. Training compute and data-generation cost are absent. PGND is a recent benchmark, so the field of comparison is thin. Model scale, inference cost, and how much fine-tuning data a new embodiment needs are likewise unstated.
Industry Implications
Robot data scarcity is structural. Action-labeled demonstrations are expensive and resist scaling; video is everywhere. PointZero narrows the gap between those two pools: it shows that an objective requiring no action labels whatsoever — predicting how points will move — is enough to learn a 3D dynamics prior that is useful downstream, and that the prior can be acquired from cheap synthetic data. In engineering terms the path is pretrain once, then adapt per task with limited real data, instead of accumulating demonstrations from scratch for every new task. Releasing the dataset and training recipe lowers the barrier to reuse further. If this objective can later be extended to unlabeled real video, the usable data pool stops being bounded by collection capacity — which is precisely the kind of scaling path embodied AI needs most right now.