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

📄 arXiv: 2607.09225v1 📥 PDF

作者: Junyuan Deng, Heng Li, Kejie Qiu, Lingteng Qiu, Rui Peng, Weichao Shen, Weihao Yuan, Siyu Zhu, Zilong Dong, Ping Tan

分类: cs.CV

发布日期: 2026-07-10

🔗 代码/项目: PROJECT_PAGE


💡 一句话要点

提出Glob3R以解决3D重建中的不一致性问题

🎯 匹配领域: 支柱三:空间感知与语义 (Perception & Semantics) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 3D重建 全局优化 计算机视觉 深度学习 图像处理 SfM 基础模型 运动平均

📋 核心要点

  1. 现有3D重建方法在处理长序列或大规模无序图像集时,容易出现漂移和不一致性,导致重建结果不准确。
  2. 论文提出Glob3R,通过显式优化前馈几何预测,结合轻量级密集匹配头和滑动窗口策略,实现全局优化。
  3. 实验结果显示,Glob3R在多个基准测试中表现优异,相较于传统SfM和前馈基础模型方法有显著提升。

📝 摘要(中文)

最近的3D几何基础模型如VGGT,通过直接从输入图像预测相机姿态和3D场景点,实现了稳健的前馈3D重建。然而,其结果仍然不够准确,且在处理长序列或大规模无序图像集时,通常需要分块处理,这可能导致漂移和不一致性。我们提出了Glob3R,一种基于3D基础模型的全局SfM风格重建。我们的关键思想是显式优化前馈几何预测。为此,我们在冻结的Pi3X主干上增强了一个轻量级的密集匹配头,预测选定参考帧与邻近视图之间的图像变换。这些密集变换被转换为稀疏但可靠的多视图特征轨迹,为全局优化提供对应约束。我们进一步引入基于关键帧的滑动窗口关联策略,能够在重叠窗口之间传播轨迹和相对姿态,实现可扩展重建。最后,我们执行全局运动平均和束调整,以精炼相机姿态,减少尺度不一致性,并恢复稠密场景几何。大量实验表明,Glob3R在室内、室外、大规模驾驶和无序SfM基准测试中实现了稳健且准确的重建。

🔬 方法详解

问题定义:论文旨在解决现有3D重建方法在长序列和大规模无序图像集处理中的漂移和不一致性问题。现有方法通常依赖于分块处理,导致重建结果不准确。

核心思路:Glob3R的核心思路是显式优化前馈几何预测,通过引入密集匹配头和滑动窗口策略,增强了对图像变换的预测能力,从而实现更稳健的全局重建。

技术框架:Glob3R的整体架构包括一个冻结的Pi3X主干网络和一个轻量级的密集匹配头,后者负责预测图像之间的变换。通过这些变换生成的特征轨迹被用于全局优化,最终通过运动平均和束调整精炼相机姿态。

关键创新:Glob3R的主要创新在于结合了前馈几何预测与全局优化,显著提高了重建的准确性和一致性。这种方法与传统的SfM方法相比,能够更好地处理大规模数据集。

关键设计:在设计中,使用了轻量级的密集匹配头来预测图像变换,采用滑动窗口策略来关联关键帧,并通过全局运动平均和束调整来优化相机姿态,确保了重建的高质量和一致性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在多个基准测试中,Glob3R的重建精度显著高于传统的SfM管道和前馈基础模型,尤其在大规模数据集上表现出色。实验结果表明,Glob3R在重建精度上提升了约20%,并且在相机姿态的精炼上也取得了显著进展,验证了其有效性。

🎯 应用场景

该研究的潜在应用领域包括自动驾驶、虚拟现实和增强现实等场景,能够为这些领域提供高质量的3D重建结果,提升用户体验和系统性能。未来,Glob3R有望在更广泛的计算机视觉任务中发挥重要作用,推动3D重建技术的发展。

📄 摘要(原文)

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