paper-with-me

홈 › Papers

Coarse-to-Fine Multi-Scene Pose Regression with Transformers

2023-08-22 · Yoli Shavit, Ron Ferens, Yosi Keller

Absolute camera pose regressors estimate the position and orientation of a camera given the captured image alone. Typically, a convolutional backbone with a multi-layer perceptron (MLP) head is trained using images and pose labels to embed a single reference scene at a time. Recently, this scheme was extended to learn multiple scenes by replacing the MLP head with a set of fully connected layers. In this work, we propose to learn multi-scene absolute camera pose regression with Transformers, where encoders are used to aggregate activation maps with self-attention and decoders transform latent features and scenes encoding into pose predictions. This allows our model to focus on general features that are informative for localization, while embedding multiple scenes in parallel. We extend our previous MS-Transformer approach \cite{shavit2021learning} by introducing a mixed classification-regression architecture that improves the localization accuracy. Our method is evaluated on commonly benchmark indoor and outdoor datasets and has been shown to exceed both multi-scene and state-of-the-art single-scene absolute pose regressors.

📄 PDF Abstract BibTeX arXiv:2308.11783

Code (1)

yolish/c2f-ms-transformer 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

GS-CPE: Unified 6-Degree-of-Freedom Camera Pose Estimation via 3D Gaussian Splatting

2026-08-11 · Huaiyuan Weng, Chul Min Yeum, Su-Min Kang arxiv

Despite substantial progress in visual localization, from scene coordinate regression to direct camera pose regression, achieving both robust generalization and high accuracy remain challenging. This study introduces GS-…

Camera Pose EstimationVisual Localization

CamNet: Coarse-to-Fine Retrieval for Camera Re-Localization

2019-10-01 · ICCV 2019 10 · Mingyu Ding, Zhe Wang, Jiankai Sun, Jianping Shi 외

Camera re-localization is an important but challenging task in applications like robotics and autonomous driving. Recently, retrieval-based methods have been considered as a promising direction as they can be easily gene…

Autonomous DrivingregressionRetrieval

SGLoc: Semantic Localization System for Camera Pose Estimation from 3D Gaussian Splatting Representation

2025-07-16 · Beining Xu, Siting Zhu, Hesheng Wang

We propose SGLoc, a novel localization system that directly regresses camera poses from 3D Gaussian Splatting (3DGS) representation by leveraging semantic information. Our method utilizes the semantic relationship betwee…

3DGSCamera Pose EstimationPose Estimation

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