提出更简单高效的相机位姿估计算法,精度接近顶尖方法。
Camera Pose Revisited
- 用凯利参数化旋转+最小二乘优化,结合误差分析确定初始点。
- 在高分辨率和热成像数据上,投影精度接近最优且高于IPPE。
- 算法结构简洁,收敛过程直观,适合教学与实际部署。
相机位姿估计是计算机视觉中关键问题,尤其在标定与多传感器系统中。本文聚焦平面PnP问题,提出 exttt{PnP-ProCay78}算法,融合经典二次重建误差与凯利参数化旋转,通过分析两个标准向量的重建误差,确定确定性初始点,避免复杂搜索。实验使用高分辨率RGB与低分辨率热成像数据,在集成RGB-IR设置下验证。结果表明,该算法投影精度几乎等同于最优 exttt{SQPnP},略高于 exttt{IPPE}等主流 exttt{PnP-OpenCV}方法,同时具有显著更简单的结构。此外,凯利空间中的优化轨迹分析提供了直观收敛理解,兼具实用性与教学价值。该方法将投影误差最小化与解析消去的重建误差代理相结合,形成几何清晰、计算高效混合代价函数。
原文摘要 · Abstract (English)
Estimating the position and orientation of a camera with respect to an observed scene is one of the central problems in computer vision, particularly in the context of camera calibration and multi-sensor systems. This paper addresses the planar Perspective--$n$--Point problem, with special emphasis on the initial estimation of the pose of a calibration object. As a solution, we propose the \texttt{PnP-ProCay78} algorithm, which combines the classical quadratic formulation of the reconstruction error with a Cayley parameterization of rotations and least-squares optimization. The key component of the method is a deterministic selection of starting points based on an analysis of the reconstruction error for two canonical vectors, allowing costly solution-space search procedures to be avoided. Experimental validation is performed using data acquired also from high-resolution RGB cameras and very low-resolution thermal cameras in an integrated RGB--IR setup. The results demonstrate that the proposed algorithm achieves practically the same projection accuracy as optimal \texttt{SQPnP} and slightly higher than \texttt{IPPE}, both prominent \texttt{PnP-OpenCV} procedures. However, \texttt{PnP-ProCay78} maintains a significantly simpler algorithmic structure. Moreover, the analysis of optimization trajectories in Cayley space provides an intuitive insight into the convergence process, making the method attractive also from a didactic perspective. Unlike existing PnP solvers, the proposed \texttt{PnP-ProCay78} algorithm combines projection error minimization with an analytically eliminated reconstruction-error surrogate for translation, yielding a hybrid cost formulation that is both geometrically transparent and computationally efficient.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。