VGGT-SLAM 2.0

Maggio 2026 · Paper

One-line summary — The successor to VGGT-SLAM: a keyframe-level factor graph that removes 15-DoF drift and planar degeneracy, training-free loop-closure verification read out of VGGT’s attention layers, and real-time operation onboard a Jetson Thor.

Problem

VGGT-SLAM solved the uncalibrated submap-alignment problem by optimizing 15-DoF homographies on SL(4), but that solution carries its own costs: the high-dimensional alignment introduces rapid drift between loop closures that can severely warp the scene, and solving for the full homography is degenerate in planar scenes (a camera facing a wall or floor), causing divergence. Its factor graph also only estimated per-submap homographies, so keyframe-level rotation/translation errors from VGGT were handled sub-optimally, and image retrieval for loop closure trusted an external network (SALAD) without any verification. VGGT-SLAM 2.0 redesigns the backend to remove these failure modes while still respecting the reconstruction ambiguity of VGGT under unknown intrinsics — and makes the whole system run online on a robot.

Method & architecture

Results

Constant parameters across all experiments (50 px min disparity, 25% confidence threshold, SALAD 0.95, αmatch\alpha_{match} 0.85).

Why it matters for SLAM

The first wave of foundation-model SLAM systems (MASt3R-SLAM, VGGT-SLAM) proved the concept but ran offline or below sensor rate. VGGT-SLAM 2.0 closes the remaining gap — dense feed-forward reconstruction that runs online on embedded robot hardware — which is the actual requirement for robotics and AR. Its attention-layer analysis is also a notable pattern: extracting loop-closure verification from a frozen foundation model without any training hints at how much latent SLAM machinery these models already contain. Because nothing is trained, faster or better VGGT variants can be dropped in directly.