Loading...

AMB3R-SLAM

Kilometer-scale SLAM with
Hierarchical Backend

arXiv 2026

AMB3R-SLAM: Kilometer-scale SLAM
with Hierarchical Backend


Department of Computer Science,
University College London

arXiv 2026


Abstract

We present AMB3R-SLAM, a real-time monocular SLAM system capable of reconstructing kilometer-scale trajectories over 10k frames on a single consumer-grade GPU. Our model couples a lightweight front-end for low-latency online tracking with a hierarchical backend that progressively enforces local, mid-level, and global consistency. By avoiding bundle adjustment that relies on the static world assumption, our system naturally handles complex dynamic scenes out of the box. Furthermore, we demonstrate that our method can be extended to leverage stereo, RGB-D, and LiDAR as additional inputs. AMB3R-SLAM achieves strong camera tracking performance across 9 datasets, reducing the absolute trajectory error (ATE) of previous state-of-the-art methods on VBR and Oxford Spires by over 70%. With additional LiDAR input, our model further reduces ATE to sub-meter level on KITTI and VBR datasets.


TL;DR: 1) A training-free, model-agnostic SLAM system that scales to kilometer-scale trajectories in real time on one consumer GPU; 2) A hierarchical backend that enforces local, mid-level, and global consistency without bundle adjustment, so dynamic scenes work out of the box; 3) One framework that extends to stereo, RGB-D, and LiDAR.


Method Overview


AMB3R-SLAM consists of a front-end that performs low-latency camera pose tracking and a hierarchical backend that progressively ensures local, mid-level, and global consistency through pose graph optimization with span-2, long-context, and loop closure edges.


Monocular SLAM

Oxford Spires, Christ Church 05 Oxford Spires, Keble College 02 Oxford Spires, Blenheim Palace 05 KITTI 00 KITTI 05

BibTeX


      @article{wang2026amb3rslam,
        title={AMB3R-SLAM: Kilometer-scale SLAM with Hierarchical Backend},
        author={Wang, Hengyi and Agapito, Lourdes},
        journal={arXiv preprint},
        year={2026}
      }
    

Acknowledgement

Research presented here has been supported by the UCL Centre for Doctoral Training in Foundational AI under UKRI grant number EP/S021566/1. This project was also supported by UKRI/EPSRC AI Hub in Generative Models under grant number EP/Y028805/1. Hengyi Wang was supported from a sponsored research award by Cisco Research. The page design was inspired by Nerfies, Gaussian Splatting SLAM, and World Models.