vggt Claude commited on
Commit
ad8a71d
·
1 Parent(s): f977151

fix: use full app.yaml from main branch

Browse files

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. config/app.yaml +503 -320
config/app.yaml CHANGED
@@ -16,246 +16,467 @@ defaults:
16
  setting_geometry: Homography
17
 
18
  matcher_zoo:
19
- superpoint+lightglue:
20
- matcher: superpoint-lightglue
21
- feature: superpoint_max
22
- standalone: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  info:
24
- name: LightGlue
25
- source: "ICCV 2023"
26
- github: https://github.com/cvg/LightGlue
27
- paper: https://arxiv.org/pdf/2306.13643
28
  display: true
29
-
30
- disk+lightglue:
31
- matcher: disk-lightglue
32
- feature: disk
33
- standalone: false
34
  info:
35
- name: LightGlue
36
- source: "ICCV 2023"
37
- github: https://github.com/cvg/LightGlue
38
- paper: https://arxiv.org/pdf/2306.13643
39
  display: true
40
-
41
- aliked+lightglue:
42
- matcher: aliked-lightglue
43
- feature: aliked-n16
44
- standalone: false
45
  info:
46
- name: ALIKED
47
- source: "ICCV 2023"
48
- github: https://github.com/Shiaoming/ALIKED
49
- paper: https://arxiv.org/pdf/2304.03608.pdf
50
  display: true
51
-
52
- superpoint+superglue:
53
- matcher: superglue
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  feature: superpoint_max
55
  standalone: false
56
  info:
57
- name: SuperGlue
58
- source: "CVPR 2020"
59
- github: https://github.com/magicleap/SuperGluePretrainedNetwork
60
- paper: https://arxiv.org/abs/1911.11763
61
  display: true
62
-
63
- loftr:
64
- matcher: loftr
65
  standalone: true
 
66
  info:
67
- name: LoFTR
68
- source: "CVPR 2021"
69
- github: https://github.com/zju3dv/LoFTR
70
- paper: https://arxiv.org/pdf/2104.00680
71
- project: https://zju3dv.github.io/loftr
72
  display: true
73
-
74
- eloftr:
75
- matcher: eloftr
 
 
 
 
 
 
 
 
 
 
 
 
76
  standalone: true
77
  info:
78
- name: Efficient LoFTR
79
  source: "CVPR 2024"
80
- github: https://github.com/zju3dv/efficientloftr
81
- paper: https://zju3dv.github.io/efficientloftr/files/EfficientLoFTR.pdf
82
- project: https://zju3dv.github.io/efficientloftr
83
  display: true
84
-
85
- se2loftr:
86
- matcher: se2loftr
87
  standalone: true
88
  skip_ci: true
89
  info:
90
- name: SE2-LoFTR
91
- source: "3DV 2025"
92
- github: https://github.com/abharadwaj-1234/SE2-LoFTR
93
- paper: https://arxiv.org/abs/2503.10814
 
94
  display: true
95
- efficiency: medium
96
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  RoMa:
98
  matcher: roma
99
- standalone: true
100
  skip_ci: true
 
101
  info:
102
- name: RoMa
103
  source: "CVPR 2024"
104
  github: https://github.com/Parskatt/RoMa
105
  paper: https://arxiv.org/abs/2305.15404
106
  project: https://parskatt.github.io/RoMa
107
  display: true
108
- efficiency: low
109
-
110
  RoMaV2:
111
  matcher: romav2
112
- standalone: true
113
  skip_ci: true
 
114
  info:
115
- name: RoMaV2
116
  source: "ARXIV 2025"
117
  github: https://github.com/Parskatt/RoMaV2
118
  paper: https://arxiv.org/abs/2412.12906
119
  display: true
120
- efficiency: low
121
-
122
  dkm:
123
  matcher: dkm
124
- standalone: true
125
  skip_ci: true
 
126
  enable: true
127
  info:
128
- name: DKM
129
  source: "CVPR 2023"
130
  github: https://github.com/Parskatt/DKM
131
  paper: https://arxiv.org/abs/2202.00667
132
  project: https://parskatt.github.io/DKM
133
  display: true
134
- efficiency: low
135
-
136
- omniglue:
137
- enable: true
138
- matcher: omniglue
139
  standalone: true
140
  info:
141
- name: OmniGlue
 
 
 
 
 
 
 
 
 
 
142
  source: "CVPR 2024"
143
- github: https://github.com/Vincentqyw/omniglue-onnx
144
- paper: https://arxiv.org/abs/2405.12979
145
- project: https://hwjiang1510.github.io/OmniGlue
146
  display: true
147
-
148
- xfeat+lightglue:
149
- enable: true
150
- matcher: xfeat_lightglue
151
  standalone: true
152
  info:
153
- name: xfeat+lightglue
 
 
 
 
 
 
 
 
 
 
154
  source: "CVPR 2024"
155
- github: https://github.com/Vincentqyw/omniglue-onnx
156
- paper: https://arxiv.org/abs/2405.12979
157
- project: https://hwjiang1510.github.io/OmniGlue
158
  display: true
159
-
160
- gluestick:
161
- enable: true
162
- matcher: gluestick
163
  standalone: true
 
164
  info:
165
- name: GlueStick
166
- source: "ICCV 2023"
167
- github: https://github.com/cvg/GlueStick
168
- paper: https://arxiv.org/abs/2304.02008
169
- project: https://iago-suarez.com/gluestick
 
 
 
 
 
 
 
 
 
 
 
 
170
  display: true
171
-
172
  topicfm:
173
  matcher: topicfm
174
  standalone: true
175
  info:
176
- name: TopicFM
177
  source: "AAAI 2023"
178
  github: https://github.com/TruongKhang/TopicFM
179
  paper: https://arxiv.org/abs/2307.00485
 
180
  display: true
181
-
182
  aspanformer:
183
  matcher: aspanformer
184
  standalone: true
185
  info:
186
- name: ASpanformer
187
  source: "ECCV 2022"
188
  github: https://github.com/Vincentqyw/ml-aspanformer
189
  paper: https://arxiv.org/abs/2208.14201
 
190
  display: true
191
-
192
- Mast3R:
193
- enable: true
194
- matcher: mast3r
195
- standalone: true
196
  skip_ci: true
 
197
  info:
198
- name: Mast3R
199
- source: "CVPR 2024"
200
- github: https://github.com/naver/mast3r
201
- paper: https://arxiv.org/abs/2406.09756
202
- project: https://dust3r.europe.naverlabs.com
203
  display: true
204
- efficiency: low
205
-
206
- DUSt3R:
207
  enable: true
208
- matcher: duster
209
  standalone: true
210
  info:
211
- name: DUSt3R
212
  source: "CVPR 2024"
213
- github: https://github.com/naver/dust3r
214
- paper: https://arxiv.org/abs/2312.14132
215
- project: https://dust3r.europe.naverlabs.com
216
  display: true
217
-
218
- GIM(RoMa):
219
- matcher: gim_roma
 
 
 
 
 
 
 
 
 
 
220
  standalone: true
221
- enable: true
222
- skip_ci: true
223
  info:
224
- name: GIM(RoMa)
225
- source: "ICLR 2024"
226
- github: https://github.com/xuelunshen/gim
227
- paper: https://arxiv.org/abs/2402.11095
228
- project: https://xuelunshen.com/gim
 
 
 
 
 
 
 
 
 
 
 
229
  display: true
230
- efficiency: low
231
-
232
- GIM(dkm):
233
- enable: true
234
- skip_ci: true
235
- matcher: gim(dkm)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  standalone: true
237
  info:
238
- name: GIM(DKM)
239
- source: "ICLR 2024"
240
- github: https://github.com/xuelunshen/gim
241
- paper: https://arxiv.org/abs/2402.11095
242
- project: https://xuelunshen.com/gim
243
  display: true
244
- efficiency: low
245
-
246
- sift+lightglue:
247
- matcher: sift-lightglue
248
- feature: sift
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  standalone: false
250
  info:
251
- name: LightGlue
252
  source: "ICCV 2023"
253
  github: https://github.com/cvg/LightGlue
254
  paper: https://arxiv.org/pdf/2306.13643
 
255
  display: true
256
-
257
- superpoint+mnn:
258
  matcher: NN-mutual
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  feature: superpoint_max
260
  standalone: false
261
  info:
@@ -263,220 +484,194 @@ matcher_zoo:
263
  source: "CVPRW 2018"
264
  github: https://github.com/magicleap/SuperPointPretrainedNetwork
265
  paper: https://arxiv.org/abs/1712.07629
 
 
 
 
 
 
 
 
 
 
 
 
266
  display: true
267
-
268
- disk:
269
- matcher: NN-mutual
270
  feature: disk
271
  standalone: false
272
  info:
273
- name: DISK
274
- source: "NeurIPS 2020"
275
- github: https://github.com/cvlab-epfl/disk
276
- paper: https://arxiv.org/abs/2006.13566
 
277
  display: true
278
-
279
- dedode:
280
- matcher: Dual-Softmax
281
- feature: dedode
282
  standalone: false
283
  info:
284
- name: DeDoDe
285
- source: "3DV 2024"
286
- github: https://github.com/Parskatt/DeDoDe
287
- paper: https://arxiv.org/abs/2308.08479
 
288
  display: true
289
-
290
- alike:
291
- matcher: NN-mutual
292
- feature: alike
293
  standalone: false
294
  info:
295
- name: ALIKE
296
- source: "TMM 2022"
297
- github: https://github.com/Shiaoming/ALIKE
298
- paper: https://arxiv.org/abs/2112.02906
 
299
  display: true
300
-
301
- sift:
302
  matcher: NN-mutual
 
 
 
 
 
 
 
 
 
 
 
303
  feature: sift
304
  standalone: false
305
  info:
306
- name: SIFT
307
- source: "IJCV 2004"
308
- github: null
309
- paper: https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf
 
310
  display: true
311
-
312
- r2d2:
313
  matcher: NN-mutual
314
- feature: r2d2
315
  standalone: false
316
  info:
317
- name: R2D2
318
- source: "NeurIPS 2019"
319
- github: https://github.com/naver/r2d2
320
- paper: https://arxiv.org/abs/1906.06195
 
 
 
 
 
 
 
 
 
 
 
 
321
  display: true
322
-
323
  d2net:
324
  matcher: NN-mutual
325
  feature: d2net-ss
326
  standalone: false
327
  info:
328
- name: D2Net
329
  source: "CVPR 2019"
330
  github: https://github.com/Vincentqyw/d2-net
331
  paper: https://arxiv.org/abs/1905.03561
332
  project: https://dusmanu.com/publications/d2-net.html
333
  display: true
334
-
335
- xfeat(sparse):
336
  matcher: NN-mutual
337
- feature: xfeat
338
  standalone: false
339
  info:
340
- name: XFeat
341
- source: "CVPR 2024"
342
- github: https://github.com/verlab/accelerated_features
343
- paper: https://arxiv.org/abs/2404.19174
344
- display: true
345
-
346
- xfeat(dense):
347
- matcher: xfeat_dense
348
- standalone: true
349
- info:
350
- name: XFeat
351
- source: "CVPR 2024"
352
- github: https://github.com/verlab/accelerated_features
353
- paper: https://arxiv.org/abs/2404.19174
354
- display: false
355
-
356
- LoMa-B:
357
- matcher: loma-b
358
- standalone: true
359
- info:
360
- name: LoMa-B
361
- source: "ECCV 2026"
362
- paper: https://arxiv.org/abs/2504.03028
363
- github: https://github.com/davnords/LoMa
364
- display: true
365
- efficiency: medium
366
-
367
- LoMa-L:
368
- matcher: loma-l
369
- standalone: true
370
- skip_ci: true
371
- info:
372
- name: LoMa-L
373
- source: "ECCV 2026"
374
- paper: https://arxiv.org/abs/2504.03028
375
- github: https://github.com/davnords/LoMa
376
- display: true
377
- efficiency: low
378
-
379
- minima(loftr):
380
- matcher: minima_loftr
381
- standalone: true
382
- info:
383
- name: MINIMA(LoFTR)
384
- source: "ARXIV 2024"
385
- paper: https://arxiv.org/abs/2412.19412
386
- github: https://github.com/LSXI7/MINIMA
387
  display: true
388
-
389
- minima(RoMa):
390
- matcher: minima_roma
391
- standalone: true
392
- skip_ci: true
393
  info:
394
- name: MINIMA(RoMa)
395
- source: "ARXIV 2024"
396
- paper: https://arxiv.org/abs/2412.19412
397
- github: https://github.com/LSXI7/MINIMA
 
398
  display: true
399
- efficiency: low
400
-
401
- minima(lightglue):
402
- matcher: minima_lightglue
403
- feature: superpoint_max
404
  standalone: false
405
  info:
406
- name: MINIMA(LightGlue)
407
- source: "ARXIV 2024"
408
- paper: https://arxiv.org/abs/2412.19412
409
- github: https://github.com/LSXI7/MINIMA
 
410
  display: true
411
- efficiency: high
412
-
413
- raco+lightglue:
414
- matcher: raco-lightglue
415
- feature: raco
416
  standalone: false
417
  info:
418
- name: RaCo
419
- source: "3DV 2026"
420
- github: https://github.com/cvg/RaCo
421
- paper: https://arxiv.org/pdf/2602.15755
 
422
  display: true
423
-
424
- dad(RoMa):
425
- matcher: dad_roma
426
- standalone: true
427
- skip_ci: true
428
  info:
429
- name: Dad(RoMa)
430
- source: "ARXIV 2025"
431
- paper: https://arxiv.org/abs/2503.07347
432
- github: https://github.com/Parskatt/dad
 
433
  display: true
434
- efficiency: medium
435
-
436
- rdd(sparse):
437
  matcher: NN-mutual
438
- feature: rdd
439
  standalone: false
440
  info:
441
- name: RDD(sparse)
442
- source: "CVPR 2025"
443
- github: https://github.com/xtcpete/rdd
444
- paper: https://arxiv.org/abs/2505.08013
445
- project: https://xtcpete.github.io/rdd
446
  display: true
447
-
448
- rdd(dense):
449
- matcher: rdd_dense
450
  standalone: true
451
  info:
452
- name: RDD(dense)
453
- source: "CVPR 2025"
454
- github: https://github.com/xtcpete/rdd
455
- paper: https://arxiv.org/abs/2505.08013
456
- project: https://xtcpete.github.io/rdd
457
- display: true
458
-
459
- liftfeat(sparse):
460
- matcher: NN-mutual
461
- feature: liftfeat
462
- standalone: false
463
- info:
464
- name: LiftFeat
465
- source: "ICRA 2025"
466
- github: https://github.com/lyp-deeplearning/LiftFeat
467
- paper: https://arxiv.org/abs/2505.0342
468
  display: true
469
-
470
- ripe(+mnn):
471
- matcher: NN-mutual
472
- feature: ripe
473
- standalone: false
474
  info:
475
- name: RIPE
476
- source: "ICCV 2025"
477
- github: https://github.com/fraunhoferhhi/RIPE
478
- paper: https://arxiv.org/abs/2507.04839
479
- project: https://fraunhoferhhi.github.io/RIPE
480
  display: true
481
 
482
  sfd2+imp:
@@ -485,7 +680,7 @@ matcher_zoo:
485
  feature: sfd2
486
  standalone: false
487
  info:
488
- name: SFD2+IMP
489
  source: "CVPR 2023"
490
  github: https://github.com/feixue94/imp-release
491
  paper: https://arxiv.org/pdf/2304.14837
@@ -498,25 +693,13 @@ matcher_zoo:
498
  feature: sfd2
499
  standalone: false
500
  info:
501
- name: SFD2+MNN
502
  source: "CVPR 2023"
503
  github: https://github.com/feixue94/sfd2
504
  paper: https://arxiv.org/abs/2304.14845
505
  project: https://feixue94.github.io/
506
  display: true
507
 
508
- minima(eloftr):
509
- matcher: minima_eloftr
510
- standalone: true
511
- skip_ci: true
512
- info:
513
- name: MINIMA(ELoFTR)
514
- source: "ARXIV 2024"
515
- paper: https://arxiv.org/abs/2412.19412
516
- github: https://github.com/LSXI7/MINIMA
517
- display: true
518
- efficiency: medium
519
-
520
  retrieval_zoo:
521
  netvlad:
522
  enable: true
 
16
  setting_geometry: Homography
17
 
18
  matcher_zoo:
19
+ # example config
20
+ Example:
21
+ # show in `Matching Model` or not, default: true
22
+ enable: false
23
+ # matcher name
24
+ matcher: example
25
+ # skip ci or not, default: false
26
+ skip_ci: true
27
+ # dense matcher or not, default: true
28
+ standalone: true
29
+ # info
30
+ info:
31
+ # dispaly name in `Matching Model`
32
+ name: example(example)
33
+ # conference/journal/workshop Year
34
+ source: "CVPR XXXX"
35
+ # github link
36
+ github: https://github.com/example/example
37
+ # paper link
38
+ paper: https://arxiv.org/abs/xxxx.xxxx
39
+ # project link
40
+ project: https://example.com
41
+ # show in `support algos` table
42
+ display: false
43
+ # low, medium, high
44
+ efficiency: low
45
+
46
+ dad(RoMa):
47
+ matcher: dad_roma
48
+ skip_ci: true
49
+ standalone: true
50
  info:
51
+ name: Dad(RoMa) #dispaly name
52
+ source: "ARXIV 2025"
53
+ paper: https://arxiv.org/abs/2503.07347
54
+ github: https://github.com/Parskatt/dad
55
  display: true
56
+ efficiency: medium # low, medium, high
57
+ LoMa-B:
58
+ matcher: loma-b
59
+ standalone: true
 
60
  info:
61
+ name: LoMa-B
62
+ source: "ECCV 2026"
63
+ paper: https://arxiv.org/abs/2504.03028
64
+ github: https://github.com/davnords/LoMa
65
  display: true
66
+ efficiency: medium # low, medium, high
67
+ LoMa-L:
68
+ matcher: loma-l
69
+ standalone: true
70
+ skip_ci: true
71
  info:
72
+ name: LoMa-L
73
+ source: "ECCV 2026"
74
+ paper: https://arxiv.org/abs/2504.03028
75
+ github: https://github.com/davnords/LoMa
76
  display: true
77
+ efficiency: low # low, medium, high
78
+ LoMa-G:
79
+ enable: false
80
+ matcher: loma-g
81
+ standalone: true
82
+ skip_ci: true
83
+ info:
84
+ name: LoMa-G
85
+ source: "ECCV 2026"
86
+ paper: https://arxiv.org/abs/2504.03028
87
+ github: https://github.com/davnords/LoMa
88
+ display: true
89
+ efficiency: low # low, medium, high
90
+ LoMa-R:
91
+ matcher: loma-r
92
+ standalone: true
93
+ skip_ci: true
94
+ info:
95
+ name: LoMa-R
96
+ source: "CVPRW 2026"
97
+ paper: https://arxiv.org/abs/2504.03028
98
+ github: https://github.com/davnords/LoMa
99
+ display: true
100
+ efficiency: medium # low, medium, high
101
+ minima(loftr):
102
+ matcher: minima_loftr
103
+ standalone: true
104
+ info:
105
+ name: MINIMA(LoFTR) #dispaly name
106
+ source: "ARXIV 2024"
107
+ paper: https://arxiv.org/abs/2412.19412
108
+ github: https://github.com/LSXI7/MINIMA
109
+ display: true
110
+ minima(RoMa):
111
+ matcher: minima_roma
112
+ skip_ci: true
113
+ standalone: true
114
+ info:
115
+ name: MINIMA(RoMa) #dispaly name
116
+ source: "ARXIV 2024"
117
+ paper: https://arxiv.org/abs/2412.19412
118
+ github: https://github.com/LSXI7/MINIMA
119
+ display: true
120
+ efficiency: low # low, medium, high
121
+ minima(lightglue):
122
+ matcher: minima_lightglue
123
  feature: superpoint_max
124
  standalone: false
125
  info:
126
+ name: MINIMA(LightGlue) #dispaly name
127
+ source: "ARXIV 2024"
128
+ paper: https://arxiv.org/abs/2412.19412
129
+ github: https://github.com/LSXI7/MINIMA
130
  display: true
131
+ efficiency: high # low, medium, high
132
+ minima(eloftr):
133
+ matcher: minima_eloftr
134
  standalone: true
135
+ skip_ci: true
136
  info:
137
+ name: MINIMA(ELoFTR) #dispaly name
138
+ source: "ARXIV 2024"
139
+ paper: https://arxiv.org/abs/2412.19412
140
+ github: https://github.com/LSXI7/MINIMA
 
141
  display: true
142
+ efficiency: medium # low, medium, high
143
+ minima(xoftr):
144
+ matcher: minima_xoftr
145
+ standalone: true
146
+ skip_ci: true
147
+ info:
148
+ name: MINIMA(XoFTR) #dispaly name
149
+ source: "ARXIV 2024"
150
+ paper: https://arxiv.org/abs/2412.19412
151
+ github: https://github.com/LSXI7/MINIMA
152
+ display: true
153
+ efficiency: medium # low, medium, high
154
+ omniglue:
155
+ enable: true
156
+ matcher: omniglue
157
  standalone: true
158
  info:
159
+ name: OmniGlue
160
  source: "CVPR 2024"
161
+ github: https://github.com/Vincentqyw/omniglue-onnx
162
+ paper: https://arxiv.org/abs/2405.12979
163
+ project: https://hwjiang1510.github.io/OmniGlue
164
  display: true
165
+ Mast3R:
166
+ enable: true
167
+ matcher: mast3r
168
  standalone: true
169
  skip_ci: true
170
  info:
171
+ name: Mast3R #dispaly name
172
+ source: "CVPR 2024"
173
+ github: https://github.com/naver/mast3r
174
+ paper: https://arxiv.org/abs/2406.09756
175
+ project: https://dust3r.europe.naverlabs.com
176
  display: true
177
+ efficiency: low # low, medium, high
178
+ DUSt3R:
179
+ # TODO: duster is under development
180
+ enable: true
181
+ matcher: duster
182
+ standalone: true
183
+ info:
184
+ name: DUSt3R #dispaly name
185
+ source: "CVPR 2024"
186
+ github: https://github.com/naver/dust3r
187
+ paper: https://arxiv.org/abs/2312.14132
188
+ project: https://dust3r.europe.naverlabs.com
189
+ display: true
190
+ GIM(RoMa):
191
+ matcher: gim_roma
192
+ skip_ci: true
193
+ standalone: true
194
+ enable: true
195
+ info:
196
+ name: GIM(RoMa) #dispaly name
197
+ source: "ICLR 2024"
198
+ github: https://github.com/xuelunshen/gim
199
+ paper: https://arxiv.org/abs/2402.11095
200
+ project: https://xuelunshen.com/gim
201
+ display: true
202
+ efficiency: low # low, medium, high
203
+ GIM(dkm):
204
+ enable: true
205
+ skip_ci: true
206
+ matcher: gim(dkm)
207
+ standalone: true
208
+ info:
209
+ name: GIM(DKM) #dispaly name
210
+ source: "ICLR 2024"
211
+ github: https://github.com/xuelunshen/gim
212
+ paper: https://arxiv.org/abs/2402.11095
213
+ project: https://xuelunshen.com/gim
214
+ display: true
215
+ efficiency: low # low, medium, high
216
  RoMa:
217
  matcher: roma
 
218
  skip_ci: true
219
+ standalone: true
220
  info:
221
+ name: RoMa #dispaly name
222
  source: "CVPR 2024"
223
  github: https://github.com/Parskatt/RoMa
224
  paper: https://arxiv.org/abs/2305.15404
225
  project: https://parskatt.github.io/RoMa
226
  display: true
227
+ efficiency: low # low, medium, high
 
228
  RoMaV2:
229
  matcher: romav2
 
230
  skip_ci: true
231
+ standalone: true
232
  info:
233
+ name: RoMaV2 #dispaly name
234
  source: "ARXIV 2025"
235
  github: https://github.com/Parskatt/RoMaV2
236
  paper: https://arxiv.org/abs/2412.12906
237
  display: true
238
+ efficiency: low # low, medium, high
 
239
  dkm:
240
  matcher: dkm
 
241
  skip_ci: true
242
+ standalone: true
243
  enable: true
244
  info:
245
+ name: DKM #dispaly name
246
  source: "CVPR 2023"
247
  github: https://github.com/Parskatt/DKM
248
  paper: https://arxiv.org/abs/2202.00667
249
  project: https://parskatt.github.io/DKM
250
  display: true
251
+ efficiency: low # low, medium, high
252
+ loftr:
253
+ matcher: loftr
 
 
254
  standalone: true
255
  info:
256
+ name: LoFTR #dispaly name
257
+ source: "CVPR 2021"
258
+ github: https://github.com/zju3dv/LoFTR
259
+ paper: https://arxiv.org/pdf/2104.00680
260
+ project: https://zju3dv.github.io/loftr
261
+ display: true
262
+ eloftr:
263
+ matcher: eloftr
264
+ standalone: true
265
+ info:
266
+ name: Efficient LoFTR #dispaly name
267
  source: "CVPR 2024"
268
+ github: https://github.com/zju3dv/efficientloftr
269
+ paper: https://zju3dv.github.io/efficientloftr/files/EfficientLoFTR.pdf
270
+ project: https://zju3dv.github.io/efficientloftr
271
  display: true
272
+ se2loftr:
273
+ matcher: se2loftr
274
+ skip_ci: true
 
275
  standalone: true
276
  info:
277
+ name: SE2-LoFTR #dispaly name
278
+ source: "3DV 2025"
279
+ github: https://github.com/abharadwaj-1234/SE2-LoFTR
280
+ paper: https://arxiv.org/abs/2503.10814
281
+ display: true
282
+ efficiency: medium # low, medium, high
283
+ xoftr:
284
+ matcher: xoftr
285
+ standalone: true
286
+ info:
287
+ name: XoFTR #dispaly name
288
  source: "CVPR 2024"
289
+ github: https://github.com/OnderT/XoFTR
290
+ paper: https://arxiv.org/pdf/2404.09692
291
+ project: null
292
  display: true
293
+ jamma:
294
+ matcher: jamma
 
 
295
  standalone: true
296
+ enable: false
297
  info:
298
+ name: Jamma #dispaly name
299
+ source: "CVPR 2024"
300
+ github: https://github.com/OnderT/XoFTR
301
+ paper: https://arxiv.org/pdf/2404.09692
302
+ project: null
303
+ display: false
304
+ cotr:
305
+ enable: false
306
+ skip_ci: true
307
+ matcher: cotr
308
+ standalone: true
309
+ info:
310
+ name: CoTR #dispaly name
311
+ source: "ICCV 2021"
312
+ github: https://github.com/ubc-vision/COTR
313
+ paper: https://arxiv.org/abs/2103.14167
314
+ project: null
315
  display: true
316
+ efficiency: low # low, medium, high
317
  topicfm:
318
  matcher: topicfm
319
  standalone: true
320
  info:
321
+ name: TopicFM #dispaly name
322
  source: "AAAI 2023"
323
  github: https://github.com/TruongKhang/TopicFM
324
  paper: https://arxiv.org/abs/2307.00485
325
+ project: null
326
  display: true
 
327
  aspanformer:
328
  matcher: aspanformer
329
  standalone: true
330
  info:
331
+ name: ASpanformer #dispaly name
332
  source: "ECCV 2022"
333
  github: https://github.com/Vincentqyw/ml-aspanformer
334
  paper: https://arxiv.org/abs/2208.14201
335
+ project: null
336
  display: true
337
+ matchformer:
338
+ matcher: matchformer
 
 
 
339
  skip_ci: true
340
+ standalone: true
341
  info:
342
+ name: MatchFormer #dispaly name
343
+ source: "ARXIV 2023"
344
+ github: https://github.com/jamycheung/MatchFormer
345
+ paper: https://arxiv.org/abs/2303.14507
 
346
  display: true
347
+ efficiency: medium # low, medium, high
348
+ xfeat+lightglue:
 
349
  enable: true
350
+ matcher: xfeat_lightglue
351
  standalone: true
352
  info:
353
+ name: xfeat+lightglue
354
  source: "CVPR 2024"
355
+ github: https://github.com/Vincentqyw/omniglue-onnx
356
+ paper: https://arxiv.org/abs/2405.12979
357
+ project: https://hwjiang1510.github.io/OmniGlue
358
  display: true
359
+ xfeat(sparse):
360
+ matcher: NN-mutual
361
+ feature: xfeat
362
+ standalone: false
363
+ info:
364
+ name: XFeat #dispaly name
365
+ source: "CVPR 2024"
366
+ github: https://github.com/verlab/accelerated_features
367
+ paper: https://arxiv.org/abs/2404.19174
368
+ project: null
369
+ display: true
370
+ xfeat(dense):
371
+ matcher: xfeat_dense
372
  standalone: true
 
 
373
  info:
374
+ name: XFeat #dispaly name
375
+ source: "CVPR 2024"
376
+ github: https://github.com/verlab/accelerated_features
377
+ paper: https://arxiv.org/abs/2404.19174
378
+ project: null
379
+ display: false
380
+ liftfeat(sparse):
381
+ matcher: NN-mutual
382
+ feature: liftfeat
383
+ standalone: false
384
+ info:
385
+ name: LiftFeat #dispaly name
386
+ source: "ICRA 2025"
387
+ github: https://github.com/lyp-deeplearning/LiftFeat
388
+ paper: https://arxiv.org/abs/2505.0342
389
+ project: null
390
  display: true
391
+ ripe(+mnn):
392
+ matcher: NN-mutual
393
+ feature: ripe
394
+ standalone: false
395
+ info:
396
+ name: RIPE #dispaly name
397
+ source: "ICCV 2025"
398
+ github: https://github.com/fraunhoferhhi/RIPE
399
+ paper: https://arxiv.org/abs/2507.04839
400
+ project: https://fraunhoferhhi.github.io/RIPE
401
+ display: true
402
+ rdd(sparse):
403
+ matcher: NN-mutual
404
+ feature: rdd
405
+ standalone: false
406
+ info:
407
+ name: RDD(sparse) #dispaly name
408
+ source: "CVPR 2025"
409
+ github: https://github.com/xtcpete/rdd
410
+ paper: https://arxiv.org/abs/2505.08013
411
+ project: https://xtcpete.github.io/rdd
412
+ display: true
413
+ rdd(dense):
414
+ matcher: rdd_dense
415
  standalone: true
416
  info:
417
+ name: RDD(dense) #dispaly name
418
+ source: "CVPR 2025"
419
+ github: https://github.com/xtcpete/rdd
420
+ paper: https://arxiv.org/abs/2505.08013
421
+ project: https://xtcpete.github.io/rdd
422
  display: true
423
+ dedode:
424
+ matcher: Dual-Softmax
425
+ feature: dedode
426
+ standalone: false
427
+ info:
428
+ name: DeDoDe #dispaly name
429
+ source: "3DV 2024"
430
+ github: https://github.com/Parskatt/DeDoDe
431
+ paper: https://arxiv.org/abs/2308.08479
432
+ project: null
433
+ display: true
434
+ superpoint+superglue:
435
+ matcher: superglue
436
+ feature: superpoint_max
437
+ standalone: false
438
+ info:
439
+ name: SuperGlue #dispaly name
440
+ source: "CVPR 2020"
441
+ github: https://github.com/magicleap/SuperGluePretrainedNetwork
442
+ paper: https://arxiv.org/abs/1911.11763
443
+ project: null
444
+ display: true
445
+ superpoint+lightglue:
446
+ matcher: superpoint-lightglue
447
+ feature: superpoint_max
448
  standalone: false
449
  info:
450
+ name: LightGlue #dispaly name
451
  source: "ICCV 2023"
452
  github: https://github.com/cvg/LightGlue
453
  paper: https://arxiv.org/pdf/2306.13643
454
+ project: null
455
  display: true
456
+ disk:
 
457
  matcher: NN-mutual
458
+ feature: disk
459
+ standalone: false
460
+ info:
461
+ name: DISK
462
+ source: "NeurIPS 2020"
463
+ github: https://github.com/cvlab-epfl/disk
464
+ paper: https://arxiv.org/abs/2006.13566
465
+ project: null
466
+ display: true
467
+ disk+dualsoftmax:
468
+ matcher: Dual-Softmax
469
+ feature: disk
470
+ standalone: false
471
+ info:
472
+ name: DISK
473
+ source: "NeurIPS 2020"
474
+ github: https://github.com/cvlab-epfl/disk
475
+ paper: https://arxiv.org/abs/2006.13566
476
+ project: null
477
+ display: false
478
+ superpoint+dualsoftmax:
479
+ matcher: Dual-Softmax
480
  feature: superpoint_max
481
  standalone: false
482
  info:
 
484
  source: "CVPRW 2018"
485
  github: https://github.com/magicleap/SuperPointPretrainedNetwork
486
  paper: https://arxiv.org/abs/1712.07629
487
+ project: null
488
+ display: false
489
+ sift+lightglue:
490
+ matcher: sift-lightglue
491
+ feature: sift
492
+ standalone: false
493
+ info:
494
+ name: LightGlue #dispaly name
495
+ source: "ICCV 2023"
496
+ github: https://github.com/cvg/LightGlue
497
+ paper: https://arxiv.org/pdf/2306.13643
498
+ project: null
499
  display: true
500
+ disk+lightglue:
501
+ matcher: disk-lightglue
 
502
  feature: disk
503
  standalone: false
504
  info:
505
+ name: LightGlue
506
+ source: "ICCV 2023"
507
+ github: https://github.com/cvg/LightGlue
508
+ paper: https://arxiv.org/pdf/2306.13643
509
+ project: null
510
  display: true
511
+ aliked+lightglue:
512
+ matcher: aliked-lightglue
513
+ feature: aliked-n16
 
514
  standalone: false
515
  info:
516
+ name: ALIKED
517
+ source: "ICCV 2023"
518
+ github: https://github.com/Shiaoming/ALIKED
519
+ paper: https://arxiv.org/pdf/2304.03608.pdf
520
+ project: null
521
  display: true
522
+ raco+lightglue:
523
+ matcher: raco-lightglue
524
+ feature: raco
 
525
  standalone: false
526
  info:
527
+ name: RaCo
528
+ source: "3DV 2026"
529
+ github: https://github.com/cvg/RaCo
530
+ paper: https://arxiv.org/pdf/2602.15755
531
+ project: null
532
  display: true
533
+ superpoint+mnn:
 
534
  matcher: NN-mutual
535
+ feature: superpoint_max
536
+ standalone: false
537
+ info:
538
+ name: SuperPoint #dispaly name
539
+ source: "CVPRW 2018"
540
+ github: https://github.com/magicleap/SuperPointPretrainedNetwork
541
+ paper: https://arxiv.org/abs/1712.07629
542
+ project: null
543
+ display: true
544
+ sift+sgmnet:
545
+ matcher: sgmnet
546
  feature: sift
547
  standalone: false
548
  info:
549
+ name: SGMNet #dispaly name
550
+ source: "ICCV 2021"
551
+ github: https://github.com/vdvchen/SGMNet
552
+ paper: https://arxiv.org/abs/2108.08771
553
+ project: null
554
  display: true
555
+ sosnet:
 
556
  matcher: NN-mutual
557
+ feature: sosnet
558
  standalone: false
559
  info:
560
+ name: SOSNet #dispaly name
561
+ source: "CVPR 2019"
562
+ github: https://github.com/scape-research/SOSNet
563
+ paper: https://arxiv.org/abs/1904.05019
564
+ project: https://research.scape.io/sosnet
565
+ display: true
566
+ hardnet:
567
+ matcher: NN-mutual
568
+ feature: hardnet
569
+ standalone: false
570
+ info:
571
+ name: HardNet #dispaly name
572
+ source: "NeurIPS 2017"
573
+ github: https://github.com/DagnyT/hardnet
574
+ paper: https://arxiv.org/abs/1705.10872
575
+ project: null
576
  display: true
 
577
  d2net:
578
  matcher: NN-mutual
579
  feature: d2net-ss
580
  standalone: false
581
  info:
582
+ name: D2Net #dispaly name
583
  source: "CVPR 2019"
584
  github: https://github.com/Vincentqyw/d2-net
585
  paper: https://arxiv.org/abs/1905.03561
586
  project: https://dusmanu.com/publications/d2-net.html
587
  display: true
588
+ rord:
 
589
  matcher: NN-mutual
590
+ feature: rord
591
  standalone: false
592
  info:
593
+ name: RoRD #dispaly name
594
+ source: "IROS 2021"
595
+ github: https://github.com/UditSinghParihar/RoRD
596
+ paper: https://arxiv.org/abs/2103.08573
597
+ project: https://uditsinghparihar.github.io/RoRD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
598
  display: true
599
+ alike:
600
+ matcher: NN-mutual
601
+ feature: alike
602
+ standalone: false
 
603
  info:
604
+ name: ALIKE #dispaly name
605
+ source: "TMM 2022"
606
+ github: https://github.com/Shiaoming/ALIKE
607
+ paper: https://arxiv.org/abs/2112.02906
608
+ project: null
609
  display: true
610
+ lanet:
611
+ matcher: NN-mutual
612
+ feature: lanet
 
 
613
  standalone: false
614
  info:
615
+ name: LANet #dispaly name
616
+ source: "ACCV 2022"
617
+ github: https://github.com/wangch-g/lanet
618
+ paper: https://openaccess.thecvf.com/content/ACCV2022/papers/Wang_Rethinking_Low-level_Features_for_Interest_Point_Detection_and_Description_ACCV_2022_paper.pdf
619
+ project: null
620
  display: true
621
+ r2d2:
622
+ matcher: NN-mutual
623
+ feature: r2d2
 
 
624
  standalone: false
625
  info:
626
+ name: R2D2 #dispaly name
627
+ source: "NeurIPS 2019"
628
+ github: https://github.com/naver/r2d2
629
+ paper: https://arxiv.org/abs/1906.06195
630
+ project: null
631
  display: true
632
+ darkfeat:
633
+ matcher: NN-mutual
634
+ feature: darkfeat
635
+ standalone: false
 
636
  info:
637
+ name: DarkFeat #dispaly name
638
+ source: "AAAI 2023"
639
+ github: https://github.com/THU-LYJ-Lab/DarkFeat
640
+ paper: null
641
+ project: null
642
  display: true
643
+ sift:
 
 
644
  matcher: NN-mutual
645
+ feature: sift
646
  standalone: false
647
  info:
648
+ name: SIFT #dispaly name
649
+ source: "IJCV 2004"
650
+ github: null
651
+ paper: https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf
652
+ project: null
653
  display: true
654
+ gluestick:
655
+ enable: true
656
+ matcher: gluestick
657
  standalone: true
658
  info:
659
+ name: GlueStick #dispaly name
660
+ source: "ICCV 2023"
661
+ github: https://github.com/cvg/GlueStick
662
+ paper: https://arxiv.org/abs/2304.02008
663
+ project: https://iago-suarez.com/gluestick
 
 
 
 
 
 
 
 
 
 
 
664
  display: true
665
+ sold2:
666
+ enable: false
667
+ matcher: sold2
668
+ standalone: true
 
669
  info:
670
+ name: SOLD2 #dispaly name
671
+ source: "CVPR 2021"
672
+ github: https://github.com/cvg/SOLD2
673
+ paper: https://arxiv.org/abs/2104.03362
674
+ project: null
675
  display: true
676
 
677
  sfd2+imp:
 
680
  feature: sfd2
681
  standalone: false
682
  info:
683
+ name: SFD2+IMP #dispaly name
684
  source: "CVPR 2023"
685
  github: https://github.com/feixue94/imp-release
686
  paper: https://arxiv.org/pdf/2304.14837
 
693
  feature: sfd2
694
  standalone: false
695
  info:
696
+ name: SFD2+MNN #dispaly name
697
  source: "CVPR 2023"
698
  github: https://github.com/feixue94/sfd2
699
  paper: https://arxiv.org/abs/2304.14845
700
  project: https://feixue94.github.io/
701
  display: true
702
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  retrieval_zoo:
704
  netvlad:
705
  enable: true