paper-with-me

Papers

Point Cloud Registration using Representative Overlapping Points

2021-07-06 · Lifa Zhu, Dongrui Liu, Changwei Lin, Rui Yan, Francisco Gómez-Fernández, Ninghua Yang, Ziyong Feng

3D point cloud registration is a fundamental task in robotics and computer vision. Recently, many learning-based point cloud registration methods based on correspondences have emerged. However, these methods heavily rely on such correspondences and meet great challenges with partial overlap. In this paper, we propose ROPNet, a new deep learning model using Representative Overlapping Points with discriminative features for registration that transforms partial-to-partial registration into partial-to-complete registration. Specifically, we propose a context-guided module which uses an encoder to extract global features for predicting point overlap score. To better find representative overlapping points, we use the extracted global features for coarse alignment. Then, we introduce a Transformer to enrich point features and remove non-representative points based on point overlap score and feature matching. A similarity matrix is built in a partial-to-complete mode, and finally, weighted SVD is adopted to estimate a transformation matrix. Extensive experiments over ModelNet40 using noisy and partially overlapping point clouds show that the proposed method outperforms traditional and learning-based methods, achieving state-of-the-art performance. The code is available at https://github.com/zhulf0804/ROPNet.

📄 PDF Abstract BibTeX arXiv:2107.02583

Code (1)

zhulf0804/ROPNet 공식 구현 pytorch

Tasks

Point Cloud Registration

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

DIPR: Efficient Point Cloud Registration via Dynamic Iteration

2023-12-05 · Yang Ai, Qiang Bai, Jindong Li, Xi Yang

Point cloud registration (PCR) is an essential task in 3D vision. Existing methods achieve increasingly higher accuracy. However, a large proportion of non-overlapping points in point cloud registration consume a lot of …

GPUPoint Cloud Registration

PEAL: Prior-Embedded Explicit Attention Learning for Low-Overlap Point Cloud Registration

2023-01-01 · CVPR 2023 1 · Junle Yu, Luwei Ren, Yu Zhang, Wenhui Zhou 외

Learning distinctive point-wise features is critical for low-overlap point cloud registration. Recently, it has achieved huge success in incorporating Transformer into point cloud feature representation, which usuall…

Point Cloud Registration

Fast and Robust Registration of Partially Overlapping Point Clouds

2021-12-18 · Eduardo Arnold, Sajjad Mozaffari, Mehrdad Dianati

Real-time registration of partially overlapping point clouds has emerging applications in cooperative perception for autonomous vehicles and multi-agent SLAM. The relative translation between point clouds in these applic…

Autonomous Vehicles

OMNet: Learning Overlapping Mask for Partial-to-Partial Point Cloud Registration

2021-03-01 · ICCV 2021 10 · Hao Xu, Shuaicheng Liu, Guangfu Wang, Guanghui Liu 외

Point cloud registration is a key task in many computational fields. Previous correspondence matching based methods require the inputs to have distinctive geometric structures to fit a 3D rigid transformation according t…

Point Cloud Registration

Cross-Modal Information-Guided Network using Contrastive Learning for Point Cloud Registration

2023-11-02 · Yifan Xie, Jihua Zhu, Shiqi Li, Pengcheng Shi

The majority of point cloud registration methods currently rely on extracting features from points. However, these methods are limited by their dependence on information obtained from a single modality of points, which c…

Contrastive LearningPoint Cloud Registration