arXiv論文メモ
新着一覧
cs.RO · 査読状況未確認

距離マップで二次元点群の位置合わせを高速化

Unsigned Distance Maps on 2D Point Cloud Registration

Ricardo B. Sousa and Giorgio Grisetti and Héber Miguel Sobreira and Carlos André Silva and António Paulo Moreira

この論文をやさしく読む

ひとことで言うと

点群の位置合わせで毎回の最近傍探索を、あらかじめ作った距離マップの参照に置き換えます。

何に役立つ?

移動ロボットのレーザー測位やSLAMで、二次元点群を合わせる計算の候補になります。要旨では合成データと実データでの比較結果を報告しています。

この研究の面白いところ

距離だけでなくその空間微分も前計算し、センサー雑音のある状況での対応づけの安定化につなげています。

どこまで分かった?

評価は合成ベンチマークとIILABS 3Dデータセットで行われています。実機での計算時間の改善幅や他のデータセットへの一般化は要旨に示されていません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

二次元点群の位置合わせは、移動ロボットのレーザーオドメトリーや自己位置推定と地図作成の同時実行(SLAM)で必要になる。反復最近点法(ICP)は広く使われるが、反復のたびに最近傍探索で点の対応を計算し直す。一方、対応づけを使わない代替法は、走査データと地図の位置合わせに重点を置いている。本論文は、符号なし距離マップに基づく二次元点群の位置合わせ手法を提案する。離散格子上で、最も近い参照点までのユークリッド距離とその空間微分を前計算し、各反復での探索を定数時間O(1)の参照に置き換える。さらに、点と点、点と平面の誤差式をSE(2)多様体上で導き、ガウス・ニュートン最適化で解く。合成ベンチマークと実世界のIILABS 3Dデータセットでは、前計算した点と点の方式が解析的な対応方式より優れていた。また、前計算した勾配がセンサー雑音下の対応づけを正則化するため、点と平面の方式に比べても、競争力のあるレーザーオドメトリーのドリフトを達成した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

2D point cloud registration arises in laser odometry and Simultaneous Localization and Mapping (SLAM) for mobile robots. Iterative Closest Point (ICP) is one of the most widely used approaches. Still, its iterative procedure recomputes correspondences via nearest-neighbor search at every iteration, whereas correspondence-free alternatives focus on scan-to-map alignment. This paper proposes a 2D point cloud registration approach based on unsigned distance maps, precomputing the Euclidean distance to the nearest reference point, along with its spatial derivatives, over a discrete grid, replacing the per-iteration search with O(1) lookups. Moreover, point-to-point and point-to-plane error formulations are derived on the SE(2) manifold and solved via Gauss-Newton optimization. On a synthetic benchmark and the real-world IILABS 3D dataset, the precomputed point-to-point variant outperforms its analytical counterparts, achieving competitive laser-odometry drift compared to point-to-plane formulations, as the precomputed gradient regularizes correspondences in the presence of sensor noise.

著者のコメント

8 pages, 0 figures, 4 tables. Accepted to the 9th Iberian Robotics Conference (ROBOT2026), November 18-20, 2026, Barcelona, Spain. Source code: https://github.com/INESCTEC/ricoslam

arXiv ID: 2609.25932 / 要約の誤りについて