Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning Multi-Scene Absolute Pose Regression with Transformers

About

Absolute camera pose regressors estimate the position and orientation of a camera from the captured image alone. Typically, a convolutional backbone with a multi-layer perceptron head is trained with images and pose labels to embed a single reference scene at a time. Recently, this scheme was extended for learning 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 candidate pose predictions. This mechanism allows our model to focus on general features that are informative for localization while embedding multiple scenes in parallel. We evaluate our method on commonly benchmarked indoor and outdoor datasets and show that it surpasses both multi-scene and state-of-the-art single-scene absolute pose regressors. We make our code publicly available from https://github.com/yolish/multi-scene-pose-transformer.

Yoli Shavit, Ron Ferens, Yosi Keller• 2021

Related benchmarks

TaskDatasetResultRank
Visual Localization7Scenes (test)
Chess Median Angular Error (°)4.66
61
Visual LocalizationCambridge Landmarks
King's Positional Error (cm)83
59
Camera Localization7 Scenes
Average Position Error (m)0.18
46
Camera Localization7-Scenes Chess
Translation Error (m)0.11
40
Visual LocalizationCambridge Landmarks (test)
Avg Median Positional Error (m)1.28
35
Visual LocalizationCambridge Landmarks College
Median Translation Error (m)0.83
35
Visual LocalizationCambridge Landmarks Church
Median Translation Error (m)1.62
35
Visual Localization7 Scenes
Chess Median Translation Error (cm)11
33
Camera RelocalizationScanNet v1 (test)
Recall @50cm82
32
Camera Relocalization7-Scenes (test)
Median Translation Error (cm)18
30
Showing 10 of 58 rows

Other info

Code

Follow for update