AMB3R

Wang 2025 · Paper

One-line summary — A feed-forward 3D reconstruction model in the DUSt3R/VGGT lineage that adds a metric-scale head and a sparse volumetric backend to frozen VGGT, so one network serves multi-view reconstruction, uncalibrated visual odometry, and large-scale SfM — without fine-tuning or test-time optimization.

Problem

Pointmap models (DUSt3R, MASt3R, VGGT) regress per-pixel 3D geometry, but the network operates on 2D grids: nothing enforces spatial compactness — the property (shared by TSDFs, feature grids, coordinate networks) that one 3D location has one value, which is what fuses multiple observations of the same point into coherent geometry. Pointmap predictions of overlapping pixels are only implicitly encouraged to agree. Two further gaps separate these models from a deployable SfM/SLAM engine: predictions are normalized rather than metric-scale, and prior systems needed optimization-based backends (e.g. VGGT-SLAM’s SL(4) factor graph) or task-specific tuning to run as VO/SfM. AMB3R (“Accurate feed-forward Metric-scale 3D reconstruction with Backend”) targets all three inside one model.

Method & architecture

Results

Evaluated over 7 tasks on 13 datasets (all distances in cm; ATE RMSE via evo):

Why it matters for SLAM

The pointmap line is progressively absorbing the classical SfM/SLAM stack, and AMB3R marks a threshold: an uncalibrated, feed-forward system beating calibrated optimization-based SLAM on TUM. Its two ideas matter independently — metric scale recovered from frozen features attacks monocular scale ambiguity without IMU or stereo, and the compact 3D backend restores the spatial-compactness prior that pointmap regression lost, at academic-scale training cost. Its remaining limits (no explicit loop closure or relocalization, quadratic attention cost in view count, reliance on the reference-frame prior) sketch exactly where optimization backends still earn their keep.