Glob3R: Global Structure-from-Motion with 3D Foundation Models

2026-07-10Computer Vision and Pattern Recognition

Computer Vision and Pattern Recognition
AI summary

The authors present Glob3R, a 3D reconstruction method that improves on recent foundation models by combining their fast predictions with a global optimization step. They add a component to match image parts across multiple views and use these matches to refine camera positions and 3D scene points together. This approach can handle long or unordered image sequences more consistently and accurately than previous methods. Their experiments show it works well indoors, outdoors, and on large driving datasets, outperforming both newer and classical techniques. The better camera positions also help create more detailed 3D renderings.

3D reconstructionfoundation modelscamera pose estimationstructure from motion (SfM)image matchingmotion averagingbundle adjustmentneural renderingkeyframe sliding window
Authors
Junyuan Deng, Heng Li, Kejie Qiu, Lingteng Qiu, Rui Peng, Weichao Shen, Weihao Yuan, Siyu Zhu, Zilong Dong, Ping Tan
Abstract
Recent 3D geometric foundation models, such as VGGT, provide robust feed-forward 3D reconstruction by directly predicting camera poses and 3D scene points from input images. However, their results remain inaccurate, and scaling them to long sequences or large unordered image sets typically requires chunk-wise processing, which can introduce drift and inconsistency. We present Glob3R, a global SfM-style reconstruction built on 3D foundation models. Our key idea is to explicitly optimize feed-forward geometric predictions. To this end, we augment a frozen Pi3X backbone with a lightweight dense matching head that predicts image warps between selected reference frames and neighboring views. These dense warps are converted into sparse but reliable multi-view feature tracks, which provide correspondence constraints for global optimization. We further introduce a keyframe-based sliding-window association strategy that propagates tracks and relative poses across overlapping windows, enabling scalable reconstruction. Finally, we perform global motion averaging and bundle adjustment to refine camera poses, reduce scale inconsistencies, and recover dense scene geometry. Extensive experiments on indoor, outdoor, large-scale driving, and unordered SfM benchmarks demonstrate that Glob3R achieves robust and accurate reconstruction. It consistently improves over feed-forward foundation-model baselines and recent scalable reconstruction methods, while being more robust than classical SfM pipelines. The refined poses also lead to higher-quality neural rendering, validating the benefit of combining foundation-model priors with global geometric optimization. Project page: https://junyuandeng.github.io/Glob3r