CVDec 11, 2018

LPD-Net: 3D Point Cloud Learning for Large-Scale Place Recognition and Environment Analysis

arXiv:1812.07050v252 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of point cloud-based place recognition for applications like robotics and autonomous navigation, but it is incremental as it builds on existing methods like PointNetVLAD.

The paper tackles the problem of extracting discriminative global descriptors from raw 3D point clouds for large-scale place recognition in dynamic environments, achieving state-of-the-art performance by outperforming PointNetVLAD and demonstrating robustness to weather and light conditions compared to vision-based solutions.

Point cloud based place recognition is still an open issue due to the difficulty in extracting local features from the raw 3D point cloud and generating the global descriptor, and it's even harder in the large-scale dynamic environments. In this paper, we develop a novel deep neural network, named LPD-Net (Large-scale Place Description Network), which can extract discriminative and generalizable global descriptors from the raw 3D point cloud. Two modules, the adaptive local feature extraction module and the graph-based neighborhood aggregation module, are proposed, which contribute to extract the local structures and reveal the spatial distribution of local features in the large-scale point cloud, with an end-to-end manner. We implement the proposed global descriptor in solving point cloud based retrieval tasks to achieve the large-scale place recognition. Comparison results show that our LPD-Net is much better than PointNetVLAD and reaches the state-of-the-art. We also compare our LPD-Net with the vision-based solutions to show the robustness of our approach to different weather and light conditions.

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