Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LightGlue: Local Feature Matching at Light Speed

About

We introduce LightGlue, a deep neural network that learns to match local features across images. We revisit multiple design decisions of SuperGlue, the state of the art in sparse matching, and derive simple but effective improvements. Cumulatively, they make LightGlue more efficient - in terms of both memory and computation, more accurate, and much easier to train. One key property is that LightGlue is adaptive to the difficulty of the problem: the inference is much faster on image pairs that are intuitively easy to match, for example because of a larger visual overlap or limited appearance change. This opens up exciting prospects for deploying deep matchers in latency-sensitive applications like 3D reconstruction. The code and trained models are publicly available at https://github.com/cvg/LightGlue.

Philipp Lindenberger, Paul-Edouard Sarlin, Marc Pollefeys• 2023

Related benchmarks

TaskDatasetResultRank
Relative Pose EstimationMegaDepth 1500
AUC @ 5°64.1
104
Relative Pose EstimationScanNet 1500 pairs (test)
AUC@5°21.8
48
Visual LocalizationCambridge Landmarks
King's Positional Error (cm)13
28
Visual LocalizationAachen Day-Night 1.1 (Day)
Success Rate (0.25m, 2°)89.6
28
Pose EstimationMegaDepth 1500 (test)
AUC @ 5°51
27
Visual LocalizationAachen Day-Night 1.1 (Night)
SR @ 0.25m, 2°72.8
22
Relative Pose EstimationMegaDepth 1500 (test)
AUC@5°63.7
20
Stereo MatchingIMC Phototourism 2021 (test)
AUC@5°58.8
18
Relative Pose EstimationMegaDepth 1500 pairs (test)
AUC@5°49.9
17
Relative Pose EstimationMegaDepth 1500 outdoor pairs (test)
AUC@5°49.9
17
Showing 10 of 36 rows

Other info

Code

Follow for update