SuperMap: A Spatio-Temporal SLAM System
for Visual-Language Navigation

Shibo Zhao*· Guofei Chen*· Honghao Zhu· Zhiheng Li· Changwei Yao
Nader Zantout· Seungchan Kim· Wenshan Wang· Ji Zhang· Sebastian Scherer
Carnegie Mellon University — AirLab
* Equal contribution; author order decided by coin flip.

The goal of SuperMap could be as a living spatial memory that not only perceives the world, but also remembers its evolution and supports reasoning and action for embodied AI.

1 · Perception

Perception: Geometric and semantic consistency enable training-free, reliable 3D object mapping.

A From Outdoor to Indoor
B Indoor Environment

2 · Memory

Memory: Persistent object identities transform frame-level detections into long-term scene memory.

3 · Reasoning & Action

Reasoning & Action: A structured spatio-temporal memory provides a direct interface for visual-language navigation and embodied reasoning.

4 · Interactive 3D Map Explorer — CMU Campus

Generalization: SuperMap scales to a continuous 40-minute, campus-scale deployment across diverse indoor and outdoor environments without retraining. By maintaining persistent object identities and a temporally consistent semantic map, it transforms geometric mapping into a living spatial memory. This memory enables robots to ground language in 3D space, reason about spatial relationships, remember how scenes evolve over time, and execute visual-language navigation in complex, dynamic environments.

Explore the map: Drag to orbit, scroll to zoom, and right-drag to pan. Hover over a 3D bounding box to view its semantic label, or click to pin it. Hover over a replay card to highlight the robot's trajectory and mapped region, then click to replay the dynamic reconstruction.

Merged 3D Map

loading…
drag: orbit · scroll: zoom · right-drag: pan · hover a card to highlight
Loading map… (large, please be patient)

Dynamic replays — hover to locate, click to play:

01

Persistent Object Tracking

3D-aware instance association plus an existence-and-label confidence update keep object identities stable and prune stale content under occlusion and scene change.

02

Model-Agnostic Spatial Perception

Rather than replacing foundation models, SuperMap complements them by providing the missing spatial memory — connecting state-of-the-art vision foundation models with downstream embodied agents through a unified, persistent, and structured world representation.

03

Fully online, open-source

High-frequency geometric SLAM fused with asynchronous open-vocabulary perception runs onboard in real time — released as a deployable baseline.

5 · Abstract

Robotic navigation requires a persistent spatial memory that bridges open-vocabulary perception with long-term scene understanding. While vision foundation models provide strong zero-shot recognition, they operate at the frame level and cannot maintain consistent object identities or reason about scene evolution.

We present SuperMap, a training-free 4D spatio-temporal mapping framework that fuses geometric SLAM with open-vocabulary perception to build a persistent semantic world model. By jointly enforcing geometric and semantic consistency, SuperMap maintains stable object identities, tracks object appearance, disappearance, and relocation, and continuously updates the map as the environment evolves.

The resulting queryable 4D scene graph serves as a unified spatial memory for vision-language navigation and embodied AI, providing a model-agnostic interface between vision foundation models and downstream reasoning and planning systems.

6 · Contributions

Open-Vocabulary Spatio-Temporal SLAM

An online robotic system that builds a persistent, queryable open-vocabulary 4D scene memory suitable for downstream language-conditioned tasks — running fully onboard in real time.

Spatio-Temporal Object Tracking

An online pipeline that integrates 2D–3D association, validation, and change-aware updates to maintain instance consistency under occlusions, partial observations, label variability, and scene change.

Instance-level Scene Graph

A 4D scene graph that incorporates spatial and temporal information for each object, equipping robots with instance-level reasoning — e.g., locating moved objects, recalling past scenes.

Open-Source Framework

Full release of the change-detection benchmark, comprehensive ablations, runtime profiling, and the real-robot visual–language navigation pipeline to facilitate reproducible research.

7 · System Architecture

A three-layer pipeline — geometric, instance, and topological.

1

Geometric Layer — Online 3D Reconstruction

SuperOdometry provides pose estimation and a colorized dense 3D model from synchronized RGB images, depth/LiDAR, and IMU streams. Geometric priors anchor all subsequent 2D–3D association and global map consistency checks.

2

Instance Layer — Spatio-Temporal Instance Association

Per-frame open-vocabulary detections (GroundingDINO + SAM2) are associated to existing 3D map objects via a hybrid 2D–3D tracker. A probabilistic geometric consistency update and Bayesian semantic fusion maintain stable object identities across long time horizons under occlusions and scene change.

3

Topological Layer — Abstract 4D Scene Graph

The object map is abstracted into a scene graph G = (V, Es, Et) with spatial edges (geometric predicates: on, beside, under) and temporal edges (object trajectory history). The graph is serialized as structured text for compositional VLM queries over object semantics, spatial relations, and history.

8 · Results

Class-level Segmentation — ScanNet

SuperMap achieves competitive accuracy against state-of-the-art object-level mapping methods while running fully online.

MethodApproachmIoU (%)f-mIoU (%)Acc (%)
ConceptGraphsobject-level21.6224.3231.05
HOV-SGobject-level26.7936.0535.17
SuperMap (Ours)object-level27.4243.5055.48

Instance-level Segmentation — ScanNet (mAP50)

SuperMap significantly outperforms prior scene-graph methods on instance-level detection.

MethodChairWindowRefrigeratorSofaDoor
HOV-SG4.580.000.0030.009.70
ConceptGraphs0.000.000.000.000.00
SuperMap (Ours)63.7642.2062.5033.3510.00

Spatio-Temporal Change Detection Recall

SuperMap achieves perfect recall on appearance events and strong recall on disappearance events, significantly outperforming prior methods.

MethodAppeared (Bucket)Appeared (Cart)Appeared (Sign)Disappeared (Plant)Disappeared (Trash)Disappeared (Chair)
Khronos
DualMap0.0000.0000.0000.3100.0000.000
SuperMap (Ours)1.0000.2620.5830.7550.4341.000

9 · Citation

@inproceedings{zhao2026supermap,
  title     = {SuperMap: A Spatio-Temporal SLAM System for Visual-Language Navigation},
  author    = {Zhao, Shibo and Chen, Guofei and Zhu, Honghao and Li, Zhiheng and Yao, Changwei and Zantout, Nader and Kim, Seungchan and Wang, Wenshan and Zhang, Ji and Scherer, Sebastian},
  booktitle = {Proceedings of Robotics: Science and Systems (RSS)},
  year      = {2026}
}