ROCVApr 22, 2021

Efficient LiDAR Odometry for Autonomous Driving

arXiv:2104.10879v149 citations
Originality Incremental advance
AI Analysis

This work improves localization and mapping for autonomous vehicles, but it is incremental as it builds on existing spherical range image and bird's-eye-view methods.

The paper tackles the problem of efficient LiDAR odometry for autonomous driving by addressing inefficiencies in handling large-scale point clouds and ground points, resulting in promising performance on the KITTI odometry benchmark.

LiDAR odometry plays an important role in self-localization and mapping for autonomous navigation, which is usually treated as a scan registration problem. Although having achieved promising performance on KITTI odometry benchmark, the conventional searching tree-based approach still has the difficulty in dealing with the large scale point cloud efficiently. The recent spherical range image-based method enjoys the merits of fast nearest neighbor search by spherical mapping. However, it is not very effective to deal with the ground points nearly parallel to LiDAR beams. To address these issues, we propose a novel efficient LiDAR odometry approach by taking advantage of both non-ground spherical range image and bird's-eye-view map for ground points. Moreover, a range adaptive method is introduced to robustly estimate the local surface normal. Additionally, a very fast and memory-efficient model update scheme is proposed to fuse the points and their corresponding normals at different time-stamps. We have conducted extensive experiments on KITTI odometry benchmark, whose promising results demonstrate that our proposed approach is effective.

Foundations

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

Your Notes