paper-with-me

홈 › Papers

Unsupervised Point Cloud Registration with Self-Distillation

2024-09-11 · Christian Löwens, Thorben Funke, André Wagner, Alexandru Paul Condurache

Rigid point cloud registration is a fundamental problem and highly relevant in robotics and autonomous driving. Nowadays deep learning methods can be trained to match a pair of point clouds, given the transformation between them. However, this training is often not scalable due to the high cost of collecting ground truth poses. Therefore, we present a self-distillation approach to learn point cloud registration in an unsupervised fashion. Here, each sample is passed to a teacher network and an augmented view is passed to a student network. The teacher includes a trainable feature extractor and a learning-free robust solver such as RANSAC. The solver forces consistency among correspondences and optimizes for the unsupervised inlier ratio, eliminating the need for ground truth labels. Our approach simplifies the training procedure by removing the need for initial hand-crafted features or consecutive point cloud frames as seen in related methods. We show that our method not only surpasses them on the RGB-D benchmark 3DMatch but also generalizes well to automotive radar, where classical features adopted by others fail. The code is available at https://github.com/boschresearch/direg .

📄 PDF Abstract BibTeX arXiv:2409.07558

Code (1)

boschresearch/direg 공식 구현 pytorch

Tasks

Autonomous DrivingPoint Cloud Registration

Similar Papers 제목 키워드 기반

Unsupervised Deep Probabilistic Approach for Partial Point Cloud Registration

2023-03-23 · CVPR 2023 1 · Guofeng Mei, Hao Tang, Xiaoshui Huang, Weijie Wang 외

Deep point cloud registration methods face challenges to partial overlaps and rely on labeled data. To address these issues, we propose UDPReg, an unsupervised deep probabilistic registration framework for point clouds w…

Point Cloud Registration

One-Nearest Neighborhood Guides Inlier Estimation for Unsupervised Point Cloud Registration

2023-07-26 · Yongzhe Yuan, Yue Wu, Maoguo Gong, Qiguang Miao 외

The precision of unsupervised point cloud registration methods is typically limited by the lack of reliable inlier estimation and self-supervised signal, especially in partially overlapping scenarios. In this paper, we p…

Model OptimizationPoint Cloud Registration

Self-Supervised Point Cloud Registration with Deep Versatile Descriptors

2022-01-25 · Dongrui Liu, Chuanchuan Chen, Changqing Xu, Robert Qiu 외

As a fundamental yet challenging problem in intelligent transportation systems, point cloud registration attracts vast attention and has been attained with various deep learning-based algorithms. The unsupervised registr…

Computational EfficiencyPoint cloud reconstructionPoint Cloud RegistrationRepresentation Learning

Extend Your Own Correspondences: Unsupervised Distant Point Cloud Registration by Progressive Distance Extension

2024-03-06 · CVPR 2024 1 · Quan Liu, Hongzi Zhu, Zhenxi Wang, Yunsong Zhou 외

Registration of point clouds collected from a pair of distant vehicles provides a comprehensive and accurate 3D view of the driving scenario, which is vital for driving safety related applications, yet existing literatur…

Point Cloud Registration

Unsupervised Point Cloud Registration via Salient Points Analysis (SPA)

2020-09-02 · Pranav Kadam, Min Zhang, Shan Liu, C. -C. Jay Kuo

An unsupervised point cloud registration method, called salient points analysis (SPA), is proposed in this work. The proposed SPA method can register two point clouds effectively using only a small subset of salient poin…

Deep LearningPoint Cloud RegistrationSingle Particle Analysis