基于点云结构相似性,实现无需训练的水下声呐回环检测
Point Cloud Structural Similarity-based Underwater Sonar Loop Detection
- 直接处理3D声呐点云,不依赖2D投影或关键点提取
- 在南极与近岸水域数据集上表现最优,优于现有方法
- 适合新环境快速部署,无需模型训练或预处理
本文提出一种基于点云结构相似性的水下声呐回环检测方法,用于声呐传感器的同步定位与地图构建。现有方法多依赖二维投影和关键点提取,易造成数据丢失且在特征稀疏环境下性能下降;而基于神经网络或词袋的方法需大量预处理,如模型训练或词汇构建,适应性差。为此,本方法直接利用三维声呐点云,通过几何、法向量和曲率计算逐点结构特征图,结合旋转不变的相似性比对,避免了关键点检测,提升了不同水下地形下的鲁棒性。我们在两个真实数据集上验证:来自深海南极的数据集和来自河流湖泊的Seaward数据集。实验表明,该方法在回环检测性能上优于现有基于关键点和学习的方法,且无需额外训练或预处理。代码已开源:https://github.com/donghwijung/point_cloud_structural_similarity_based_underwater_sonar_loop_detection。
原文摘要 · Abstract (English)
In this letter, we propose a point cloud structural similarity-based loop detection method for underwater Simultaneous Localization and Mapping using sonar sensors. Existing sonar-based loop detection approaches often rely on 2D projection and keypoint extraction, which can lead to data loss and poor performance in feature-scarce environments. Additionally, methods based on neural networks or Bag-of-Words require extensive preprocessing, such as model training or vocabulary creation, reducing adaptability to new environments. To address these challenges, our method directly utilizes 3D sonar point clouds without projection and computes point-wise structural feature maps based on geometry, normals, and curvature. By leveraging rotation-invariant similarity comparisons, the proposed approach eliminates the need for keypoint detection and ensures robust loop detection across diverse underwater terrains. We validate our method using two real-world datasets: the Antarctica dataset obtained from deep underwater and the Seaward dataset collected from rivers and lakes. Experimental results show that our method achieves the highest loop detection performance compared to existing keypointbased and learning-based approaches while requiring no additional training or preprocessing. Our code is available at https://github.com/donghwijung/point_cloud_structural_similarity_based_underwater_sonar_loop_detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。