paper-with-me

Papers

Backtracking Regression Forests for Accurate Camera Relocalization

2017-10-22 · Lili Meng, Jianhui Chen, Frederick Tung, James J. Little, Julien Valentin, Clarence W. de Silva

Camera relocalization plays a vital role in many robotics and computer vision tasks, such as global localization, recovery from tracking failure, and loop closure detection. Recent random forests based methods directly predict 3D world locations for 2D image locations to guide the camera pose optimization. During training, each tree greedily splits the samples to minimize the spatial variance. However, these greedy splits often produce uneven sub-trees in training or incorrect 2D-3D correspondences in testing. To address these problems, we propose a sample-balanced objective to encourage equal numbers of samples in the left and right sub-trees, and a novel backtracking scheme to remedy the incorrect 2D-3D correspondence predictions. Furthermore, we extend the regression forests based methods to use local features in both training and testing stages for outdoor RGB-only applications. Experimental results on publicly available indoor and outdoor datasets demonstrate the efficacy of our approach, which shows superior or on-par accuracy with several state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1710.07965

Code (1)

LiliMeng/btrf 공식 구현

Tasks

Camera RelocalizationLoop Closure DetectionregressionSimultaneous Localization and Mapping

Similar Papers 제목 키워드 기반

Exploiting Uncertainty in Regression Forests for Accurate Camera Relocalization

2015-06-01 · CVPR 2015 6 · Julien Valentin, Matthias Niessner, Jamie Shotton, Andrew Fitzgibbon 외

Recent advances in camera relocalization use predictions from a regression forest to guide the camera pose optimization procedure. In these methods, each tree associates one pixel with a point in the scene's 3D world coo…

Camera Relocalizationregression

Exploiting Points and Lines in Regression Forests for RGB-D Camera Relocalization

2017-10-28 · Lili Meng, Frederick Tung, James J. Little, Julien Valentin 외

Camera relocalization plays a vital role in many robotics and computer vision tasks, such as global localization, recovery from tracking failure and loop closure detection. Recent random forests based methods exploit ran…

Camera RelocalizationLoop Closure Detectionregression

Scene Coordinate Regression Forests for Camera Relocalization in RGB-D Images

2013-06-01 · CVPR 2013 6 · Jamie Shotton, Ben Glocker, Christopher Zach, Shahram Izadi 외

We address the problem of inferring the pose of an RGB-D camera relative to a known 3D scene, given only a single acquired image. Our approach employs a regression forest that is capable of inferring an estimate of each …

Camera Relocalizationregression

Learning to Navigate the Energy Landscape

2016-03-18 · Julien Valentin, Angela Dai, Matthias Nießner, Pushmeet Kohli 외

In this paper, we present a novel and efficient architecture for addressing computer vision problems that use `Analysis by Synthesis'. Analysis by synthesis involves the minimization of the reconstruction error which is …

Camera RelocalizationHand Pose EstimationImage RetrievalNavigate+2

KFNet: Learning Temporal Camera Relocalization using Kalman Filtering

2020-03-24 · CVPR 2020 6 · Lei Zhou, Zixin Luo, Tianwei Shen, Jiahui Zhang 외

Temporal camera relocalization estimates the pose with respect to each video frame in sequence, as opposed to one-shot relocalization which focuses on a still image. Even though the time dependency has been taken into ac…

Camera Relocalization