FAR: Flexible, Accurate and Robust 6DoF Relative Camera Pose Estimation
It addresses the trade-off between precision and robustness in camera pose estimation for computer vision applications, offering a flexible solution that improves performance across multiple benchmarks.
The paper tackles the problem of 6DoF relative camera pose estimation by combining correspondence-based and neural network methods to achieve high precision and robustness, showing state-of-the-art performance on datasets like Matterport3D and StreetLearn.
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.