Papers › SuperPoint: Self-Supervised Interest Point Detection and Description

SuperPoint: Self-Supervised Interest Point Detection and Description

20 Dec 2017arXiv:1712.07629archive 2025-07-28

Daniel DeTone, Tomasz Malisiewicz, Andrew Rabinovich

This paper presents a self-supervised framework for training interest point detectors and descriptors suitable for a large number of multiple-view geometry problems in computer vision. As opposed to patch-based neural networks, our fully-convolutional model operates on full-sized images and jointly computes pixel-level interest point locations and associated descriptors in one forward pass. We introduce Homographic Adaptation, a multi-scale, multi-homography approach for boosting interest point detection repeatability and performing cross-domain adaptation (e.g., synthetic-to-real). Our model, when trained on the MS-COCO generic image dataset using Homographic Adaptation, is able to repeatedly detect a much richer set of interest points than the initial pre-adapted deep model and any other traditional corner detector. The final system gives rise to state-of-the-art homography estimation results on HPatches when compared to LIFT, SIFT and ORB.

PaperPDFCodeCode 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="1712.07629")

Code

Syntology Ran 11 of 11 code samples harvested from 5 repositories linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · violated contract; 5 ran · our draft was wrong; 5 ran · fixture could not drive it.

By repository: community (archive-listed): 11 samples from 5 repositories, 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.

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

magicleap/SuperPointPretrainedNetwork officialmentioned on GitHubpytorch report
AliYoussef97/SuperPoint-PrP mentioned on GitHubpytorch report
AwaleSajil/SuperGlue_Demo_Modified1 mentioned on GitHubpytorchNOASSERTION report
ChanWoo25/SuperPoint2CPP mentioned on GitHub report
Hanson0910/MNNSuperGlue mentioned on GitHub report
JeeseongKim/SuperGlue mentioned on GitHubpytorchNOASSERTION report
KimSinjeong/SuperPoint_URP mentioned on GitHubpytorch report
Kolkir/feature-point-cnn mentioned on GitHubpytorch report
Kolkir/superpoint mentioned on GitHubpytorch report
Thomacdebabo/KP2Dtiny mentioned on GitHubtf report
Zasumn/Double_Net_Distillation mentioned on GitHubtf report
alekseychuiko/SuperPointMagic mentioned on GitHubpytorch report
alekseychuiko/Superpoint mentioned on GitHubtf report
borglab/gtsfm mentioned on GitHubNOASSERTION report
eric-yyjau/pytorch-superpoint mentioned on GitHubpytorch report
fabio-sim/LightGlue-ONNX mentioned on GitHubpytorch report
gabriel-sgama/semantic-superpoint mentioned on GitHubpytorch report
huggingface/transformers mentioned on GitHubpytorch report
magicleap/SuperGluePretrainedNetwork mentioned on GitHubpytorchNOASSERTION report
omercohen93/superpoint-pytorch mentioned on GitHubpytorch report
picotank/testproject mentioned on GitHubpytorch report
rpautrat/SuperPoint mentioned on GitHubtf report
saranshqm/Visual-Odometry mentioned on GitHub report
tzvikif/SuperGlue mentioned on GitHubpytorch report
ucuapps/openglue mentioned on GitHubpytorchMIT report
vcowwy/SuperGlue_paddle mentioned on GitHubpaddle report
vcowwy/paddle-superpoint mentioned on GitHubpaddle report
MindCode-4/code-5 mindsporeApache-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

11 samples harvested; 11 ran; 0 honoured the contract we drafted; 0 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 · violated contract
5ran · our draft was wrong
5ran · fixture could not drive it

Licence: 6 of the 11 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 5 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.

MLP tzvikif/SuperGlue/models/superglue.py community (archive-listed) ran · fixture could not drive it licence not identified · pointer only · 4da1c4b3908e8d71 · report
attention tzvikif/SuperGlue/models/superglue.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · 70702edb93d9116a · report
batched_nms rpautrat/SuperPoint/superpoint_pytorch.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 0b0dedfbcb26bbcd · report
find_files_with_ext gabriel-sgama/semantic-superpoint/evaluation.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 73976eb88d15405e · report
get_descriptors omercohen93/superpoint-pytorch/models/superpoint.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · c35bcfabe25f6b50 · report
isfloat gabriel-sgama/semantic-superpoint/evaluation.py community (archive-listed) ran · violated contract MIT (permissive) · 2f8e524a282482b9 · report
normalize_keypoints tzvikif/SuperGlue/models/superglue.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · 46818e125ab57432 · report
proc_all_image Zasumn/Double_Net_Distillation/evaluation/evaluations.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · ae6ed26a8e038688 · report
sample_descriptors rpautrat/SuperPoint/superpoint_pytorch.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 5c5ec48a80d99863 · report
scale_H tzvikif/SuperGlue/demo_superglue.py community (archive-listed) ran · fixture could not drive it fingerprinted licence not identified · pointer only · 29fcca902e5d12cf · report
select_top_k_keypoints rpautrat/SuperPoint/superpoint_pytorch.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · dcbf98e240d2ed6e · report

Tasks

Domain AdaptationHomography EstimationInterest Point Detection

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