Skip to content
/ MTPAD Public

A Baseline for Iris Presentation Attack Detection (PAD)

Notifications You must be signed in to change notification settings

cunjian/MTPAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTPAD

This is the inference code for an automatic iris presentation attack detection (PAD) solution. It is trained based on the darknet framework, which can simultaneously detect the iris region and produce the presentation attack score. It computes the score for individual iris images and produces the APCER, BPCER, and ROC metrics. It has been intended to use as a baseline so that other PAD solutions can be compared against.

Some of the detection results have been visualized here.

Model

Download the MTPAD model here.

https://1drv.ms/u/s!AhFf7JiY9UVbgVkOn6wKJzP0CLst?e=ExN0QK

Citation

If you use this code for your research, please cite our papers.

@inproceedings{WACVW2018,
  title={A Multi-Task Convolutional Neural Network for Joint Iris Detection and Presentation Attack Detection},
  author={Chen, Cunjian and Ross, Arun},
  booktitle={IEEE Winter Conference on Applications of Computer Vision (WACV) Workshop},
  year={2018}
}

About

A Baseline for Iris Presentation Attack Detection (PAD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages