Skip to content

GDaamn/Face-Morphing-Detection-Using-Local-Binary-Pattern-Historgram-of-Oriented-Gradients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Morphing Detection Using Local Binary Pattern

Motivation:

It is possible to create from two facial images a combined image that is basically the average of the two images both in geometry as well in texture. It turns out that these face morph when compared to either contributing face by automated face recognition software results in a good match. This means that if e.g. a passport were constructed using the morphed face image, both contributers could use the passport to cross an automated border control gate. It goes without saying that this poses a serious security threat.

Problem statement:

Investigate and test methods for detection of morphed face photographs.

Dataset:

FRGC Dataset PutDB Dataset AMSL Face Morph Dataset

Requirements:

Matlab 2019b

Approach:

1

  • Feature Extraction Methods Used:
    • Local Binary Pattern
    • Histogram of Oriented Gradients
    • Binarized Statistical Image Features

2

3

  • Experiments:
    • Experiment 1: Performance on FRGC dataset
    • Experiment 2: Performance on Noised FRGC dataset
    • Experiment 3: Cross-Dataset performance
    • Experiment 4: Mixed dataset performance

Results:

In all the experiments, BSIF showed the best overall performance when compared to LBP and HoG but LBP gave the lowest APCER values.

4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages