TL;DR
This paper introduces a novel LiDAR loop closure detection method using graph attention neural networks to encode semantic graphs, improving accuracy and robustness in place recognition and pose estimation for SLAM systems.
Contribution
The paper proposes a new semantic graph encoding and comparison approach with graph attention networks, enhancing loop closure detection and semantic registration in LiDAR SLAM.
Findings
Achieved 13% improvement in maximum F1 score on SemanticKITTI dataset.
Demonstrated robustness and accuracy over baseline methods.
Open-sourced the implementation for community use.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need
