paper-with-me

홈 › Papers

Unsupervised Learning of 3D Point Set Registration

2020-06-11 · Lingjing Wang, Xiang Li, Yi Fang

Point cloud registration is the process of aligning a pair of point sets via searching for a geometric transformation. Recent works leverage the power of deep learning for registering a pair of point sets. However, unfortunately, deep learning models often require a large number of ground truth labels for training. Moreover, for a pair of source and target point sets, existing deep learning mechanisms require explicitly designed encoders to extract both deep spatial features from unstructured point clouds and their spatial correlation representation, which is further fed to a decoder to regress the desired geometric transformation for point set alignment. To further enhance deep learning models for point set registration, this paper proposes Deep-3DAligner, a novel unsupervised registration framework based on a newly introduced deep Spatial Correlation Representation (SCR) feature. The SCR feature describes the geometric essence of the spatial correlation between source and target point sets in an encoding-free manner. More specifically, our method starts with optimizing a randomly initialized latent SCR feature, which is then decoded to a geometric transformation (i.e., rotation and translation) to align source and target point sets. Our Deep-3DAligner jointly updates the SCR feature and weights of the transformation decoder towards the minimization of an unsupervised alignment loss. We conducted experiments on the ModelNet40 datasets to validate the performance of our unsupervised Deep-3DAligner for point set registration. The results demonstrated that, even without ground truth and any assumption of a direct correspondence between source and target point sets for training, our proposed approach achieved comparative performance compared to most recent supervised state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2006.06200

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDeep LearningPoint Cloud Registration

Similar Papers 제목 키워드 기반

Unsupervised training of keypoint-agnostic descriptors for flexible retinal image registration

2025-05-05 · David Rivas-Villar, Álvaro S. Hervella, José Rouco, Jorge Novo

Current color fundus image registration approaches are limited, among other things, by the lack of labeled data, which is even more significant in the medical domain, motivating the use of unsupervised learning. Therefor…

Image RegistrationKeypoint Detection

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

Correspondence-Free SE(3) Point Cloud Registration in RKHS via Unsupervised Equivariant Learning

2024-07-29 · Ray Zhang, Zheming Zhou, Min Sun, Omid Ghasemalizadeh 외

This paper introduces a robust unsupervised SE(3) point cloud registration method that operates without requiring point correspondences. The method frames point clouds as functions in a reproducing kernel Hilbert space (…

Point Cloud Registration

An Unsupervised, Iterative N-Dimensional Point-Set Registration Algorithm

2019-08-06 · A. Pasha Hosseinbor, R. Zhdanov, A. Ushveridze

An unsupervised, iterative point-set registration algorithm for an unlabeled (i.e. correspondence between points is unknown) N-dimensional Euclidean point-cloud is proposed. It is based on linear least squares, and consi…

Unsupervised Partial Point Set Registration via Joint Shape Completion and Registration

2020-09-11 · Xiang Li, Lingjing Wang, Yi Fang

We propose a self-supervised method for partial point set registration. While recent proposed learning-based methods have achieved impressive registration performance on the full shape observations, these methods mostly …

Decoder