Papers › Lowering the Barrier to IREX Participation: Open-Source Algorithms, Toolkit, and...

Lowering the Barrier to IREX Participation: Open-Source Algorithms, Toolkit, and Benchmarking for Iris Recognition

20 May 2026arXiv:2605.20735added by Syntology

Siamul Karim Khan, Patrick J. Flynn, Adam Czajka

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

NIST Iris Exchange (IREX) offers an appealing solution to evaluating new open-source iris recognition algorithms, but it presents high barriers to entry because these algorithms must be written in C++, using a specific API, and adapted to meet strict IREX speed and memory constraints. The main goal of this paper is to lower these barriers and advance open-source iris recognition large-scale evaluations by offering: (a) two new modern deep learning-based open-source iris matchers (ArcIris and TripletIris), along with their C++ IREX X-compliant implementations, which are the first open-source iris recognition methods included into the IREX X leaderboard (and thus IREX-vetted), as well as new segmentation and iris circular approximation models that can be incorporated into any new iris recognition method, and (b) a performance assessment (according to IREX X testing protocols) of all major and currently available open-source iris recognition solutions. The paper also provides Python implementations of the new ArcIris and TripletIris methods and discusses the differences one may encounter between C++ and Python implementations of the same conceptually equivalent approaches. Finally, the paper offers open-source, IREX X-compliant C++ implementations of two existing methods: (a) an iris image filtering-based algorithm utilizing human saliency-driven kernels (HDBIF), and (b) a human-interpretable algorithm for detecting and comparing Fuchs' crypts (CRYPTS). In addition to IREX X evaluation results, the paper reports the performance of all methods on major academic benchmarks: Quality-Face/Iris Research Ensemble (Q-FIRE), Warsaw-Biobase Post-Mortem Iris, CASIA-Iris-Thousand-V4, CASIA-Iris-Lamp-V4, IIT Delhi Iris Database, IIITD Contact Lens Iris Database, NDIris3D, and Notre Dame Variable Iris Image Quality Release 2 (VII-Q-R2).

PaperPDFCode 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="2605.20735")

Code

Syntology Ran 28 of 31 code samples harvested from 3 repositories linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 25 ran with no contract checked.

By repository: found in paper text by Syntology: 31 samples from 3 repositories, 28 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

CVRL/OpenSourceIrisRecognition found in paper text by Syntology report
sohaib50k/ThirdEye---Iri found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report
RenMin1991/Dyamic-G found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report
CVRL/PBM found in paper text by Syntology report
worldcoin/open-iris found in paper text by Syntology report

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

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

3ran · our draft was wrong
25ran
3unverified

Licence: 11 of the 31 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.

apply_mask CVRL/PBM/mrcnn/visualize.py found in paper text by Syntology ran BSD-2-Clause (permissive) · cdda836085a5b1af · report
cmc CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/1N_matching.py found in paper text by Syntology ran no licence file found · pointer only · 7763a16836cbc3d5 · report
colormap CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/modules/transform.py found in paper text by Syntology ran no licence file found · pointer only · eb024d61772489c9 · report
compute_backbone_shapes CVRL/PBM/mrcnn/model.py found in paper text by Syntology ran · our draft was wrong BSD-2-Clause (permissive) · ae91aee49740c295 · report
compute_iou CVRL/PBM/mrcnn/utils.py found in paper text by Syntology ran BSD-2-Clause (permissive) · ae0c5e015d8cf734 · report
compute_overlaps CVRL/PBM/mrcnn/utils.py found in paper text by Syntology ran fingerprinted BSD-2-Clause (permissive) · 9f81af6c8a2344a3 · report
conv1x1 CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/modules/network.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/modules/network.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
conv_block CVRL/PBM/mrcnn/model.py found in paper text by Syntology ran BSD-2-Clause (permissive) · 719785e60bebf517 · report
draw_box CVRL/PBM/mrcnn/visualize.py found in paper text by Syntology ran BSD-2-Clause (permissive) · dc05d22f3d39bea6 · report
draw_features CVRL/PBM/display_matching_patches.py found in paper text by Syntology ran BSD-2-Clause (permissive) · 772c173b41c4f8df · report
draw_features_bsif CVRL/PBM/display_matching_patches.py found in paper text by Syntology ran BSD-2-Clause (permissive) · a1ef4ca06701fd6b · report
draw_features_full CVRL/PBM/display_matching_patches.py found in paper text by Syntology ran BSD-2-Clause (permissive) · f53cc00fd6062cc5 · report
extract_bboxes CVRL/PBM/mrcnn/utils.py found in paper text by Syntology ran BSD-2-Clause (permissive) · d2c9b72e23d9588a · report
generate_ytrue_yscore CVRL/OpenSourceIrisRecognition/evaluations/C++-IREX-X-sanity-check/Codes/generate_plots.py found in paper text by Syntology ran no licence file found · pointer only · 253d600a56c062a0 · report
get_ax CVRL/PBM/pipeline_from_file.py found in paper text by Syntology ran BSD-2-Clause (permissive) · e0532d01052a38df · report
get_cfg CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/modules/utils.py found in paper text by Syntology ran no licence file found · pointer only · 87c170471926acb2 · report
get_feature_masks CVRL/PBM/helper_methods.py found in paper text by Syntology ran BSD-2-Clause (permissive) · a5c119b04773bfdf · report
get_features CVRL/PBM/helper_methods.py found in paper text by Syntology ran BSD-2-Clause (permissive) · 65cd3aa6cac7db06 · report
get_patch CVRL/PBM/helper_methods.py found in paper text by Syntology ran BSD-2-Clause (permissive) · 5c18fea9fb0b129a · report
get_performance_metrics CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/modules/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9b24a00ca72fc49d · report
get_uid CVRL/OpenSourceIrisRecognition/evaluations/C++-IREX-X-sanity-check/Codes/generate_plots.py found in paper text by Syntology ran no licence file found · pointer only · ded051c66e4b6dcb · report
instantiate_class_from_name worldcoin/open-iris/src/iris/io/class_configs.py found in paper text by Syntology ran MIT (permissive) · a397e33b04724cba · report
load_dino CVRL/OpenSourceIrisRecognition/methods/iris-fm-tools/Python/inference.py found in paper text by Syntology ran no licence file found · pointer only · b34a467f898f036d · report
load_image CVRL/PBM/pipeline_from_file.py found in paper text by Syntology ran BSD-2-Clause (permissive) · ca8626ab1e67ccbc · report
load_yaml_config worldcoin/open-iris/src/iris/pipelines/base_pipeline.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ce5137c777681694 · report
random_colors CVRL/PBM/mrcnn/visualize.py found in paper text by Syntology ran BSD-2-Clause (permissive) · a9d0cf3b71fefa32 · report
run_clahe CVRL/PBM/pipeline_from_file.py found in paper text by Syntology ran BSD-2-Clause (permissive) · 8b08adb77932dea4 · report
identity_block CVRL/PBM/mrcnn/model.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · 28c3981539e97ab6 · report
iresnet18 CVRL/OpenSourceIrisRecognition/methods/ArcIris/Python/modules/network.py found in paper text by Syntology unverified no licence file found · pointer only · c7a302b8113e24dd · report
predict_single CVRL/OpenSourceIrisRecognition/methods/iris-fm-tools/Python/inference.py found in paper text by Syntology unverified no licence file found · pointer only · 2931bf001b1868de · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.20735, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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