Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 query pixels. State-of-the-art feature matching methods require each scene to be stored as a 3D point cloud with per-point features, consuming several gigabytes of storage per scene. While compression is possible, performance drops significantly at high compression rates. Conversely, coordinate regression methods achieve high compression by storing scene information in a neural network but suffer from reduced robustness. NeuMap combines the advantages of both approaches by utilizing 1) learnable latent codes for efficient scene representation and 2) a scene-agnostic Transformer-based auto-decoder to infer coordinates for query pixels. This scene-agnostic network design learns robust matching priors from large-scale data and enables rapid optimization of codes for new scenes while keeping the network weights fixed. Extensive evaluations on five benchmarks show that NeuMap significantly outperforms other coordinate regression methods and achieves comparable performance to feature matching methods while requiring a much smaller scene representation size. For example, NeuMap achieves 39.1% accuracy in the Aachen night benchmark with only 6MB of data, whereas alternative methods require 100MB or several gigabytes and fail completely under high compression settings. The codes are available at https://github.com/Tangshitao/NeuMap

Shitao Tang, Sicong Tang, Andrea Tagliasacchi, Ping Tan, Yasutaka Furukawa• 2022

Related benchmarks

TaskDatasetResultRank
Visual Localization7Scenes (test)
Chess Median Angular Error (°)0.81
41
Visual Localization7scenes indoor
Positional Error (Chess, cm)2
30
Visual LocalizationCambridge Landmarks
King's Positional Error (cm)14
28
Visual LocalizationAachen Day-Night (day)
Recall @ (0.25m, 2°)80.8
26
Visual LocalizationCambridge Landmarks College
Median Translation Error (m)0.19
23
Visual LocalizationCambridge Landmarks Church
Median Translation Error (m)0.53
23
Camera LocalizationCambridge Landmarks outdoor
King's College Rotation Error (°)0.19
20
Visual LocalizationAachen Day (Night)
Success Rate (0.25m, 2°)48
19
Camera pose estimationAachen (Night)
Success Rate (0.25m/2°)48
14
Visual LocalizationAachen Day/Night combined
Average Success Rate78.4
13
Showing 10 of 20 rows

Other info

Code

Follow for update