paper-with-me

홈 › Papers

RidgeSfM: Structure from Motion via Robust Pairwise Matching Under Depth Uncertainty

2020-11-20 · Benjamin Graham, David Novotny

We consider the problem of simultaneously estimating a dense depth map and camera pose for a large set of images of an indoor scene. While classical SfM pipelines rely on a two-step approach where cameras are first estimated using a bundle adjustment in order to ground the ensuing multi-view stereo stage, both our poses and dense reconstructions are a direct output of an altered bundle adjuster. To this end, we parametrize each depth map with a linear combination of a limited number of basis "depth-planes" predicted in a monocular fashion by a deep net. Using a set of high-quality sparse keypoint matches, we optimize over the per-frame linear combinations of depth planes and camera poses to form a geometrically consistent cloud of keypoints. Although our bundle adjustment only considers sparse keypoints, the inferred linear coefficients of the basis planes immediately give us dense depth maps. RidgeSfM is able to collectively align hundreds of frames, which is its main advantage over recent memory-heavy deep alternatives that can align at most 10 frames. Quantitative comparisons reveal performance superior to a state-of-the-art large-scale SfM pipeline.

📄 PDF Abstract BibTeX arXiv:2011.10359

Code (1)

facebookresearch/RidgeSfM 공식 구현 pytorch

Similar Papers 제목 키워드 기반

PAIGE: PAirwise Image Geometry Encoding for Improved Efficiency in Structure-From-Motion

2015-06-01 · CVPR 2015 6 · Johannes L. Schonberger, Alexander C. Berg, Jan-Michael Frahm

Large-scale Structure-from-Motion systems typically spend major computational effort on pairwise image matching and geometric verification in order to discover connected components in large-scale, unordered image collect…

MV-RoMa: From Pairwise Matching into Multi-View Track Reconstruction

2026-03-29 · Jongmin Lee, Seungyeop Kang, Sungjoo Yoo arxiv

Establishing consistent correspondences across images is essential for 3D vision tasks such as structure-from-motion (SfM), yet most existing matchers operate in a pairwise manner, often producing fragmented and geometri…

Kinematic Structure Correspondences via Hypergraph Matching

2016-06-01 · CVPR 2016 6 · Hyung Jin Chang, Tobias Fischer, Maxime Petit, Martina Zambelli 외

In this paper, we present a novel framework for finding the kinematic structure correspondence between two objects in videos via hypergraph matching. In contrast to prior appearance and graph alignment based matching met…

Hypergraph Matching

A Survey of Structure from Motion

2017-01-30 · Onur Ozyesil, Vladislav Voroninski, Ronen Basri, Amit Singer

The structure from motion (SfM) problem in computer vision is the problem of recovering the three-dimensional ($3$D) structure of a stationary scene from a set of projective measurements, represented as a collection of t…

Motion EstimationSimultaneous Localization and MappingSurvey

PR-RRN: Pairwise-Regularized Residual-Recursive Networks for Non-rigid Structure-from-Motion

2021-08-17 · ICCV 2021 10 · Haitian Zeng, Yuchao Dai, Xin Yu, Xiaohan Wang 외

We propose PR-RRN, a novel neural-network based method for Non-rigid Structure-from-Motion (NRSfM). PR-RRN consists of Residual-Recursive Networks (RRN) and two extra regularization losses. RRN is designed to effectively…