CVJul 29, 2024

Global Structure-from-Motion Revisited

arXiv:2407.20219v2233 citationsh-index: 123Has Code
Originality Incremental advance
AI Analysis

This work addresses the scalability and efficiency limitations of SfM for computer vision applications, offering a competitive alternative to incremental methods.

The authors tackled the problem of global Structure-from-Motion (SfM) by proposing GLOMAP, a new system that achieves accuracy and robustness on-par or superior to the incremental SfM system COLMAP while being orders of magnitude faster.

Recovering 3D structure and camera motion from images has been a long-standing focus of computer vision research and is known as Structure-from-Motion (SfM). Solutions to this problem are categorized into incremental and global approaches. Until now, the most popular systems follow the incremental paradigm due to its superior accuracy and robustness, while global approaches are drastically more scalable and efficient. With this work, we revisit the problem of global SfM and propose GLOMAP as a new general-purpose system that outperforms the state of the art in global SfM. In terms of accuracy and robustness, we achieve results on-par or superior to COLMAP, the most widely used incremental SfM, while being orders of magnitude faster. We share our system as an open-source implementation at {https://github.com/colmap/glomap}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes