State-of-the-art LiDAR calibration frameworks mainly use non-probabilistic registration methods such as Iterative Closest Point (ICP) and its variants. These methods suffer from biased results due to their pair-wise registration procedure as well as their sensitivity to initialization and parameterization. This often leads to misalignments in the calibration process. Probabilistic registration methods compensate for these drawbacks by specifically modeling the probabilistic nature of the observations. This paper presents GMMCalib, an automatic target-based extrinsic calibration approach for multi-LiDAR systems. Using an implementation of a Gaussian Mixture Model (GMM)-based registration method that allows joint registration of multiple point clouds, this data-driven approach is compared to ICP algorithms. We perform simulation experiments using the digital twin of the EDGAR research vehicle and validate the results in a real-world environment. We also address the local minima problem of local registration methods for extrinsic sensor calibration and use a distance-based metric to evaluate the calibration results. Our results show that an increase in robustness against sensor miscalibrations can be achieved by using GMM-based registration algorithms. The code is open source and available on GitHub.
翻译:当前最先进的激光雷达标定框架主要采用非概率配准方法,如迭代最近点(ICP)及其变体。这类方法因逐对配准流程以及对初始化和参数化的敏感性,容易产生偏差结果,常导致标定过程中的对准失误。概率配准方法通过显式建模观测数据的概率特性弥补了上述缺陷。本文提出GMMCalib——一种面向多激光雷达系统的自动目标式外参标定方法。该方法基于高斯混合模型(GMM)配准实现多片点云联合配准,并与ICP算法进行对比。我们利用EDGAR研究车辆的数字孪生进行仿真实验,并在真实环境中验证结果。针对局部配准方法在外参标定中的局部极小值问题,我们采用基于距离的度量评估标定结果。实验表明,采用基于GMM的配准算法可有效提升对传感器失标的鲁棒性。相关代码已在GitHub开源。