paper-with-me

홈 › Papers

Global Point Cloud Registration Network for Large Transformations

2024-03-26 · Pattern Analysis and Applications 2024 11 · Hanz Cuevas-Velasquez, Alejandro Galán-Cuenca, Antonio Javier Gallego, Marcelo Saval-Calvo, Robert B. Fisher

Three-dimensional data registration is an established yet challenging problem that is key in many different applications, such as mapping the environment for autonomous vehicles, and modeling objects and people for avatar creation, among many others. Registration refers to the process of mapping multiple data into the same coordinate system by means of matching correspondences and transformation estimation. Novel proposals exploit the benefits of deep learning architectures for this purpose, as they learn the best features for the data, providing better matches and hence results. However, the state of the art is usually focused on cases of relatively small transformations, although in certain applications and in a real and practical environment, large transformations are very common. In this paper, we present ReLaTo (Registration for Large Transformations), an architecture that faces the cases where large transformations happen while maintaining good performance for local transformations. This proposal uses a novel Softmax pooling layer to find correspondences in a bilateral consensus manner between two point sets, sampling the most confident matches. These matches are used to estimate a coarse and global registration using weighted Singular Value Decomposition (SVD). A target-guided denoising step is then applied to both the obtained matches and latent features, estimating the final fine registration considering the local geometry. All these steps are carried out following an end-to-end approach, which has been shown to improve 10 state-of-the-art registration methods in two datasets commonly used for this task (ModelNet40 and KITTI), especially in the case of large transformations.

📄 PDF Abstract BibTeX arXiv:2403.18040

Code (1)

Alejandro-Galan/Global-PC-Large-Transformations-Registration 공식 구현 pytorch

Tasks

Autonomous VehiclesDenoisingPoint Cloud Registration

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Local-To-Global Point Cloud Registration Using a Dictionary of Viewpoint Descriptors

2017-10-01 · ICCV 2017 10 · David Avidar, David Malah, Meir Barzohar

Local-to global point cloud registration is a challenging task due to the substantial differences between these two types of data, and the different techniques used to acquire them. Global clouds cover large-scale enviro…

Computational EfficiencyPoint Cloud Registration

Global Consistent Point Cloud Registration Based on Lie-algebraic Cohomology

2022-08-15 · Yuxue Ren, Baowei Jiang, Wei Chen, Na lei 외

We present a novel, effective method for global point cloud registration problems by geometric topology. Based on many point cloud pairwise registration methods (e.g ICP), we focus on the problem of accumulated error for…

Point Cloud Registration

Unsupervised Learning of Global Registration of Temporal Sequence of Point Clouds

2020-06-17 · Lingjing Wang, Yi Shi, Xiang Li, Yi Fang

Global registration of point clouds aims to find an optimal alignment of a sequence of 2D or 3D point sets. In this paper, we present a novel method that takes advantage of current deep learning techniques for unsupervis…

DeepUME: Learning the Universal Manifold Embedding for Robust Point Cloud Registration

2021-12-18 · Natalie Lang, Joseph M. Francos

Registration of point clouds related by rigid transformations is one of the fundamental problems in computer vision. However, a solution to the practical scenario of aligning sparsely and differently sampled observations…

Point Cloud Registration

Register Any Point: Scaling 3D Point Cloud Registration by Flow Matching

2025-12-01 · Yue Pan, Tao Sun, Liyuan Zhu, Lucas Nunes 외 arxiv

Point cloud registration aligns multiple unposed point clouds into a common reference frame and is a core step for 3D reconstruction and robot localization without initial guess. In this work, we cast registration as con…

Point Cloud Registration3D ReconstructionPoint Clouds