菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-29
📄 Abstract - Point Cloud Registration via Probabilistic Self-Update Local Correspondence and Line Vector Sets

Point cloud registration (PCR) is a fundamental task for integrating 3D observations in remote sensing applications. This paper proposes a fast and effective PCR algorithm utilizing probabilistic self-updating local correspondence and line vector sets. Our dual RANSAC interaction model comprises a global RANSAC evaluating the global correspondence set and a local RANSAC operating on dynamically updated local sets. Initially, these local sets are constructed using angle histogram statistics and line vector length preservation techniques. To improve accuracy, a probabilistic self-updating strategy refines the local sets after each interaction round. To reduce runtime, we introduce a global early termination condition that optimally balances accuracy and efficiency. Finally, a weighted singular value decomposition estimates the registration solution. Evaluations on public datasets demonstrate our algorithm achieves superior time efficiency and at least a 10% root mean square error improvement over state-of-the-art methods. The C++ source code is publicly available at this https URL.

顶级标签: computer vision machine learning
详细标签: point cloud registration ransac 3d registration probabilistic matching remote sensing 或 搜索:

基于概率自更新局部对应与线向量集的三维点云配准方法 / Point Cloud Registration via Probabilistic Self-Update Local Correspondence and Line Vector Sets


1️⃣ 一句话总结

本文提出了一种快速、高精度的三维点云配准算法,通过结合概率自更新的局部匹配策略和线向量特征,在保证运行效率的同时,将配准误差相比现有最优方法降低了至少10%。

源自 arXiv: 2604.26318