ROCVJan 12, 2022

Globally Optimal Multi-Scale Monocular Hand-Eye Calibration Using Dual Quaternions

arXiv:2201.04473v18 citations
AI Analysis

This work addresses calibration challenges in robotics and computer vision for sensor setups, but it is incremental as it builds on existing dual quaternion methods with a focus on multi-scale estimation.

The paper tackles the problem of monocular hand-eye calibration with non-metric scaling by deriving a quadratically constrained quadratic program using dual quaternions to estimate all extrinsic parameters efficiently. It presents both local and globally optimal solving approaches, achieving low run-times and outperforming state-of-the-art methods on datasets like EuRoC MAV.

In this work, we present an approach for monocular hand-eye calibration from per-sensor ego-motion based on dual quaternions. Due to non-metrically scaled translations of monocular odometry, a scaling factor has to be estimated in addition to the rotation and translation calibration. For this, we derive a quadratically constrained quadratic program that allows a combined estimation of all extrinsic calibration parameters. Using dual quaternions leads to low run-times due to their compact representation. Our problem formulation further allows to estimate multiple scalings simultaneously for different sequences of the same sensor setup. Based on our problem formulation, we derive both, a fast local and a globally optimal solving approach. Finally, our algorithms are evaluated and compared to state-of-the-art approaches on simulated and real-world data, e.g., the EuRoC MAV dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes