Light3R-SfM: Towards Feed-forward Structure-from-Motion
Sven Elflein, Qunjie Zhou, Sérgio Agostinho, Laura Leal-Taixé
TL;DR
Light3R-SfM introduces a fully feed-forward SfM pipeline that replaces traditional global optimization with a latent global alignment module based on attention, enabling scalable, offline reconstruction from unordered image collections. By constructing a sparse scene graph via a retrieval-guided shortest path tree and decoding per-edge pointmaps that are globally accumulated with Procrustes alignment, the method achieves competitive accuracy while drastically reducing runtime. Extensive experiments on Tanks&Temples, CO3Dv2, and Waymo demonstrate strong generalization and clear efficiency gains over optimization-based and online memory-based baselines, though some tight-threshold accuracies still lag state-of-the-art. The work highlights the potential of data-driven SfM for large-scale, in-the-wild 3D reconstruction and points to future directions in dynamic scenes and scalability to very large image sets.
Abstract
We present Light3R-SfM, a feed-forward, end-to-end learnable framework for efficient large-scale Structure-from-Motion (SfM) from unconstrained image collections. Unlike existing SfM solutions that rely on costly matching and global optimization to achieve accurate 3D reconstructions, Light3R-SfM addresses this limitation through a novel latent global alignment module. This module replaces traditional global optimization with a learnable attention mechanism, effectively capturing multi-view constraints across images for robust and precise camera pose estimation. Light3R-SfM constructs a sparse scene graph via retrieval-score-guided shortest path tree to dramatically reduce memory usage and computational overhead compared to the naive approach. Extensive experiments demonstrate that Light3R-SfM achieves competitive accuracy while significantly reducing runtime, making it ideal for 3D reconstruction tasks in real-world applications with a runtime constraint. This work pioneers a data-driven, feed-forward SfM approach, paving the way toward scalable, accurate, and efficient 3D reconstruction in the wild.
