Papers › Image Matching across Wide Baselines: From Paper to Practice

Image Matching across Wide Baselines: From Paper to Practice

3 Mar 2020arXiv:2003.01587archive 2025-07-28

Yuhe Jin, Dmytro Mishkin, Anastasiia Mishchuk, Jiri Matas, Pascal Fua, Kwang Moo Yi, Eduard Trulls

We introduce a comprehensive benchmark for local features and robust estimation algorithms, focusing on the downstream task -- the accuracy of the reconstructed camera pose -- as our primary metric. Our pipeline's modular structure allows easy integration, configuration, and combination of different methods and heuristics. This is demonstrated by embedding dozens of popular algorithms and evaluating them, from seminal works to the cutting edge of machine learning research. We show that with proper settings, classical solutions may still outperform the perceived state of the art. Besides establishing the actual state of the art, the conducted experiments reveal unexpected properties of Structure from Motion (SfM) pipelines that can help improve their performance, for both algorithmic and learned methods. Data and code are online https://github.com/vcg-uvic/image-matching-benchmark, providing an easy-to-use and flexible framework for the benchmarking of local features and robust estimation methods, both alongside and against top-performing methods. This work provides a basis for the Image Matching Challenge https://vision.uvic.ca/image-matching-challenge.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 13 of 15 code samples harvested from 2 repositories linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 12 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 3 ran; community (archive-listed): 11 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

etrulls/slurm-gcp officialmentioned in papermentioned on GitHubApache-2.0 report
vcg-uvic/image-matching-benchmark officialmentioned in paperApache-2.0 report
danini/magsac mentioned on GitHubNOASSERTION report
ducha-aiki/pydegensac mentioned on GitHubMIT report
ducha-aiki/pymagsac mentioned on GitHubNOASSERTION 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

15 samples harvested; 13 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
12ran
2unverified

Licence: 0 of the 15 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 2 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.

get_kp_category vcg-uvic/image-matching-benchmark/import_features.py official repository ran Apache-2.0 (permissive) · 7d57d64d5a3cb9fe · report
str2bool vcg-uvic/image-matching-benchmark/config.py official repository ran · violated contract Apache-2.0 (permissive) · 248284f69adfeaad · report
validate_label vcg-uvic/image-matching-benchmark/import_features.py official repository ran Apache-2.0 (permissive) · 5f5145996f14730a · report
get_desc_category vcg-uvic/image-matching-benchmark/import_features.py official repository unverified Apache-2.0 (permissive) · 88515a5f8e7d443b · report
budgets ducha-aiki/pydegensac/benchmarks/methods.py community (archive-listed) ran fingerprinted MIT (permissive) · b79ff85ee4c2306a · report
convert_and_check ducha-aiki/pydegensac/src/pydegensac/utils.py community (archive-listed) ran MIT (permissive) · bf1c8d201369992d · report
convert_cv2_kpts_to_xyA ducha-aiki/pydegensac/src/pydegensac/utils.py community (archive-listed) ran MIT (permissive) · ebe5a38f176d7af7 · report
load ducha-aiki/pydegensac/benchmarks/report.py community (archive-listed) ran MIT (permissive) · 8a77b04598ecdf4f · report
load ducha-aiki/pydegensac/benchmarks/toolchain/iso_bench.py community (archive-listed) ran MIT (permissive) · 6db98420993ab263 · report
maa ducha-aiki/pydegensac/benchmarks/metrics.py community (archive-listed) ran fingerprinted MIT (permissive) · a0ff0cb1a8f7b562 · report
pose_error ducha-aiki/pydegensac/benchmarks/metrics.py community (archive-listed) ran MIT (permissive) · 63638032f75ffeca · report
registry ducha-aiki/pydegensac/benchmarks/methods.py community (archive-listed) ran fingerprinted MIT (permissive) · 2eee1222b05a2179 · report
reprojection_error ducha-aiki/pydegensac/benchmarks/metrics.py community (archive-listed) ran MIT (permissive) · b14a094d1b3ffdb2 · report
split_keys ducha-aiki/pydegensac/benchmarks/data.py community (archive-listed) ran MIT (permissive) · 7285120b3740d069 · report
pair_keys_f ducha-aiki/pydegensac/benchmarks/data.py community (archive-listed) unverified MIT (permissive) · 58137f340d544719 · report

Tasks

Benchmarking

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