paper-with-me

Papers

Geometric Transformer for Fast and Robust Point Cloud Registration

2022-02-14 · CVPR 2022 1 · Zheng Qin, Hao Yu, Changjian Wang, Yulan Guo, Yuxing Peng, Kai Xu

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 great potential in registration. 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 to learn geometric feature for robust superpoint matching. It encodes pair-wise distances and triplet-wise angles, making it robust in low-overlap cases and invariant to rigid transformation. 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. Our method improves the inlier ratio by $17{\sim}30$ 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:2202.06688

Code (2)

qinzheng93/geotransformer 공식 구현 pytorch
weitong8591/differentiable_ransac pytorch

Tasks

Metric LearningPoint Cloud RegistrationTriplet

Methods 이 논문이 사용한 방법론

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…
Multi-Head Attention 설명 없음
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

GeoTransformer: Fast and Robust Point Cloud Registration with Geometric Transformer

2023-07-25 · Zheng Qin, Hao Yu, Changjian Wang, Yulan Guo 외

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…

Image to Point Cloud RegistrationPoint Cloud RegistrationTriplet

GERA: Geometric Embedding for Efficient Point Registration Analysis

2024-10-01 · Geng Li, Haozhi Cao, Mingyang Liu, Shenghai Yuan 외

Point cloud registration aims to provide estimated transformations to align point clouds, which plays a crucial role in pose estimation of various navigation systems, such as surgical guidance systems and autonomous vehi…

Autonomous VehiclesPoint Cloud RegistrationPose Estimation

Point-Wise Geometry-Aware Transformer for Partial-to-Full Point Cloud Registration in Computer-Assisted Surgery

2026-06-11 · Siyu Zhou, Zhongliang Jiang arxiv

Partial-to-full registration remains challenging due to varying overlap ratios, fluctuating point densities, and the presence of noise. While transformers have shown strong potential for point cloud processing, prior met…

Point Cloud RegistrationPoint Clouds

Full Transformer Framework for Robust Point Cloud Registration with Deep Information Interaction

2021-12-17 · Guangyan Chen, Meiling Wang, Yufeng Yue, Qingxiang Zhang 외

Recent Transformer-based methods have achieved advanced performance in point cloud registration by utilizing advantages of the Transformer in order-invariance and modeling dependency to aggregate information. However, th…

Geometric MatchingPoint 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