GS-CPR: Efficient Camera Pose Refinement via 3D Gaussian Splatting
Changkun Liu, Shuai Chen, Yash Bhalgat, Siyan Hu, Ming Cheng, Zirui Wang, Victor Adrian Prisacariu, Tristan Braud
TL;DR
GS-CPR tackles the gap in pose refinement accuracy and efficiency by using 3D Gaussian Splatting as a scene representation to render high-quality views and depth, enabling robust 2D-3D correspondences from RGB images. A key component is exposure-adaptive rendering (ACT) that aligns synthetic views with query lighting, while MASt3R provides dense 2D-2D matching to generate 2D-3D correspondences for PnP+RANSAC refinement, all in a one-shot process. A faster variant, GS-CPR_rel, leverages MASt3R’s relative pose and depth to recover scale without 2D-3D matching. Across indoor and outdoor benchmarks, GS-CPR yields state-of-the-art indoor accuracy and substantial runtime advantages over NeRF-based methods, demonstrating a practical, descriptor-free approach to camera relocalization that can plug into existing APR/SCR pipelines.
Abstract
We leverage 3D Gaussian Splatting (3DGS) as a scene representation and propose a novel test-time camera pose refinement (CPR) framework, GS-CPR. This framework enhances the localization accuracy of state-of-the-art absolute pose regression and scene coordinate regression methods. The 3DGS model renders high-quality synthetic images and depth maps to facilitate the establishment of 2D-3D correspondences. GS-CPR obviates the need for training feature extractors or descriptors by operating directly on RGB images, utilizing the 3D foundation model, MASt3R, for precise 2D matching. To improve the robustness of our model in challenging outdoor environments, we incorporate an exposure-adaptive module within the 3DGS framework. Consequently, GS-CPR enables efficient one-shot pose refinement given a single RGB query and a coarse initial pose estimation. Our proposed approach surpasses leading NeRF-based optimization methods in both accuracy and runtime across indoor and outdoor visual localization benchmarks, achieving new state-of-the-art accuracy on two indoor datasets. The project page is available at https://xrim-lab.github.io/GS-CPR/.
