English

FastMap: Revisiting Structure from Motion through First-Order Optimization

Computer Vision and Pattern Recognition 2025-08-22 v3

Abstract

We propose FastMap, a new global structure from motion method focused on speed and simplicity. Previous methods like COLMAP and GLOMAP are able to estimate high-precision camera poses, but suffer from poor scalability when the number of matched keypoint pairs becomes large, mainly due to the time-consuming process of second-order Gauss-Newton optimization. Instead, we design our method solely based on first-order optimizers. To obtain maximal speedup, we identify and eliminate two key performance bottlenecks: computational complexity and the kernel implementation of each optimization step. Through extensive experiments, we show that FastMap is up to 10 times faster than COLMAP and GLOMAP with GPU acceleration and achieves comparable pose accuracy.

Keywords

Cite

@article{arxiv.2505.04612,
  title  = {FastMap: Revisiting Structure from Motion through First-Order Optimization},
  author = {Jiahao Li and Haochen Wang and Muhammad Zubair Irshad and Igor Vasiljevic and Matthew R. Walter and Vitor Campagnolo Guizilini and Greg Shakhnarovich},
  journal= {arXiv preprint arXiv:2505.04612},
  year   = {2025}
}

Comments

Project webpage: https://jiahao.ai/fastmap

R2 v1 2026-06-28T23:24:47.119Z