Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigobressan/padify

Framework to perform PAD (Presentation Attack Detection) on Facial Recognition systems through intrinsic properties and Deep Neural Networks - Still Under Development
https://github.com/rodrigobressan/padify

biometrics cnn face-spoofing-detection facial-recognition keras pad presentation-attack-detection resnet50

Last synced: about 5 hours ago
JSON representation

Framework to perform PAD (Presentation Attack Detection) on Facial Recognition systems through intrinsic properties and Deep Neural Networks - Still Under Development

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/bresan/PADify.svg?branch=master)](https://travis-ci.org/bresan/PADify)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/bresan/spoopy/graphs/commit-activity)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

PADify (pronounced as /ˈpædfaɪ/) is a project to perform presentation attack detection (PAD) on publicly available datasets by using different intrinsic image properties along with Convolutional Neural Networks.

## Presentation Attack Detection



Fig 1 - Examples of Presentation Attack Detection

## Pipeline Overview



Fig 2 - Overview of proposed method

## Properties

- Illuminant Maps ([Carvalho et al.](https://ieeexplore.ieee.org/document/6522874/))
- Saliency ([Zhu et al.](https://ieeexplore.ieee.org/document/6909756))
- Depth ([Godard et al.](https://arxiv.org/abs/1609.03677))

# Datasets

- [CASIA Face Anti-Spoofing Database](http://www.cbsr.ia.ac.cn/english/Databases.asp)
- [Replay Attack](https://www.idiap.ch/dataset/replayattack)
- [NUAA Imposter Database](http://parnec.nuaa.edu.cn/xtan/data/nuaaimposterdb.html)
- [ROSE-Youtu Face Liveness Detection Dataset
](http://rose1.ntu.edu.sg/datasets/faceLivenessDetection.asp) (In Progress)

# License

This file is licensed under the MIT license. You can check the [LICENSE file](https://github.com/bresan/PADify/LICENSE) for more information.