LinK3D: Linear Keypoints Representation for 3D LiDAR Point Cloud
Yunge Cui, Yinlong Zhang, Jiahua Dong, Haibo Sun, Xieyuanli Chen, Feng Zhu
TL;DR
LinK3D introduces a GPU-free, real-time 3D LiDAR feature representation that describes a keypoint by its aggregation neighbors, yielding a $180$-dimensional descriptor computed from a sectorized XY plane and oriented by a main direction. The method combines edge-point extraction, sector-based aggregation, and robust descriptor generation with an efficient matching scheme, achieving strong inlier performance on sparse LiDAR data and real-time CPU operation (about $30$ ms extraction and $20$ ms matching on a $64$-beam LiDAR at around $10~\mathrm{Hz}$). It demonstrates competitive LiDAR odometry results and broad applicability to downstream tasks, with code released publicly. While robust in structured scenes, LinK3D shows limitations in unstructured environments, motivating future work to enhance robustness and extend to more 3D vision tasks.
Abstract
Feature extraction and matching are the basic parts of many robotic vision tasks, such as 2D or 3D object detection, recognition, and registration. As is known, 2D feature extraction and matching have already achieved great success. Unfortunately, in the field of 3D, the current methods may fail to support the extensive application of 3D LiDAR sensors in robotic vision tasks due to their poor descriptiveness and inefficiency. To address this limitation, we propose a novel 3D feature representation method: Linear Keypoints representation for 3D LiDAR point cloud, called LinK3D. The novelty of LinK3D lies in that it fully considers the characteristics (such as the sparsity and complexity) of LiDAR point clouds and represents the keypoint with its robust neighbor keypoints, which provide strong constraints in the description of the keypoint. The proposed LinK3D has been evaluated on three public datasets, and the experimental results show that our method achieves great matching performance. More importantly, LinK3D also shows excellent real-time performance, faster than the sensor frame rate at 10 Hz of a typical rotating LiDAR sensor. LinK3D only takes an average of 30 milliseconds to extract features from the point cloud collected by a 64-beam LiDAR and takes merely about 20 milliseconds to match two LiDAR scans when executed on a computer with an Intel Core i7 processor. Moreover, our method can be extended to LiDAR odometry task, and shows good scalability. We release the implementation of our method at https://github.com/YungeCui/LinK3D.
