Open Source Presentation Attack Detection Baseline for Iris Recognition
Joseph McGrath, Kevin W. Bowyer, Adam Czajka

TL;DR
This paper introduces an open-source, baseline presentation attack detection software for iris recognition that achieves over 99% accuracy on certain datasets, providing a valuable tool for PAD evaluation.
Contribution
It presents the first open-source iris PAD solution using BSIF features and ensemble classifiers, serving as a reference platform for future research.
Findings
Achieves over 99% accuracy on NDCLD'15 dataset
Achieves around 85% accuracy on LivDet-Iris 2017 benchmarks
Comparable performance to state-of-the-art methods
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBiometric Identification and Security · User Authentication and Security Systems · Digital and Cyber Forensics
