Spatial AI

Spatial AI is the term — popularized by Andrew Davison’s FutureMapping papers — for the convergence of SLAM-style geometric understanding with semantic scene understanding and learned world representations. The vision: a robot or device should not merely estimate a trajectory and a point cloud, but maintain a persistent, general-purpose representation of the space around it — geometry, objects, semantics, and dynamics together — that any downstream task (navigation, manipulation, AR, human interaction) can query.

Reframing SLAM’s goal

Classical SLAM answers “where am I, and where are the surfaces?” Spatial AI asks the questions that come next:

Converging from three directions

You can see the field converging on this vision from several directions, each of which occupies part of this roadmap:

The convergence stack

A useful way to hold it together is as a stack:

PerceiveSLAMMap + PoseVLM / scene graphsScene understandingVLA / planningAction\text{Perceive} \xrightarrow{\text{SLAM}} \text{Map + Pose} \xrightarrow{\text{VLM / scene graphs}} \text{Scene understanding} \xrightarrow{\text{VLA / planning}} \text{Action}

Spatial AI is the claim that these layers should be co-designed around a shared spatial representation, rather than bolted together. Two design patterns compete:

The right answer likely depends on the task: precise manipulation and long-horizon navigation in known spaces favor explicit SLAM; open-world instruction following may favor end-to-end approaches. Most current VLAs have no metric memory at all — which is precisely where SLAM still earns its keep.

Open problems at the SLAM–foundation-model interface

These currently define much of the research frontier:

  1. Language-queried SLAM maps — incorporating CLIP/SigLIP features into real-time SLAM (ConceptFusion, OpenFusion, LERF) for semantic scene queries.
  2. SLAM-grounded VLAs — using SLAM-maintained metric maps as structured memory for VLAs, enabling long-horizon navigation with metric precision.
  3. Generative map completion — using generative priors to hallucinate plausible geometry in unobserved map regions.
  4. World-model loop closure — using learned video prediction to detect when predicted and observed scenes diverge, a learned alternative to geometric loop closure.
  5. Foundation-model map priors — using 3D world-generation models as SLAM initialization for novel environments.

Why it matters for SLAM

Spatial AI is the “why” behind most of the modern roadmap: it explains the field’s movement from sparse point maps toward dense, semantic, hierarchical, and learned representations. For anyone planning a research or engineering career in SLAM, it is the framing that connects the geometry levels of this roadmap to the foundation-model level — the boundary between SLAM and broader AI is dissolving, and the most valuable practitioners will be fluent in both the geometric foundations and the learned representations.