Papers › A Comparative Study of Graph Matching Algorithms in Computer Vision

A Comparative Study of Graph Matching Algorithms in Computer Vision

1 Jul 2022arXiv:2207.00291archive 2025-07-28

Stefan Haller, Lorenz Feineis, Lisa Hutschenreiter, Florian Bernard, Carsten Rother, Dagmar Kainmüller, Paul Swoboda, Bogdan Savchynskyy

The graph matching optimization problem is an essential component for many tasks in computer vision, such as bringing two deformable objects in correspondence. Naturally, a wide range of applicable algorithms have been proposed in the last decades. Since a common standard benchmark has not been developed, their performance claims are often hard to verify as evaluation on differing problem instances and criteria make the results incomparable. To address these shortcomings, we present a comparative study of graph matching algorithms. We create a uniform benchmark where we collect and categorize a large set of existing and publicly available computer vision graph matching problems in a common format. At the same time we collect and categorize the most popular open-source implementations of graph matching algorithms. Their performance is evaluated in a way that is in line with the best practices for comparing optimization algorithms. The study is designed to be reproducible and extensible to serve as a valuable resource in the future. Our study provides three notable insights: 1.) popular problem instances are exactly solvable in substantially less than 1 second and, therefore, are insufficient for future empirical evaluations; 2.) the most popular baseline methods are highly inferior to the best available methods; 3.) despite the NP-hardness of the problem, instances coming from vision applications are often solvable in a few seconds even for graphs with more than 500 vertices.

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

Code

Syntology Ran 1 of 22 code samples harvested from 1 repository linked to this paper; 21 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 22 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vislearn/gmbench officialMIT report
vislearn/libmpopt mentioned on GitHub 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; 1 ran; 0 honoured the contract we drafted; 21 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 · our draft was wrong
21unverified

Licence: 0 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 vislearn/gmbench. “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.

natural_sort vislearn/gmbench/python/gmbench/analyzer/import_datasets.py official repository ran · our draft was wrong MIT (permissive) · 1677ad306233c7b7 · report
adjust_groundtruth vislearn/gmbench/python/gmbench/analyzer/import_datasets.py official repository unverified MIT (permissive) · a699801fd94d79f9 · report
cleanup_value vislearn/gmbench/python/gmbench/analyzer/export.py official repository unverified MIT (permissive) · a2e05f3e195e35e1 · report
compute_area vislearn/gmbench/python/gmbench/perf.py official repository unverified MIT (permissive) · f89988646272041a · report
compute_area vislearn/gmbench/python/gmbench/analyzer/plot_perf.py official repository unverified MIT (permissive) · 9e51883f9e53fa97 · report
compute_performance_plot_data vislearn/gmbench/python/gmbench/perf.py official repository unverified MIT (permissive) · 8afcb50b4993347c · report
convert_from_json vislearn/gmbench/python/gmbench/analyzer/export.py official repository unverified MIT (permissive) · f8ad7fbd8e8b0d80 · report
convert_to_bool vislearn/gmbench/python/gmbench/analyzer/export.py official repository unverified MIT (permissive) · 8d957e3e9c68e6a6 · report
fetch_hardware_id vislearn/gmbench/python/gmbench/analyzer/import_benchmark.py official repository unverified MIT (permissive) · b4436e9c7a69bc88 · report
get_result vislearn/gmbench/python/gmbench/analyzer/generate_table.py official repository unverified MIT (permissive) · 698c78a80ac5ab35 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/add_hardware.py official repository unverified MIT (permissive) · 422c465477a639b9 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/generate_table.py official repository unverified MIT (permissive) · 25a24527466b0037 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/import_benchmark.py official repository unverified MIT (permissive) · dd55277f60012391 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/import_datasets.py official repository unverified MIT (permissive) · e4882065c0be13f4 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/init_database.py official repository unverified MIT (permissive) · f1b899fcdb5fb448 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/plot_cactus.py official repository unverified MIT (permissive) · dd52eec8897ae8e1 · report
init_subparser vislearn/gmbench/python/gmbench/analyzer/plot_perf.py official repository unverified MIT (permissive) · c37bbbd3f9f1a1c2 · report
make_rectangular vislearn/gmbench/python/gmbench/analyzer/plot_perf.py official repository unverified MIT (permissive) · 726cad3d8f3c2da3 · report
missing_instance_in_run vislearn/gmbench/python/gmbench/verification.py official repository unverified MIT (permissive) · 848358a4327596b7 · report
missing_method_in_run vislearn/gmbench/python/gmbench/verification.py official repository unverified MIT (permissive) · 9c7771a3a2e3c00f · report
missing_trial_in_run vislearn/gmbench/python/gmbench/verification.py official repository unverified MIT (permissive) · 2842a1369540b274 · report
parse_data_file vislearn/gmbench/python/gmbench/analyzer/import_benchmark.py official repository unverified MIT (permissive) · ea9cacb97f9a2f4b · report

Tasks

Graph Matching

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