paper-with-me

Papers

Robust Point Cloud Registration Framework Based on Deep Graph Matching

2021-03-07 · CVPR 2021 1 · Kexue Fu, Shaolei Liu, Xiaoyuan Luo, Manning Wang

3D point cloud registration is a fundamental problem in computer vision and robotics. There has been extensive research in this area, but existing methods meet great challenges in situations with a large proportion of outliers and time constraints, but without good transformation initialization. Recently, a series of learning-based algorithms have been introduced and show advantages in speed. Many of them are based on correspondences between the two point clouds, so they do not rely on transformation initialization. However, these learning-based methods are sensitive to outliers, which lead to more incorrect correspondences. In this paper, we propose a novel deep graph matchingbased framework for point cloud registration. Specifically, we first transform point clouds into graphs and extract deep features for each point. Then, we develop a module based on deep graph matching to calculate a soft correspondence matrix. By using graph matching, not only the local geometry of each point but also its structure and topology in a larger range are considered in establishing correspondences, so that more correct correspondences are found. We train the network with a loss directly defined on the correspondences, and in the test stage the soft correspondences are transformed into hard one-to-one correspondences so that registration can be performed by singular value decomposition. Furthermore, we introduce a transformer-based method to generate edges for graph construction, which further improves the quality of the correspondences. Extensive experiments on registering clean, noisy, partial-to-partial and unseen category point clouds show that the proposed method achieves state-of-the-art performance. The code will be made publicly available at https://github.com/fukexue/RGM.

📄 PDF Abstract BibTeX arXiv:2103.04256

Code (2)

fukexue/RGM 공식 구현 pytorch
zhileichen99/utopic pytorch

Tasks

graph constructionGraph MatchingPoint Cloud Registration

Similar Papers 제목 키워드 기반

Robust Point Cloud Registration Framework Based on Deep Graph Matching(TPAMI Version)

2022-11-09 · Kexue Fu, Jiazheng Luo, Xiaoyuan Luo, Shaolei Liu 외

3D point cloud registration is a fundamental problem in computer vision and robotics. Recently, learning-based point cloud registration methods have made great progress. However, these methods are sensitive to outliers, …

graph constructionGraph MatchingPoint Cloud Registration

A Graph-Matching Approach for Cross-view Registration of Over-view 2 and Street-view based Point Clouds

2022-02-14 · Xiao Ling, Rongjun Qin

In this paper, based on the assumption that the object boundaries (e.g., buildings) from the over-view data should coincide with footprints of fa\c{c}ade 3D points generated from street-view photogrammetric images, we ai…

global-optimizationGraph Matching

SG-PGM: Partial Graph Matching Network with Semantic Geometric Fusion for 3D Scene Graph Alignment and Its Downstream Tasks

2024-03-28 · CVPR 2024 1 · Yaxu Xie, Alain Pagani, Didier Stricker

Scene graphs have been recently introduced into 3D spatial understanding as a comprehensive representation of the scene. The alignment between 3D scene graphs is the first step of many downstream tasks such as scene grap…

3D Scene Graph AlignmentGraph MatchingGraph Neural NetworkPoint Cloud Registration+1

Cross-modal registration using point clouds and graph-matching in the context of correlative microscopies

2020-12-01 · Stephan Kunne, Guillaume Potier, Jean Mérot, Perrine Paul-Gilloteaux

Correlative microscopy aims at combining two or more modalities to gain more information than the one provided by one modality on the same biological structure. Registration is needed at different steps of correlative mi…

Graph Matching

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. …

GPUGraph AttentionPoint Cloud Registration