paper-with-me

Papers

GeoTransformer: Fast and Robust Point Cloud Registration with Geometric Transformer

2023-07-25 · Zheng Qin, Hao Yu, Changjian Wang, Yulan Guo, Yuxing Peng, Slobodan Ilic, Dewen Hu, Kai Xu

We study the problem of extracting accurate correspondences for point cloud registration. Recent keypoint-free methods have shown great potential through bypassing the detection of repeatable keypoints which is difficult to do especially in low-overlap scenarios. They seek correspondences over downsampled superpoints, which are then propagated to dense points. Superpoints are matched based on whether their neighboring patches overlap. Such sparse and loose matching requires contextual features capturing the geometric structure of the point clouds. We propose Geometric Transformer, or GeoTransformer for short, to learn geometric feature for robust superpoint matching. It encodes pair-wise distances and triplet-wise angles, making it invariant to rigid transformation and robust in low-overlap cases. The simplistic design attains surprisingly high matching accuracy such that no RANSAC is required in the estimation of alignment transformation, leading to $100$ times acceleration. Extensive experiments on rich benchmarks encompassing indoor, outdoor, synthetic, multiway and non-rigid demonstrate the efficacy of GeoTransformer. Notably, our method improves the inlier ratio by $18{\sim}31$ percentage points and the registration recall by over $7$ points on the challenging 3DLoMatch benchmark. Our code and models are available at \url{https://github.com/qinzheng93/GeoTransformer}.

📄 PDF Abstract BibTeX arXiv:2308.03768

Code (1)

qinzheng93/geotransformer 공식 구현 pytorch

Tasks

Image to Point Cloud RegistrationPoint Cloud RegistrationTriplet

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Geometric Transformer for Fast and Robust Point Cloud Registration

2022-02-14 · CVPR 2022 1 · Zheng Qin, Hao Yu, Changjian Wang, Yulan Guo 외

We study the problem of extracting accurate correspondences for point cloud registration. Recent keypoint-free methods bypass the detection of repeatable keypoints which is difficult in low-overlap scenarios, showing gre…

Metric LearningPoint Cloud RegistrationTriplet

SPEAL: Skeletal Prior Embedded Attention Learning for Cross-Source Point Cloud Registration

2023-12-14 · Kezheng Xiong, Maoji Zheng, Qingshan Xu, Chenglu Wen 외

Point cloud registration, a fundamental task in 3D computer vision, has remained largely unexplored in cross-source point clouds and unstructured scenes. The primary challenges arise from noise, outliers, and variations …

BenchmarkingPoint Cloud Registration

PCR-CG: Point Cloud Registration via Deep Explicit Color and Geometry

2023-02-28 · Yu Zhang, Junle Yu, Xiaolin Huang, Wenhui Zhou 외

In this paper, we introduce PCR-CG: a novel 3D point cloud registration module explicitly embedding the color signals into the geometry representation. Different from previous methods that only use geometry representatio…

Point Cloud Registration

Decision PCR: Decision version of the Point Cloud Registration task

2025-07-20 · Yaojie Zhang, Tianlun Huang, Weijun Wang, Wei Feng arxiv

Low-overlap point cloud registration (PCR) remains a significant challenge in 3D vision. Traditional evaluation metrics, such as Maximum Inlier Count, become ineffective under extremely low inlier ratios. In this paper, …

Point Cloud Registration

Feature-metric Registration: A Fast Semi-supervised Approach for Robust Point Cloud Registration without Correspondences

2020-05-03 · CVPR 2020 6 · Xiaoshui Huang, Guofeng Mei, Jian Zhang

We present a fast feature-metric point cloud registration framework, which enforces the optimisation of registration by minimising a feature-metric projection error without correspondences. The advantage of the feature-m…

Point Cloud Registration