paper-with-me

Papers

Open Source Presentation Attack Detection Baseline for Iris Recognition

2018-09-26 · Joseph McGrath, Kevin W. Bowyer, Adam Czajka

This paper proposes the first, known to us, open source presentation attack detection (PAD) solution to distinguish between authentic iris images (possibly wearing clear contact lenses) and irises with textured contact lenses. This software can serve as a baseline in various PAD evaluations, and also as an open-source platform with an up-to-date reference method for iris PAD. The software is written in C++ and Python and uses only open source resources, such as OpenCV. This method does not incorporate iris image segmentation, which may be problematic for unknown fake samples. Instead, it makes a best guess to localize the rough position of the iris. The PAD-related features are extracted with the Binary Statistical Image Features (BSIF), which are classified by an ensemble of classifiers incorporating support vector machine, random forest and multilayer perceptron. The models attached to the current software have been trained with the NDCLD'15 database and evaluated on the independent datasets included in the LivDet-Iris 2017 competition. The software implements the functionality of retraining the classifiers with any database of authentic and attack images. The accuracy of the current version offered with this paper exceeds 99% when tested on subject-disjoint subsets of NDCLD'15, and oscillates around 85% when tested on the LivDet-Iris 2017 benchmarks, which is on par with the results obtained by the LivDet-Iris 2017 winner.

📄 PDF Abstract BibTeX arXiv:1809.10172

Code (2)

CVRL/OpenSourceIrisPAD 공식 구현
CVRL/RaspberryPiOpenSourceIris pytorch

Tasks

Image SegmentationIris RecognitionSemantic Segmentation

Similar Papers 제목 키워드 기반

Iris Liveness Detection Competition (LivDet-Iris) -- The 2020 Edition

2020-09-01 · Priyanka Das, Joseph McGrath, Zhaoyuan Fang, Aidan Boyd 외

Launched in 2013, LivDet-Iris is an international competition series open to academia and industry with the aim to assess and report advances in iris Presentation Attack Detection (PAD). This paper presents results from …

Benchmarking

Open Source Iris Recognition Hardware and Software with Presentation Attack Detection

2020-08-19 · Zhaoyuan Fang, Adam Czajka

This paper proposes the first known to us open source hardware and software iris recognition system with presentation attack detection (PAD), which can be easily assembled for about 75 USD using Raspberry Pi board and a …

Iris RecognitionIris Segmentation

VISER: Visually-Informed System for Enhanced Robustness in Open-Set Iris Presentation Attack Detection

2026-03-18 · Byron Dowling, Jacob Piland, Eleanor Frederick, Christopher Sweet 외 arxiv

Human perceptual priors have shown promise in saliency-guided deep learning training, particularly in the domain of iris presentation attack detection (PAD). Common saliency approaches include hand annotations obtained v…

Open-Set: ID Card Presentation Attack Detection using Neural Transfer Style

2023-12-21 · Reuben Markham, Juan M. Espin, Mario Nieto-Hidalgo, Juan E. Tapia

The accurate detection of ID card Presentation Attacks (PA) is becoming increasingly important due to the rising number of online/remote services that require the presentation of digital photographs of ID cards for digit…

Fraud Detectionimage-classificationImage Classification

State Of The Art In Open-Set Iris Presentation Attack Detection

2022-08-22 · Aidan Boyd, Jeremy Speth, Lucas Parzianello, Kevin Bowyer 외

Research in presentation attack detection (PAD) for iris recognition has largely moved beyond evaluation in "closed-set" scenarios, to emphasize ability to generalize to presentation attack types not present in the train…

Iris Recognition