ROCVSep 25, 2019

A fast, complete, point cloud based loop closure for LiDAR odometry and mapping

arXiv:1909.11811v154 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses drift correction for LiDAR-based navigation systems, offering a practical, incremental improvement to existing LOAM algorithms.

The paper tackles long-term drift in LiDAR odometry and mapping by proposing a fast, rotation-invariant loop closure method using 2D histogram cross-correlation, achieving reliable and accurate detection with open-source implementation.

This paper presents a loop closure method to correct the long-term drift in LiDAR odometry and mapping (LOAM). Our proposed method computes the 2D histogram of keyframes, a local map patch, and uses the normalized cross-correlation of the 2D histograms as the similarity metric between the current keyframe and those in the map. We show that this method is fast, invariant to rotation, and produces reliable and accurate loop detection. The proposed method is implemented with careful engineering and integrated into the LOAM algorithm, forming a complete and practical system ready to use. To benefit the community by serving a benchmark for loop closure, the entire system is made open source on Github

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes