Are Minimal Radial Distortion Solvers Really Necessary for Relative Pose Estimation?
Viktor Kocur, Charalambos Tzamos, Yaqing Ding, Zuzana Berger Haladova,, Torsten Sattler, Zuzana Kukelova

TL;DR
This paper demonstrates that simple, non-minimal radial distortion correction methods can achieve comparable accuracy to complex minimal solvers in relative pose estimation, simplifying implementation without sacrificing performance.
Contribution
It compares traditional minimal radial distortion solvers with simpler sampling and neural network-based approaches, showing the latter are sufficient in practice.
Findings
Sampling radial undistortion parameters is effective.
Neural network-based distortion estimation performs well.
Complex minimal solvers are often unnecessary.
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 two simple-to-implement approaches that do not use minimal radial distortion solvers: The first approach combines an efficient pinhole solver with sampled radial undistortion parameters, where the sampled parameters are used for undistortion prior to applying the pinhole solver. The second approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Robotic Mechanisms and Dynamics · Hand Gesture Recognition Systems
MethodsSparse Evolutionary Training
