Skip to content

Implementation of "Learning Deep Models for Face Anti-Spoofing: Binary or Auxiliary Supervision" in PyTorch.

Notifications You must be signed in to change notification settings

techwitz/Face-Anti-Spoofing-Neural-Network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Anti-Spoofing-Neural-Network

This repository contains a PyTorch implementation of the Paper 'Learning Deep Models for Face Anti-Spoofing: Binary or Auxiliary Supervision' - Yaojie Liu, Amin Jourabloo, Xiaoming Liu from Michigan State University.

Goal of the system

This model is able to discriminate between sequences showing live and spoof faces and can therefore be applied to biometric security systems.

The innovative aspect of this approach is that the decision is made based on two explicit criteria: the depth map and the estimated rPPG signal.

Data cleaning process

Using the OULU dataset as training examples, the labels have been generated using Face Alignment in Full Pose Range: A 3D Total Solution for the depth map and Heartbeat: Measuring heart rate using remote photoplethysmography (rPPG) for the heartbeat signal.

System architecture

Ameliorations suggested in this project

Instead of using the depth map labels as coordinates for the rotation of the face (in the non-rigid registration layer), we train a multi layer perceptron, called 'Anti_spoof_net_rotateur', to perform it. With this amelioration, the system if fully autonomous.

About

Implementation of "Learning Deep Models for Face Anti-Spoofing: Binary or Auxiliary Supervision" in PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.1%
  • Jupyter Notebook 35.9%