ArXiv

VidMap: Exploiting Temporal Structure for Video-Based Structure-from-Motion

Authors
Zador Pataki, Paul-Edouard Sarlin, Marc Pollefeys
Categories
cs.CV, cs.RO
arXiv
https://arxiv.org/abs/2607.27194v1
PDF
https://arxiv.org/pdf/2607.27194v1

Brief

VidMap introduces a hybrid pipeline that brings SLAM’s sequential constraints together with SfM’s global optimization to produce metric reconstructions and camera calibration from long, uncalibrated videos. The method leverages wide-baseline dense matching, explicit temporal ordering for robust loop closures, and metric monocular depth priors to handle extreme motions and visual symmetries. According to the abstract, thorough evaluations show substantially improved robustness and accuracy over contemporary SLAM and SfM approaches; code and PDF are publicly available (arXiv:2607.27194v1, GitHub link).

Why it matters

VidMap (Zador Pataki, Paul-Edouard Sarlin, Marc Pollefeys; arXiv:2607.27194v1, 2026-07-29) reconstructs metric camera calibration and poses from arbitrary, long, uncalibrated videos by combining SLAM-style sequential constraints with offline SfM global optimization.

Key details

  • The system uses wide-baseline dense image matching, treats temporal ordering for reliable loop closure, and augments global optimization with metric monocular depth priors; evaluated on diverse challenging datasets with extreme motion and visual symmetries, it outperforms state-of-the-art SLAM and SfM methods. Code: https://github.com/cvg/vidmap
Source evidence

Abstract

Accurately recovering the camera's calibration and metric poses for any unconstrained video would unlock large-scale training data for navigation and scene understanding. The dominant approaches to this problem are severely limited: Simultaneous Localization and Mapping (SLAM) is sensitive to initialization and transient failures due to its causal, incremental nature; it is often over-optimized for real-time operation and generally requires known camera calibration; while Structure-from-Motion (SfM) typically forgoes any image ordering, enabling optimal initialization and global optimization, but lacks robustness to visual symmetries and extreme motions. To bridge this gap, we introduce a system that combines the strong sequential constraints of SLAM with the flexibility and global optimization of offline SfM, enabling the metric reconstruction of arbitrary, long, uncalibrated videos. This system leverages recent advances in wide-baseline dense image matching, treats temporal ordering as a first-class citizen for reliable loop closure, and augments global optimization with metric monocular depth priors. As a result, thorough evaluations on diverse, challenging datasets that exhibit extreme motion and visual symmetries reveal that our approach is significantly more robust and accurate than both state-of-the-art SLAM and SfM, classical or learned, with given or unknown camera calibration. The code is publicly available at https://github.com/cvg/vidmap.