Papers › AdaLAM: Revisiting Handcrafted Outlier Detection

AdaLAM: Revisiting Handcrafted Outlier Detection

7 Jun 2020arXiv:2006.04250archive 2025-07-28

Luca Cavalli, Viktor Larsson, Martin Ralf Oswald, Torsten Sattler, Marc Pollefeys

Local feature matching is a critical component of many computer vision pipelines, including among others Structure-from-Motion, SLAM, and Visual Localization. However, due to limitations in the descriptors, raw matches are often contaminated by a majority of outliers. As a result, outlier detection is a fundamental problem in computer vision, and a wide range of approaches have been proposed over the last decades. In this paper we revisit handcrafted approaches to outlier filtering. Based on best practices, we propose a hierarchical pipeline for effective outlier detection as well as integrate novel ideas which in sum lead to AdaLAM, an efficient and competitive approach to outlier rejection. AdaLAM is designed to effectively exploit modern parallel hardware, resulting in a very fast, yet very accurate, outlier filter. We validate AdaLAM on multiple large and diverse datasets, and we submit to the Image Matching Challenge (CVPR2020), obtaining competitive results with simple baseline descriptors. We show that AdaLAM is more than competitive to current state of the art, both in terms of efficiency and effectiveness.

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

Code

Syntology Ran 0 of 19 code samples harvested from 3 repositories linked to this paper; 19 have no recorded run.

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

antonbrazhnyi/AdaLAM mentioned on GitHubpytorchBSD-3-Clause report
cavalli1234/AdaLAM mentioned on GitHubpytorchBSD-3-Clause 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

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 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.

19unverified

Licence: 0 of the 19 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 3 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.

arange_sequence antonbrazhnyi/AdaLAM/adalam/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 273031afa673ed50 · report
confidence_based_inlier_selection antonbrazhnyi/AdaLAM/adalam/ransac.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0b54a05cf65bbe27 · report
dist_matrix antonbrazhnyi/AdaLAM/adalam/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · a3a952583dcee63e · report
dist_matrix cavalli1234/AdaLAM/adalam/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 044e5f3c6e44c154 · report
distort_color gujingxiao/BaiduStar2020-Traffic-Sign-Detection-And-Pair-Competition-Solution/metric_learning_traffic/imgtool.py community (archive-listed) unverified Apache-2.0 (permissive) · aa62684e7175e3a0 · report
extract_local_patterns antonbrazhnyi/AdaLAM/adalam/core.py community (archive-listed) unverified BSD-3-Clause (permissive) · 1baf1bbcafd8baa2 · report
extract_local_patterns cavalli1234/AdaLAM/adalam/core.py community (archive-listed) unverified BSD-3-Clause (permissive) · ccf718aa4ea2a54a · report
extract_neighborhood_sets antonbrazhnyi/AdaLAM/adalam/core.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4c3eec786c61959e · report
extract_neighborhood_sets cavalli1234/AdaLAM/adalam/core.py community (archive-listed) unverified BSD-3-Clause (permissive) · 9e1bd9727a566275 · report
generate_index gujingxiao/BaiduStar2020-Traffic-Sign-Detection-And-Pair-Competition-Solution/metric_learning_traffic/losses/commonfunc.py community (archive-listed) unverified Apache-2.0 (permissive) · 8934a86d67997100 · report
group_sum_and_cumsum antonbrazhnyi/AdaLAM/adalam/ransac.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6635220d02d11dda · report
orientation_diff antonbrazhnyi/AdaLAM/adalam/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6e21a7f85e0bd425 · report
postprocess gujingxiao/BaiduStar2020-Traffic-Sign-Detection-And-Pair-Competition-Solution/PaddleClas/traffic_class_infer.py community (archive-listed) unverified Apache-2.0 (permissive) · 9e2a7fd85f0594c2 · report
preprocess gujingxiao/BaiduStar2020-Traffic-Sign-Detection-And-Pair-Competition-Solution/PaddleClas/traffic_class_infer.py community (archive-listed) unverified Apache-2.0 (permissive) · 63e249d1dde56372 · report
random_crop gujingxiao/BaiduStar2020-Traffic-Sign-Detection-And-Pair-Competition-Solution/metric_learning_traffic/imgtool.py community (archive-listed) unverified Apache-2.0 (permissive) · 9b681e8a76479f0f · report
rotate_image gujingxiao/BaiduStar2020-Traffic-Sign-Detection-And-Pair-Competition-Solution/metric_learning_traffic/imgtool.py community (archive-listed) unverified Apache-2.0 (permissive) · 3668fcd0a8a7ae06 · report
select_seeds antonbrazhnyi/AdaLAM/adalam/core.py community (archive-listed) unverified BSD-3-Clause (permissive) · ce984335a94fc19e · report
select_seeds cavalli1234/AdaLAM/adalam/core.py community (archive-listed) unverified BSD-3-Clause (permissive) · ca2ddc97cec6ba7b · report
stable_sort_residuals antonbrazhnyi/AdaLAM/adalam/ransac.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6af9bdca2053ef9c · report

Tasks

Key Point MatchingOutlier DetectionVisual Localization

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