paper-with-me

홈 › Papers

A Strong Baseline for Point Cloud Registration via Direct Superpoints Matching

2023-07-03 · Aniket Gupta, Yiming Xie, Hanumant Singh, Huaizu Jiang

Deep neural networks endow the downsampled superpoints with highly discriminative feature representations. Previous dominant point cloud registration approaches match these feature representations as the first step, e.g., using the Sinkhorn algorithm. A RANSAC-like method is then usually adopted as a post-processing refinement to filter the outliers. Other dominant method is to directly predict the superpoint matchings using learned MLP layers. Both of them have drawbacks: RANSAC-based methods are computationally intensive and prediction-based methods suffer from outputing non-existing points in the point cloud. In this paper, we propose a straightforward and effective baseline to find correspondences of superpoints in a global matching manner. We employ the normalized matching scores as weights for each correspondence, allowing us to reject the outliers and further weigh the rest inliers when fitting the transformation matrix without relying on the cumbersome RANSAC. Moreover, the entire model can be trained in an end-to-end fashion, leading to better accuracy. Our simple yet effective baseline shows comparable or even better results than state-of-the-art methods on three datasets including ModelNet, 3DMatch, and KITTI. We do not advocate our approach to be \emph{the} solution for point cloud registration but use the results to emphasize the role of matching strategy for point cloud registration. The code and models are available at https://github.com/neu-vi/Superpoints_Registration.

📄 PDF Abstract BibTeX arXiv:2307.01362

Code (1)

neu-vi/superpoints_registration 공식 구현 pytorch

Tasks

Point Cloud RegistrationRepresentation Learning

Methods 이 논문이 사용한 방법론

HOC 설명 없음
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 제목 키워드 기반

Addressing the generalization of 3D registration methods with a featureless baseline and an unbiased benchmark

2024-03-23 · Machine Vision and Applications 2024 3 · Bojanić, David; Bartol, Kristijan; Forest, Josep; Petković 외

Recent 3D registration methods are mostly learning-based that either find correspondences in feature space and match them, or directly estimate the registration transformation from the given point cloud features. Therefo…

BenchmarkingImage to Point Cloud RegistrationPoint Cloud Registration

DeepPRO: Deep Partial Point Cloud Registration of Objects

2021-01-01 · ICCV 2021 10 · Donghoon Lee, Onur C. Hamsici, Steven Feng, Prachee Sharma 외

We consider the problem of online and real-time registration of partial point clouds obtained from an unseen real-world rigid object without knowing its 3D model. The point cloud is partial as it is obtained by a dep…

Point Cloud Registration

Partial Transport for Point-Cloud Registration

2023-09-27 · Yikun Bai, Huy Tran, Steven B. Damelin, Soheil Kolouri

Point cloud registration plays a crucial role in various fields, including robotics, computer graphics, and medical imaging. This process involves determining spatial relationships between different sets of points, typic…

Computational EfficiencyPoint Cloud Registration

Robust Feature-Based Point Registration Using Directional Mixture Model

2019-11-25 · Saman Fahandezh-Saadi, Di Wang, Masayoshi Tomizuka

This paper presents a robust probabilistic point registration method for estimating the rigid transformation (i.e. rotation matrix and translation vector) between two pointcloud dataset. The method improves the robustnes…

Translation

CorsNet: 3D Point Cloud Registration by Deep Neural Network

2020-02-03 · Akiyoshi Kurobe, Yusuke Sekikawa, Kohta Ishikawa, and Hideo Saito

Point cloud registration is a key problem for robotics and computer vision communities. This represents estimating a rigid transform which aligns one point cloud to another. Iterative closest point (ICP) is a well-kno…

Deep LearningPoint Cloud Registration