arXiv:2501.19382cs.CVcs.RO2025-01被引 6

用图注意力网络提升激光雷达回环检测的语义识别能力

LiDAR Loop Closure Detection using Semantic Graphs with Graph Attention Networks

  • 构建语义图并用图注意力网络编码空间与语义信息
  • 通过图向量差值检测回环,比基线提升13%最大F1分数
  • 适合做激光雷达SLAM系统中高精度回环检测的研究者

本文提出一种新型回环检测算法,利用图注意力神经网络编码语义图以实现场景识别,并通过语义配准估计6自由度相对位姿约束。该算法包含两个核心模块:语义图编码模块和图对比模块。语义图编码模块采用图注意力网络,高效融合输入点云的语义、空间与几何信息;在节点嵌入和图嵌入阶段均引入自注意力机制,生成具有区分性的图向量。随后,在图对比模块中比较当前扫描与关键帧扫描的图向量,识别潜在回环。消融实验表明,使用两图向量差异显著提升性能。最后,我们实现了语义配准算法,对候选回环扫描进行6自由度相对位姿估计,用于激光雷达SLAM系统。在公开数据集上的大量评估显示,本模型更准确且鲁棒,在SemanticKITTI数据集上相较基线语义图算法取得13%的最大F1分数提升。为促进社区发展,我们已开源完整算法实现及定制化语义配准代码,详见https://github.com/crepuscularlight/SemanticLoopClosure。

原文摘要 · Abstract (English)

In this paper, we propose a novel loop closure detection algorithm that uses graph attention neural networks to encode semantic graphs to perform place recognition and then use semantic registration to estimate the 6 DoF relative pose constraint. Our place recognition algorithm has two key modules, namely, a semantic graph encoder module and a graph comparison module. The semantic graph encoder employs graph attention networks to efficiently encode spatial, semantic and geometric information from the semantic graph of the input point cloud. We then use self-attention mechanism in both node-embedding and graph-embedding steps to create distinctive graph vectors. The graph vectors of the current scan and a keyframe scan are then compared in the graph comparison module to identify a possible loop closure. Specifically, employing the difference of the two graph vectors showed a significant improvement in performance, as shown in ablation studies. Lastly, we implemented a semantic registration algorithm that takes in loop closure candidate scans and estimates the relative 6 DoF pose constraint for the LiDAR SLAM system. Extensive evaluation on public datasets shows that our model is more accurate and robust, achieving 13% improvement in maximum F1 score on the SemanticKITTI dataset, when compared to the baseline semantic graph algorithm. For the benefit of the community, we open-source the complete implementation of our proposed algorithm and custom implementation of semantic registration at https://github.com/crepuscularlight/SemanticLoopClosure

激光雷达回环检测图神经网络语义分割

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。