paper-with-me

Papers

Learning Dense Features for Point Cloud Registration Using a Graph Attention Network

2022-06-14 · Quoc Vinh Lai Dang, Sarvar Hussain Nengroo, Hojun Jin

Point cloud registration is a fundamental task in many applications such as localization, mapping, tracking, and reconstruction. Successful registration relies on extracting robust and discriminative geometric features. Though existing learning based methods require high computing capacity for processing a large number of raw points at the same time, computational capacity limitation is not an issue thanks to the powerful parallel computing process using GPU. In this paper, we introduce a framework that efficiently and economically extracts dense features using a graph attention network for point cloud matching and registration (DFGAT). The detector of the DFGAT is responsible for finding highly reliable key points in large raw data sets. The descriptor of the DFGAT takes these keypoints combined with their neighbors to extract invariant density features in preparation for the matching. The graph attention network (GAT) uses the attention mechanism that enriches the relationships between point clouds. Finally, we consider this as an optimal transport problem and use the Sinkhorn algorithm to find positive and negative matches. We perform thorough tests on the KITTI dataset and evaluate the effectiveness of this approach. The results show that this method with the efficiently compact keypoint selection and description can achieve the best performance matching metrics and reach the highest success ratio of 99.88% registration in comparison with other state of the art approaches.

📄 PDF Abstract BibTeX arXiv:2206.06731

Code (0)

등록된 구현이 없습니다.

Tasks

GPUGraph AttentionPoint Cloud Registration

Similar Papers 제목 키워드 기반

GLASS: Geometry-aware Local Alignment and Structure Synchronization Network for 2D-3D Registration

2026-03-27 · Zhixin Cheng, Jiacheng Deng, Xinjun Li, Bohao Liao 외 arxiv

Image-to-point cloud registration methods typically follow a coarse-to-fine pipeline, extracting patch-level correspondences and refining them into dense pixel-to-point matches. However, in scenes with repetitive pattern…

Point Cloud RegistrationPoint Clouds

APR: Online Distant Point Cloud Registration Through Aggregated Point Cloud Reconstruction

2023-05-04 · Quan Liu, Yunsong Zhou, Hongzi Zhu, Shan Chang 외

For many driving safety applications, it is of great importance to accurately register LiDAR point clouds generated on distant moving vehicles. However, such point clouds have extremely different point density and sensor…

Point cloud reconstructionPoint Cloud Registration

Pyramid Semantic Graph-based Global Point Cloud Registration with Low Overlap

2023-07-22 · Zhijian Qiao, Zehuan Yu, Huan Yin, Shaojie Shen

Global point cloud registration is essential in many robotics tasks like loop closing and relocalization. Unfortunately, the registration often suffers from the low overlap between point clouds, a frequent occurrence in …

Point Cloud RegistrationPose Estimation

CorrI2P: Deep Image-to-Point Cloud Registration via Dense Correspondence

2022-07-12 · Siyu Ren, Yiming Zeng, Junhui Hou, Xiaodong Chen

Motivated by the intuition that the critical step of localizing a 2D image in the corresponding 3D point cloud is establishing 2D-3D correspondence between them, we propose the first feature-based dense correspondence fr…

Image to Point Cloud RegistrationPoint Cloud RegistrationPose Estimation

Robust Multiview Point Cloud Registration with Reliable Pose Graph Initialization and History Reweighting

2023-04-02 · CVPR 2023 1 · Haiping Wang, YuAn Liu, Zhen Dong, Yulan Guo 외

In this paper, we present a new method for the multiview registration of point cloud. Previous multiview registration methods rely on exhaustive pairwise registration to construct a densely-connected pose graph and apply…

Point Cloud Registration