paper-with-me

Papers

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

2022-11-09 · Kexue Fu, Jiazheng Luo, Xiaoyuan Luo, Shaolei Liu, Chenxi Zhang, Manning Wang

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, which lead to more incorrect correspondences. In this paper, we propose a novel deep graph matching-based 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 a correspondence-based solver. Furthermore, we introduce a transformer-based method to generate edges for graph construction, which further improves the quality of the correspondences. Extensive experiments on object-level and scene-level benchmark datasets show that the proposed method achieves state-of-the-art performance. The code is available at: \href{https://github.com/fukexue/RGM}{https://github.com/fukexue/RGM}.

📄 PDF Abstract BibTeX arXiv:2211.04696

Code (1)

fukexue/RGM 공식 구현 pytorch

Tasks

graph constructionGraph MatchingPoint Cloud Registration

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

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

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

graph constructionGraph MatchingPoint Cloud Registration

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