English

FAR: Flexible, Accurate and Robust 6DoF Relative Camera Pose Estimation

Computer Vision and Pattern Recognition 2024-03-06 v1

Abstract

Estimating relative camera poses between images has been a central problem in computer vision. Methods that find correspondences and solve for the fundamental matrix offer high precision in most cases. Conversely, methods predicting pose directly using neural networks are more robust to limited overlap and can infer absolute translation scale, but at the expense of reduced precision. We show how to combine the best of both methods; our approach yields results that are both precise and robust, while also accurately inferring translation scales. At the heart of our model lies a Transformer that (1) learns to balance between solved and learned pose estimations, and (2) provides a prior to guide a solver. A comprehensive analysis supports our design choices and demonstrates that our method adapts flexibly to various feature extractors and correspondence estimators, showing state-of-the-art performance in 6DoF pose estimation on Matterport3D, InteriorNet, StreetLearn, and Map-free Relocalization.

Keywords

Cite

@article{arxiv.2403.03221,
  title  = {FAR: Flexible, Accurate and Robust 6DoF Relative Camera Pose Estimation},
  author = {Chris Rockwell and Nilesh Kulkarni and Linyi Jin and Jeong Joon Park and Justin Johnson and David F. Fouhey},
  journal= {arXiv preprint arXiv:2403.03221},
  year   = {2024}
}

Comments

Accepted to CVPR 2024. Project Page: https://crockwell.github.io/far/

R2 v1 2026-06-28T15:10:12.966Z