Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

PointWorld: Scaling 3D World Models for In-The-Wild Robotic Manipulation

arXiv 26.1 2026 64.3 method, application

TLDR

PointWorld is a large pre-trained 3D world model that forecasts 3D point flows from RGB-D images and actions, enabling real-time MPC for robotic manipulation across embodiments.

Reasoning

Strengths include a large-scale dataset (2M trajectories), real-time inference, cross-embodiment learning, and real-world validation. Weaknesses: the abstract is cut off, and reliance on RGB-D and point flows may limit generalization to other modalities.

Read-first score

Read-first score 64.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 52.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Topical relevance 42%
74.3

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Methodology quality 25%
50

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=dataset

Reproducibility 25%
50

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=checkpoint,dataset,github

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 292.

Keyword Scores

world model
10
world dynamics prediction
10
generative world model
9
interactive world model
9
world simulator
8
model-based reinforcement learning world model
4
video world model
2

Deep Analysis

Innovations

  • Unifying state and action in a shared 3D space as 3D point flows, enabling embodiment-agnostic action representation
  • Scaling 3D world models to large-scale pre-training with ~2M trajectories across multiple embodiments (Franka, bimanual humanoid)
  • Real-time inference (0.1s) enabling integration with model-predictive control for in-the-wild manipulation
  • Single pre-trained checkpoint generalizes to rigid-body pushing, deformable/articulated object manipulation, and tool use without fine-tuning or demonstrations

Methodology

PointWorld is a large pre-trained 3D world model that takes one or few RGB-D images and a sequence of low-level robot action commands, then forecasts per-pixel 3D displacements (point flows) conditioned on the actions. It is trained on a curated dataset of ~2M trajectories (500 hours) spanning real and simulated environments with a Franka arm and a bimanual humanoid, using empirical studies of backbones, action representations, learning objectives, and data mixtures. The model is deployed in a model-predictive control (MPC) framework for real-time manipulation.

Key Results

PointWorld achieves real-time inference (0.1s) and enables a single pre-trained checkpoint to perform rigid-body pushing, deformable and articulated object manipulation, and tool use on a real-world Franka robot from a single in-the-wild image, without any demonstrations or post-training.

Tags