Our new X account is live! Follow @wizwand_team for updates
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
Camera Localization7 Scenes
Average Position Error (m)0.18
46
Visual Localization7Scenes (test)
Chess Median Angular Error (°)4.66
41
Camera Localization7-Scenes Chess
Translation Error (m)0.11
40
Visual LocalizationCambridge Landmarks (test)
Avg Median Positional Error (m)1.28
35
Camera Relocalization7-Scenes (test)
Median Translation Error (cm)18
30
Visual Localization7scenes indoor
Positional Error (Chess, cm)11
30
Camera Pose Regression7Scenes Kitchen
Median Position Error (m)0.17
26
Camera Pose Regression7Scenes
Median Position Error (m)0.18
26
Camera Pose Regression7Scenes Fire
Median Position Error (m)0.24
26
Camera Pose Regression7Scenes Pumpkin
Median Position Error (m)0.18
26
Showing 10 of 37 rows

Other info

Code

Follow for update