arXiv:2606.26863cs.CV2026-06

用7个仿射对应点实现高效滚动快门位姿估计

Rolling Shutter Relative Pose Estimation Made Practical

论文配图:Rolling Shutter Relative Pose Estimation Made Practical
图 1 · 摘自论文原文
  • 引入仿射对应关系,建立修正的滚动快门约束
  • 仅需7个对应点,1.2毫秒内完成位姿与快门参数求解
  • 首次实现滚动快门下精确平动速度估计,适用于无人机等场景

滚动快门相机广泛用于消费级设备,但其相对位姿估计长期不实用:现有最优求解器需至少20个点对应,导致RANSAC鲁棒估计因迭代次数指数增长而开销巨大。本文通过将仿射对应(ACs)引入滚动快门双视图几何,推导出新的 extit{RS校正仿射约束},每对应点提供两个超越标准对极约束的方程。基于此,提出线性化代数求解器,仅需7个AC即可估计位姿与滚动快门运动。该方法利用快门参数物理量小的特点进行线性化,通过零空间投影消除12个未知量,剩余20次方系统通过作用矩阵在1.2毫秒内求解。在TUM RS基准上,本方法在所有测试方法中达到最佳位姿与快门参数精度,并唯一能准确估计平动速度——该量仅靠点对应难以分辨,因 extbf{v}- extbf{t}耦合而条件差。在全局快门EuRoC MAV数据集上,其精度与标准5点算法相当,证明其良好泛化能力。代码见https://github.com/danini/rolling_shutter_made_practical。

原文摘要 · Abstract (English)

Rolling shutter (RS) cameras equip virtually all consumer devices, yet RS-aware relative pose estimation has remained impractical: the state-of-the-art solver requires a minimum of 20 point correspondences, making RANSAC-based robust estimation prohibitively expensive due to the exponential dependence of the iteration count on the sample size. We make RS relative pose estimation practical by introducing affine correspondences (ACs) into the RS two-view geometry. We derive novel \emph{RS-corrected affine constraints} that account for the coupling between point perturbations and the row-dependent essential matrix, providing two equations per correspondence beyond the standard epipolar constraint. Building on these constraints, we develop a linearized algebraic solver that estimates pose and RS motion from only 7 ACs. The solver exploits the physical smallness of RS parameters to linearize the constraints, eliminates the 12 RS unknowns via null-space projection, and solves the remaining degree-20 system via action matrices in 1.2\,ms. On the TUM RS benchmark, our method achieves the best pose and RS parameter accuracy among all tested methods and, uniquely among RS solvers, provides accurate translational velocity estimates -- which are poorly conditioned from point correspondences alone due to a $\vec{v}$-$\vec{t}$ coupling. On the global-shutter EuRoC MAV dataset, the solver achieves comparable accuracy to the standard 5-point algorithm, demonstrating that it generalizes well to the GS setting. Code is at https://github.com/danini/rolling_shutter_made_practical.

位姿估计滚动快门视觉里程计无人机

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