Papers › SuperGlue: Learning Feature Matching with Graph Neural Networks

SuperGlue: Learning Feature Matching with Graph Neural Networks

26 Nov 2019CVPR 2020 6arXiv:1911.11763archive 2025-07-28

Paul-Edouard Sarlin, Daniel DeTone, Tomasz Malisiewicz, Andrew Rabinovich

This paper introduces SuperGlue, a neural network that matches two sets of local features by jointly finding correspondences and rejecting non-matchable points. Assignments are estimated by solving a differentiable optimal transport problem, whose costs are predicted by a graph neural network. We introduce a flexible context aggregation mechanism based on attention, enabling SuperGlue to reason about the underlying 3D scene and feature assignments jointly. Compared to traditional, hand-designed heuristics, our technique learns priors over geometric transformations and regularities of the 3D world through end-to-end training from image pairs. SuperGlue outperforms other learned approaches and achieves state-of-the-art results on the task of pose estimation in challenging real-world indoor and outdoor environments. The proposed method performs matching in real-time on a modern GPU and can be readily integrated into modern SfM or SLAM systems. The code and trained weights are publicly available at https://github.com/magicleap/SuperGluePretrainedNetwork.

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="1911.11763")

Code

Syntology Ran 6 of 22 code samples harvested from 4 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: community (archive-listed): 21 samples from 4 repositories, 5 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

19 repositories listed; official and paper-mentioned ones first.

magicleap/SuperGluePretrainedNetwork officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
AwaleSajil/SuperGlue_Demo_Modified1 mentioned on GitHubpytorchNOASSERTION report
HeatherJiaZG/SuperGlue-pytorch mentioned on GitHubpytorchNOASSERTION report
JeeseongKim/SuperGlue mentioned on GitHubpytorchNOASSERTION report
Thinklab-SJTU/PCA-GM mentioned on GitHubpytorchNOASSERTION report
Thinklab-SJTU/ThinkMatch mentioned on GitHubpytorch report
borglab/gtsfm mentioned on GitHubNOASSERTION report
calipos/SuperGlue_NCNN mentioned on GitHub report
cvg/Hierarchical-Localization mentioned on GitHubpytorchApache-2.0 report
jomariya23156/SuperGlue-for-Visual-Place-Recognition mentioned on GitHubpytorchNOASSERTION report
nodarsensor/medium-keypoint-autocal mentioned on GitHubpytorchMIT report
rogerwwww/PCA-GM mentioned on GitHubpytorchNOASSERTION report
tzvikif/SuperGlue mentioned on GitHubpytorch report
ucuapps/openglue mentioned on GitHubpytorchMIT report
vdvchen/sgmnet mentioned on GitHubpytorch report
xlearning-scu/2023-iccv-common mentioned on GitHubpytorchNOASSERTION report
zju3dv/LoFTR mentioned on GitHubpytorchApache-2.0 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

22 samples harvested; 6 ran; 1 honoured the contract we drafted; 16 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
2ran · fixture could not drive it
16unverified

Licence: 6 of the 22 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 4 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

construct_sparse_aff_mat xlearning-scu/2023-iccv-common/src/factorize_graph_matching.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 4fb4d2f6a656f770 · report
feed_match vdvchen/sgmnet/evaluation/evaluate.py community (archive-listed) ran · honoured contract MIT (permissive) · a1d64ab06770a931 · report
kronecker_torch xlearning-scu/2023-iccv-common/src/factorize_graph_matching.py community (archive-listed) ran · fixture could not drive it fingerprinted licence not identified · pointer only · 5e21b17e58bd4c27 · report
matching_precision xlearning-scu/2023-iccv-common/src/evaluation_metric.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · a08c4eaa0b9abea0 · report
matching_recall xlearning-scu/2023-iccv-common/src/evaluation_metric.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · a06dc4b720962ade · report
check_if_features_exist ucuapps/openglue/extract_features.py community (archive-listed) unverified MIT (permissive) · 06246573d5b65142 · report
criterion ucuapps/openglue/utils/losses.py community (archive-listed) unverified MIT (permissive) · 94be4c45dc8984f4 · report
get_ORB_keypoints nodarsensor/medium-keypoint-autocal/run_keypoint_autocal.py community (archive-listed) unverified MIT (permissive) · ba150e661e7879da · report
get_SIFT_keypoints nodarsensor/medium-keypoint-autocal/run_keypoint_autocal.py community (archive-listed) unverified MIT (permissive) · 384f114063c3f185 · report
get_SuperGlue_keypoints nodarsensor/medium-keypoint-autocal/run_keypoint_autocal.py community (archive-listed) unverified MIT (permissive) · 7fbb2268e4b51bf6 · report
get_disparity nodarsensor/medium-keypoint-autocal/keypoint_utils.py community (archive-listed) unverified MIT (permissive) · 14b3ae26bfe9685b · report
get_images_list ucuapps/openglue/extract_features.py community (archive-listed) unverified MIT (permissive) · 5e8ae53919706ac1 · report
get_laf_to_sideinfo_converter ucuapps/openglue/models/laf_converter.py community (archive-listed) unverified MIT (permissive) · 1a7aa0b908a6c2f5 · report
get_output_directory_name ucuapps/openglue/extract_features.py community (archive-listed) unverified MIT (permissive) · 7f4c7b4a1f1df8ed · report
load_torch_image ucuapps/openglue/inference.py community (archive-listed) unverified MIT (permissive) · 3cdd51bdc821f2d7 · report
matched_triplet_criterion ucuapps/openglue/utils/losses.py community (archive-listed) unverified MIT (permissive) · 8951184b974ad292 · report
pck xlearning-scu/2023-iccv-common/src/evaluation_metric.py community (archive-listed) unverified licence not identified · pointer only · 4ff16c7de0975ab1 · report
preds_to_device ucuapps/openglue/inference.py community (archive-listed) unverified MIT (permissive) · a8f4de29824b51ee · report
read nodarsensor/medium-keypoint-autocal/keypoint_utils.py community (archive-listed) unverified MIT (permissive) · 29dea47dffb92051 · report
rectify nodarsensor/medium-keypoint-autocal/keypoint_utils.py community (archive-listed) unverified MIT (permissive) · 1605faf3d7529a14 · report
unmatched_margin_criterion ucuapps/openglue/utils/losses.py community (archive-listed) unverified MIT (permissive) · 7a7964f270ef78b6 · report
scale_H identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 29fcca902e5d12cf · report

Tasks

Camera Pose EstimationGraph Neural NetworkImage MatchingPose EstimationVisual LocalizationVisual Place Recognition

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Matching IMC PhotoTourism SuperGlue mean average accuracy @ 10 0.65248 #3 of 8 Archive leaderboard report
Image Matching ZEB SuperGlue Mean AUC@5° 31.2 #10 of 10 Archive leaderboard report
Pose Estimation InLoc SuperGlue DUC1-Acc@0.25m,10° 49.0 #5 of 6 Archive leaderboard report
Pose Estimation InLoc SuperGlue DUC1-Acc@0.5m,10° 68.7 #5 of 6 Archive leaderboard report
Pose Estimation InLoc SuperGlue DUC1-Acc@1.0m,10° 80.8 #5 of 6 Archive leaderboard report
Pose Estimation InLoc SuperGlue DUC2-Acc@0.25m,10° 53.4 #5 of 6 Archive leaderboard report
Pose Estimation InLoc SuperGlue DUC2-Acc@0.5m,10° 77.1 #5 of 6 Archive leaderboard report
Pose Estimation InLoc SuperGlue DUC2-Acc@1.0m,10° 82.4 #5 of 6 Archive leaderboard report
Visual Localization Aachen Day-Night v1.1 Benchmark SuperGlue Acc@0.25m, 2° 77.0 #4 of 7 Archive leaderboard report
Visual Localization Aachen Day-Night v1.1 Benchmark SuperGlue Acc@0.5m, 5° 90.6 #4 of 7 Archive leaderboard report
Visual Localization Aachen Day-Night v1.1 Benchmark SuperGlue Acc@5m, 10° 100.0 #4 of 7 Archive leaderboard report
Visual Place Recognition Berlin Kudamm SuperPoint & SuperGlue Recall@1 59.64 #2 of 4 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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