RSKDD-Net: Random Sample-based Keypoint Detector and Descriptor
Fan Lu, Guang Chen, Yinlong Liu, Zhongnan Qu, Alois Knoll

TL;DR
RSKDD-Net introduces an efficient random sampling approach combined with a learning-based method for keypoint detection and description, significantly improving large-scale point cloud registration speed and accuracy.
Contribution
It proposes a novel random sampling strategy with a dilation cluster and attention mechanism for joint keypoint detection and description in large-scale scenes.
Findings
Achieves state-of-the-art registration performance on outdoor LiDAR datasets.
Over 15 times faster than existing methods.
Effective in large-scale outdoor point cloud registration.
Abstract
Keypoint detector and descriptor are two main components of point cloud registration. Previous learning-based keypoint detectors rely on saliency estimation for each point or farthest point sample (FPS) for candidate points selection, which are inefficient and not applicable in large scale scenes. This paper proposes Random Sample-based Keypoint Detector and Descriptor Network (RSKDD-Net) for large scale point cloud registration. The key idea is using random sampling to efficiently select candidate points and using a learning-based method to jointly generate keypoints and descriptors. To tackle the information loss of random sampling, we exploit a novel random dilation cluster strategy to enlarge the receptive field of each sampled point and an attention mechanism to aggregate the positions and features of neighbor points. Furthermore, we propose a matching loss to train the descriptor…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization · Human Pose and Action Recognition
