English

Neural Refinement for Absolute Pose Regression with Feature Synthesis

Computer Vision and Pattern Recognition 2024-03-04 v2

Abstract

Absolute Pose Regression (APR) methods use deep neural networks to directly regress camera poses from RGB images. However, the predominant APR architectures only rely on 2D operations during inference, resulting in limited accuracy of pose estimation due to the lack of 3D geometry constraints or priors. In this work, we propose a test-time refinement pipeline that leverages implicit geometric constraints using a robust feature field to enhance the ability of APR methods to use 3D information during inference. We also introduce a novel Neural Feature Synthesizer (NeFeS) model, which encodes 3D geometric features during training and directly renders dense novel view features at test time to refine APR methods. To enhance the robustness of our model, we introduce a feature fusion module and a progressive training strategy. Our proposed method achieves state-of-the-art single-image APR accuracy on indoor and outdoor datasets.

Keywords

Cite

@article{arxiv.2303.10087,
  title  = {Neural Refinement for Absolute Pose Regression with Feature Synthesis},
  author = {Shuai Chen and Yash Bhalgat and Xinghui Li and Jiawang Bian and Kejie Li and Zirui Wang and Victor Adrian Prisacariu},
  journal= {arXiv preprint arXiv:2303.10087},
  year   = {2024}
}

Comments

Paper Accepted by CVPR 2024. Project Page: http://nefes.active.vision. Code will be released at https://github.com/ActiveVisionLab/NeFeS

R2 v1 2026-06-28T09:21:49.050Z