CVROSep 21, 2023

On-the-Fly SfM: What you capture is What you get

arXiv:2309.11883v26 citationsh-index: 74
Originality Incremental advance
AI Analysis

This enables real-time 3D reconstruction for applications like robotics or augmented reality, though it is incremental as it builds on existing SfM methods with online adaptations.

The authors tackled the problem of offline Structure from Motion (SfM) by developing an on-the-fly SfM system that estimates poses and sparse point clouds in real-time during image capture, achieving robust online image registration.

Over the last decades, ample achievements have been made on Structure from motion (SfM). However, the vast majority of them basically work in an offline manner, i.e., images are firstly captured and then fed together into a SfM pipeline for obtaining poses and sparse point cloud. In this work, on the contrary, we present an on-the-fly SfM: running online SfM while image capturing, the newly taken On-the-Fly image is online estimated with the corresponding pose and points, i.e., what you capture is what you get. Specifically, our approach firstly employs a vocabulary tree that is unsupervised trained using learning-based global features for fast image retrieval of newly fly-in image. Then, a robust feature matching mechanism with least squares (LSM) is presented to improve image registration performance. Finally, via investigating the influence of newly fly-in image's connected neighboring images, an efficient hierarchical weighted local bundle adjustment (BA) is used for optimization. Extensive experimental results demonstrate that on-the-fly SfM can meet the goal of robustly registering the images while capturing in an online way.

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