paper-with-me

Papers

RSKDD-Net: Random Sample-based Keypoint Detector and Descriptor

2020-10-23 · NeurIPS 2020 12 · Fan Lu, Guang Chen, Yinlong Liu, Zhongnan Qu, Alois Knoll

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 in a weakly supervised manner. Extensive experiments on two large scale outdoor LiDAR datasets show that the proposed RSKDD-Net achieves state-of-the-art performance with more than 15 times faster than existing methods. Our code is available at https://github.com/ispc-lab/RSKDD-Net.

📄 PDF Abstract BibTeX arXiv:2010.12394

Code (1)

ispc-lab/RSKDD-Net 공식 구현 pytorch

Tasks

Point Cloud RegistrationSaliency Prediction

Similar Papers 제목 키워드 기반

KDD-LOAM: Jointly Learned Keypoint Detector and Descriptors Assisted LiDAR Odometry and Mapping

2023-09-27 · Renlang Huang, Minglei Zhao, Jiming Chen, Liang Li

Sparse keypoint matching based on distinct 3D feature representations can improve the efficiency and robustness of point cloud registration. Existing learning-based 3D descriptors and keypoint detectors are either indepe…

Point Cloud RegistrationSelf-Supervised Learning

D2Former: Jointly Learning Hierarchical Detectors and Contextual Descriptors via Agent-Based Transformers

2023-01-01 · CVPR 2023 1 · Jianfeng He, Yuan Gao, Tianzhu Zhang, Zhe Zhang 외

Establishing pixel-level matches between image pairs is vital for a variety of computer vision applications. However, achieving robust image matching remains challenging because CNN extracted descriptors usually lack…

SD2Event:Self-supervised Learning of Dynamic Detectors and Contextual Descriptors for Event Cameras

2024-01-01 · CVPR 2024 1 · Yuan Gao, Yuqing Zhu, Xinjun Li, Yimin Du 외

Event cameras offer many advantages over traditional frame-based cameras such as high dynamic range and low latency. Therefore event cameras are widely applied in diverse computer vision applications where event-base…

Keypoint Detection

On the Comparison of Classic and Deep Keypoint Detector and Descriptor Methods

2020-07-20 · Kristijan Bartol, David Bojanić, Tomislav Pribanić, Tomislav Petković 외

The purpose of this study is to give a performance comparison between several classic hand-crafted and deep key-point detector and descriptor methods. In particular, we consider the following classical algorithms: SIFT, …

Retrieval

Learning a Descriptor-Specific 3D Keypoint Detector

2015-12-01 · ICCV 2015 12 · Samuele Salti, Federico Tombari, Riccardo Spezialetti, Luigi Di Stefano

Keypoint detection represents the first stage in the majority of modern computer vision pipelines based on automatically established correspondences between local descriptors. However, no standard solution has emerged ye…

Binary ClassificationKeypoint Detection