Reloc3r: Large-Scale Training of Relative Camera Pose Regression for Generalizable, Fast, and Accurate Visual Localization
Siyan Dong, Shuzhe Wang, Shaohui Liu, Lulu Cai, Qingnan Fan, Juho Kannala, Yanchao Yang
TL;DR
Reloc3r tackles the challenge of robust visual localization by learning relative camera poses with a large-scale, symmetric relative pose regression network and a minimalist motion averaging module to compute absolute poses. Trained on around eight million image pairs across object-centric, indoor, and outdoor scenes, the approach achieves real-time performance and strong generalization across six public datasets. The key innovations are the fully symmetric ViT-based RPR, non-trainable motion averaging, and the emphasis on scale-free translation directions learned via relative poses. Empirical results show state-of-the-art or competitive performance in both relative pose estimation and absolute pose localization, with significant speed advantages over many baselines, illustrating the practicality of large-scale training for pose regression.
Abstract
Visual localization aims to determine the camera pose of a query image relative to a database of posed images. In recent years, deep neural networks that directly regress camera poses have gained popularity due to their fast inference capabilities. However, existing methods struggle to either generalize well to new scenes or provide accurate camera pose estimates. To address these issues, we present Reloc3r, a simple yet effective visual localization framework. It consists of an elegantly designed relative pose regression network, and a minimalist motion averaging module for absolute pose estimation. Trained on approximately eight million posed image pairs, Reloc3r achieves surprisingly good performance and generalization ability. We conduct extensive experiments on six public datasets, consistently demonstrating the effectiveness and efficiency of the proposed method. It provides high-quality camera pose estimates in real time and generalizes to novel scenes. Code: https://github.com/ffrivera0/reloc3r.
