基于八叉树的端到端框架,实现森林场景下高精度6自由度定位与重排序。
HOTFLoc++: End-to-End Hierarchical LiDAR Place Recognition, Re-Ranking, and 6-DoF Metric Localisation in Forests
- 采用多粒度八叉树变换器提取特征,增强对杂乱和视角变化的鲁棒性。
- 在公开数据集上召回率达90.7%,较基线提升29.6个百分点,定位误差<2m且<5°的占比97.2%。
- 多尺度几何验证模块使定位误差平均降低2倍,推理速度比RANSAC快近100倍。
本文提出HOTFLoc++,一种用于森林环境中激光雷达场景识别、重排序与6-DoF度量定位的端到端分层框架。通过八叉树基础的Transformer,在多个粒度上提取特征,提升在地面与空中等复杂场景中对遮挡、自相似性和视角变化的鲁棒性。提出可学习的多尺度几何验证机制,减少因单尺度对应关系退化导致的重排序失败。联合训练策略通过联合优化场景识别、重排序与定位任务,强制八叉树层级的多尺度几何一致性,加速场景识别收敛。实验表明,该系统在公共数据集上的定位误差与基线相当或更低,对密集点云的注册速度比基于RANSAC的方法快近两个数量级。在CS-Wild-Places数据集上,平均召回率@1达到90.7%,较基线提升29.6个百分点;在Wild-Places和MulRan单源基准上分别达到91.7%和97.9%。97.2%的6-DoF注册尝试误差低于2m和5°,多尺度重排序模块使定位误差平均降低约2倍。代码已开源:https://github.com/csiro-robotics/HOTFLoc。
原文摘要 · Abstract (English)
This article presents HOTFLoc++, an end-to-end hierarchical framework for LiDAR place recognition, re-ranking, and 6-DoF metric localisation in forests. Leveraging an octree-based transformer, our approach extracts features at multiple granularities to increase robustness to clutter, self-similarity, and viewpoint changes in challenging scenarios, including ground-to-ground and ground-to-aerial in forest and urban environments. We propose learnable multi-scale geometric verification to reduce re-ranking failures due to degraded single-scale correspondences. Our joint training protocol enforces multi-scale geometric consistency of the octree hierarchy via joint optimisation of place recognition with re-ranking and localisation, improving place recognition convergence. Our system achieves comparable or lower localisation errors to baselines, with runtime improvements of almost two orders of magnitude over RANSAC-based registration for dense point clouds. Experimental results on public datasets show the superiority of our approach compared to state-of-the-art methods, achieving an average Recall@1 of 90.7% on CS-Wild-Places: an improvement of 29.6 percentage points over baselines, while maintaining high performance on single-source benchmarks with an average Recall@1 of 91.7% and 97.9% on Wild-Places and MulRan, respectively. Our method achieves under 2m and 5$^{\circ}$ error for 97.2% of 6-DoF registration attempts, with our multi-scale re-ranking module reducing localisation errors by ~2x on average. The code is available at https://github.com/csiro-robotics/HOTFLoc.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。