CVMar 31, 2021

Learning Camera Localization via Dense Scene Matching

arXiv:2103.16792v149 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of camera pose estimation for robotics and AR/VR by enabling scene-agnostic localization without retraining, though it is incremental as it builds on existing dense coordinate regression methods.

The paper tackles camera localization by introducing a scene-agnostic method using dense scene matching, achieving comparable accuracy to scene-specific approaches on benchmarks like 7scenes and Cambridge and outperforming the state-of-the-art scene-agnostic network SANet.

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 structures into a specific convolutional neural network (CNN) and thus are able to predict dense coordinates from RGB images. However, most of them require re-training or re-adaption for a new scene and have difficulties in handling large-scale scenes due to limited network capacity. We present a new method for scene agnostic camera localization using dense scene matching (DSM), where a cost volume is constructed between a query image and a scene. The cost volume and the corresponding coordinates are processed by a CNN to predict dense coordinates. Camera poses can then be solved by PnP algorithms. In addition, our method can be extended to temporal domain, which leads to extra performance boost during testing time. Our scene-agnostic approach achieves comparable accuracy as the existing scene-specific approaches, such as KFNet, on the 7scenes and Cambridge benchmark. This approach also remarkably outperforms state-of-the-art scene-agnostic dense coordinate regression network SANet. The Code is available at https://github.com/Tangshitao/Dense-Scene-Matching.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes