Iterative Closest Point (ICP) などのポイント クラウド レジストレーションの一般的なアルゴリズムでは、レジストレーションを正常に実行するために、2 つのポイント クラウド間の適切な初期変換推定が必要です。この開始条件を選択するための最先端の方法は、確率的サンプリングまたは分枝限定法などのグローバル最適化手法に依存しています。この作業では、重要な初期 ICP 変換を見つけるためのベイジアン最適化に基づく新しい方法を提示します。私たちのメソッドには 3 つの異なる構成が用意されており、アルゴリズムの汎用性を強調して、オフライン マップの作成など、より多くの実行時間を利用できる状況で、迅速な結果を見つけてそれらを改良することができます。実験は一般的なデータセットで実行され、同様の計算時間が与えられた場合、私たちのアプローチが最先端の方法よりも優れていることを示しています。さらに、すべての ICP ベースの方法の開始点である初期変換の選択のみに焦点を当てているため、ICP の他の改善と互換性があります。
Typical algorithms for point cloud registration such as Iterative Closest Point (ICP) require a favorable initial transform estimate between two point clouds in order to perform a successful registration. State-of-the-art methods for choosing this starting condition rely on stochastic sampling or global optimization techniques such as branch and bound. In this work, we present a new method based on Bayesian optimization for finding the critical initial ICP transform. We provide three different configurations for our method which highlights the versatility of the algorithm to both find rapid results and refine them in situations where more runtime is available such as offline map building. Experiments are run on popular data sets and we show that our approach outperforms state-of-the-art methods when given similar computation time. Furthermore, it is compatible with other improvements to ICP, as it focuses solely on the selection of an initial transform, a starting point for all ICP-based methods.