paper-with-me

홈 › Papers

SACReg: Scene-Agnostic Coordinate Regression for Visual Localization

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

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 training, and thus hardly scale to realistic datasets and scenarios. In this paper, we propose a generalized SCR model trained once to be deployed in new test scenes, regardless of their scale, without any finetuning. Instead of encoding the scene coordinates into the network weights, our model takes as input a database image with some sparse 2D pixel to 3D coordinate annotations, extracted from e.g. off-the-shelf Structure-from-Motion or RGB-D data, and a query image for which are predicted a dense 3D coordinate map and its confidence, based on cross-attention. At test time, we rely on existing off-the-shelf image retrieval systems and fuse the predictions from a shortlist of relevant database images w.r.t. the query. Afterwards camera pose is obtained using standard Perspective-n-Point (PnP). Starting from selfsupervised CroCo pretrained weights, we train our model on diverse datasets to ensure generalizabilty across various scenarios, and significantly outperform other scene regression approaches, including scene-specific models, on multiple visual localization benchmarks. Finally, we show that the database representation of images and their 2D-3D annotations can be highly compressed with negligible loss of localization performance.

📄 PDF Abstract BibTeX arXiv:2307.11702

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalregressionRetrievalVisual Localization

Similar Papers 제목 키워드 기반

Learning Camera Localization via Dense Scene Matching

2021-03-31 · CVPR 2021 1 · Shitao Tang, Chengzhou Tang, Rui Huang, Siyu Zhu 외

Camera localization aims to estimate 6 DoF camera poses from RGB images. Traditional methods detect and match interest points between a query image and a pre-built 3D model. Recent learning-based approaches encode scene …

Camera Localization

NeuMap: Neural Coordinate Mapping by Auto-Transdecoder for Camera Localization

2022-11-21 · CVPR 2023 1 · Shitao Tang, Sicong Tang, Andrea Tagliasacchi, Ping Tan 외

This paper presents an end-to-end neural mapping method for camera localization, dubbed NeuMap, encoding a whole scene into a grid of latent codes, with which a Transformer-based auto-decoder regresses 3D coordinates of …

Camera LocalizationDecoderregression

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

HSCNet++: Hierarchical Scene Coordinate Classification and Regression for Visual Localization with Transformer

2023-05-05 · Shuzhe Wang, Zakaria Laskar, Iaroslav Melekhov, Xiaotian Li 외

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…

regressionVisual Localization

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