Papers › Robust Point Cloud Registration Framework Based on Deep Graph Matching

Robust Point Cloud Registration Framework Based on Deep Graph Matching

7 Mar 2021CVPR 2021 1arXiv:2103.04256archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2103.04256")

Code

Syntology Ran 25 of 38 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 18 ran with no contract checked.

By repository: official repository: 23 samples from 1 repository, 14 ran; community (archive-listed): 15 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fukexue/RGM officialmentioned in papermentioned on GitHubpytorch report
zhileichen99/utopic mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

38 samples harvested; 25 ran; 1 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
3ran · fixture could not drive it
18ran
13unverified

Licence: 38 of the 38 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Affinity fukexue/RGM/models/Net_noais.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 8ed631cec5e262f2 · report
DGCNN fukexue/RGM/models/Net_noais.py official repository ran no licence file found · pointer only · d161b77a736a9841 · report
GMAttendSigmod2 fukexue/RGM/models/Net_noais.py official repository ran no licence file found · pointer only · 5665659fd7bb2d36 · report
GMAttendSoftmax1 fukexue/RGM/models/Net_noais.py official repository ran no licence file found · pointer only · d70f04e35abd05fb · report
GMAttendSoftmax2 fukexue/RGM/models/Net_noais.py official repository ran no licence file found · pointer only · 9ac916d6842c5bf2 · report
GMAttendSoftmax3 fukexue/RGM/models/Net_noais.py official repository ran no licence file found · pointer only · 7df8dd52089d875f · report
Gconv fukexue/RGM/models/Net_noais.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 344c6a7217686660 · report
MultiHeadedAttention fukexue/RGM/models/Net_noais.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 16726110f1aa6e89 · report
Siamese_Gconv fukexue/RGM/models/Net_noais.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 8fd60000985e01f0 · report
angle fukexue/RGM/models/Net_noais.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 4cc43825a7e3f5bc · report
attention fukexue/RGM/models/Net_noais.py official repository ran · our draft was wrong no licence file found · pointer only · c032b5c8af4d2299 · report
compute_affinity fukexue/RGM/models/Net_noais.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 1fc666385793ccd3 · report
match_features fukexue/RGM/models/Net_noais.py official repository ran · fixture could not drive it no licence file found · pointer only · 1ba154bfd017409c · report
square_distance fukexue/RGM/models/Net_noais.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 4db73dd57b5d6162 · report
GMAttend fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · e13ff06f2f218d2a · report
GMAttendNother fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · b9bef27b0e2a1d93 · report
GMAttendSigmod fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · dfea0dffb97e8286 · report
GMAttendSigmod1 fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · ff29112fce9e003b · report
GMAttendSoftmax4 fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · 98e1d6884d26a55d · report
GMAttendattention fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · 0bb01b1fc35ef34d · report
Net fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · fcbfadd404cae2d3 · report
Transformer fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · 7d02fa050dbc4674 · report
get_graph_feature fukexue/RGM/models/Net_noais.py official repository unverified no licence file found · pointer only · ed8b4f4d1101aff9 · report
AdaptiveConv zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · a212bb5f0b2b3059 · report
AdaptiveFCN zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · 169d4911fd92b68f · report
Affinity zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · 1144c464e45696c1 · report
AttentionLayer zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · f8e8754f133cc766 · report
GeoAttentionLayer zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · 4b54ff9833463256 · report
GeoMultiHeadAttention zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · 94d7f5c36cccecf4 · report
MultiHeadAttention zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · 11617e778bcd8123 · report
PCN zhileichen99/utopic/models/architecture.py community (archive-listed) ran fingerprinted no licence file found · pointer only · e95c69692461a21c · report
TransformerLayer zhileichen99/utopic/models/architecture.py community (archive-listed) ran no licence file found · pointer only · 7c8bbdde4d49d75f · report
get_graph_feature zhileichen99/utopic/models/architecture.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 194ab488bb382dbb · report
sinkhorn_rpm zhileichen99/utopic/models/architecture.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 64cfcde03f2766ff · report
GeoTransformerLayer zhileichen99/utopic/models/architecture.py community (archive-listed) unverified no licence file found · pointer only · 13d948605b2e3e44 · report
GeometryTransformer zhileichen99/utopic/models/architecture.py community (archive-listed) unverified no licence file found · pointer only · 9baf6e056ec88f3b · report
PipeLine zhileichen99/utopic/models/architecture.py community (archive-listed) unverified no licence file found · pointer only · 98b43be39938d145 · report
TransformerModule zhileichen99/utopic/models/architecture.py community (archive-listed) unverified no licence file found · pointer only · d76b3d0a288b4194 · report

Tasks

Graph MatchingPoint Cloud Registrationgraph construction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections