arXiv:2505.00866cs.CV2025-05IJCV被引 1

复杂径向畸变求解器未必必要,简单采样法也能达到良好效果。

Are Minimal Radial Distortion Solvers Really Necessary for Relative Pose Estimation?

  • 用采样畸变参数预校正图像,再用快速针孔求解器估计姿态
  • 在多个数据集上表现接近甚至超过复杂最小解法,误差差距小于1.5°
  • 适合追求快速实现且对精度要求不极致的工程应用

相对位姿估计是结构光恢复等任务的基础步骤。传统方法在RANSAC中使用最小解法求解。针对针孔相机的高效解法已成熟,但几乎所有相机都存在径向畸变。忽略畸变会导致显著性能下降。然而,考虑畸变的最小解法在计算和实现上复杂度高。本文对比了两种无需最小畸变解法的替代方案:第一种将高效针孔解法与采样畸变参数结合,先用采样参数进行去畸变再求解;第二种采用前沿神经网络直接预测畸变参数,而非从候选值中采样。在多个数据集及不同相机配置下的大量实验表明,复杂最小畸变解法在实践中并非必需。文章还讨论了在何种条件下采样法优于基于学习的参数校准方法。代码与新构建的径向畸变下相对位姿估计基准已在https://github.com/kocurvik/rdnet发布。

原文摘要 · Abstract (English)

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 uses a state-of-the-art neural network to estimate the distortion parameters rather than sampling them from a set of potential values. Extensive experiments on multiple datasets, and different camera setups, show that complex minimal radial distortion solvers are not necessary in practice. We discuss under which conditions a simple sampling of radial undistortion parameters is preferable over calibrating cameras using a learning-based prior approach. Code and newly created benchmark for relative pose estimation under radial distortion are available at https://github.com/kocurvik/rdnet.

位姿估计径向畸变优化算法工程实现

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。