English

Are Minimal Radial Distortion Solvers Necessary for Relative Pose Estimation?

Computer Vision and Pattern Recognition 2025-11-07 v2

Abstract

Estimating the relative pose between two cameras is a fundamental step in many applications such as Structure-from-Motion. The common approach to relative pose estimation is to apply a minimal solver inside a RANSAC loop. Highly efficient solvers exist for pinhole cameras. Yet, (nearly) all cameras exhibit radial distortion. Not modeling radial distortion leads to (significantly) worse results. However, minimal radial distortion solvers are significantly more complex than pinhole solvers, both in terms of run-time and implementation efforts. This paper compares radial distortion solvers with a simple-to-implement approach that combines an efficient pinhole solver with sampled radial distortion parameters. Extensive experiments on multiple datasets and RANSAC variants show that this simple approach performs similarly or better than the most accurate minimal distortion solvers at faster run-times while being significantly more accurate than faster non-minimal solvers. We clearly show that complex radial distortion solvers are not necessary in practice. Code and benchmark are available at https://github.com/kocurvik/rd.

Cite

@article{arxiv.2410.05984,
  title  = {Are Minimal Radial Distortion Solvers Necessary for Relative Pose Estimation?},
  author = {Charalambos Tzamos and Viktor Kocur and Yaqing Ding and Torsten Sattler and Zuzana Kukelova},
  journal= {arXiv preprint arXiv:2410.05984},
  year   = {2025}
}

Comments

Code available at: https://github.com/kocurvik/rd or https://doi.org/10.5281/zenodo.14672694

R2 v1 2026-06-28T19:12:54.933Z