paper-with-me

홈 › Papers

Let's Take This Online: Adapting Scene Coordinate Regression Network Predictions for Online RGB-D Camera Relocalisation

2019-06-20 · Tommaso Cavallari, Luca Bertinetto, Jishnu Mukhoti, Philip Torr, Stuart Golodetz

Many applications require a camera to be relocalised online, without expensive offline training on the target scene. Whilst both keyframe and sparse keypoint matching methods can be used online, the former often fail away from the training trajectory, and the latter can struggle in textureless regions. By contrast, scene coordinate regression (SCoRe) methods generalise to novel poses and can leverage dense correspondences to improve robustness, and recent work has shown how to adapt SCoRe forests between scenes, allowing their state-of-the-art performance to be leveraged online. However, because they use features hand-crafted for indoor use, they do not generalise well to harder outdoor scenes. Whilst replacing the forest with a neural network and learning suitable features for outdoor use is possible, the techniques used to adapt forests between scenes are unfortunately harder to transfer to a network context. In this paper, we address this by proposing a novel way of leveraging a network trained on one scene to predict points in another scene. Our approach replaces the appearance clustering performed by the branching structure of a regression forest with a two-step process that first uses the network to predict points in the original scene, and then uses these predicted points to look up clusters of points from the new scene. We show experimentally that our online approach achieves state-of-the-art performance on both the 7-Scenes and Cambridge Landmarks datasets, whilst running in under 300ms, making it highly effective in live scenarios.

📄 PDF Abstract BibTeX arXiv:1906.08744

Code (0)

등록된 구현이 없습니다.

Tasks

Camera RelocalizationClusteringregression

Similar Papers 제목 키워드 기반

SACReg: Scene-Agnostic Coordinate Regression for Visual Localization

2023-07-21 · Jerome Revaud, Yohann Cabon, Romain Brégier, Jongmin Lee 외

Scene coordinates regression (SCR), i.e., predicting 3D coordinates for every pixel of a given image, has recently shown promising potential. However, existing methods remain limited to small scenes memorized during trai…

Image RetrievalregressionRetrievalVisual Localization

Large Scale Joint Semantic Re-Localisation and Scene Understanding via Globally Unique Instance Coordinate Regression

2019-09-23 · Ignas Budvytis, Marvin Teichmann, Tomas Vojir, Roberto Cipolla

In this work we present a novel approach to joint semantic localisation and scene understanding. Our work is motivated by the need for localisation algorithms which not only predict 6-DoF camera pose but also simultaneou…

3D geometryAutonomous DrivingCamera Pose EstimationPose Estimation+2

On-the-Fly Adaptation of Regression Forests for Online Camera Relocalisation

2017-02-09 · CVPR 2017 7 · Tommaso Cavallari, Stuart Golodetz, Nicholas A. Lord, Julien Valentin 외

Camera relocalisation is an important problem in computer vision, with applications in simultaneous localisation and mapping, virtual/augmented reality and navigation. Common techniques either match the current image aga…

Camera Relocalizationregression

Decoupling Features and Coordinates for Few-shot RGB Relocalization

2019-11-26 · Siyan Dong, Songyin Wu, Yixin Zhuang, Kai Xu 외

Cross-scene model adaption is crucial for camera relocalization in real scenarios. It is often preferable that a pre-learned model can be fast adapted to a novel scene with as few training samples as possible. The existi…

Camera RelocalizationPose Estimationregression

Hierarchical Scene Coordinate Classification and Regression for Visual Localization

2019-09-13 · CVPR 2020 6 · Xiaotian Li, Shuzhe Wang, Yi Zhao, Jakob Verbeek 외

Visual localization is critical to many applications in computer vision and robotics. To address single-image RGB localization, state-of-the-art feature-based methods match local descriptors between a query image and a p…

ClassificationData AugmentationGeneral ClassificationOutdoor Localization+2