论文标题
link3D:3D激光雷达点云的线性关键点表示
LinK3D: Linear Keypoints Representation for 3D LiDAR Point Cloud
论文作者
论文摘要
特征提取和匹配是许多机器人视觉任务的基本部分,例如2D或3D对象检测,识别和注册。众所周知,2D功能提取和匹配已经取得了巨大的成功。不幸的是,在3D领域,由于其描述性不佳和效率低下,当前方法可能无法在机器人视觉任务中广泛应用3D LIDAR传感器。为了解决此限制,我们提出了一种新颖的3D特征表示方法:3D激光点云的线性关键点表示,称为link3d。 Link3D的新颖性在于它充分考虑了LiDar Point云的特征(例如稀疏性和复杂性),并用其强大的邻居关键点表示关键点,在描述关键点的描述中提供了强大的约束。提出的链接3D已在三个公共数据集上进行了评估,实验结果表明我们的方法实现了出色的匹配性能。更重要的是,Link3D还表现出出色的实时性能,比典型旋转激光雷达传感器的10 Hz的传感器框架速率快。 Link3D平均只需花费30毫秒即可从64束束激光雷达收集的点云中提取功能,并且在使用Intel Core i7处理器上执行时,仅需大约20毫秒即可匹配两次激光扫描。此外,我们的方法可以扩展到LiDAR Odometry任务,并显示出良好的可扩展性。我们在https://github.com/yungecui/link3d上发布了方法的实现。
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.