Top Banner
Face Recognition System
22
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Face Recognition Technology

Face Recognition System

Page 2: Face Recognition Technology

2

What is Biometrics? Why use Biometrics?

Page 3: Face Recognition Technology

3

Biometrics TechniquesBiometrics Techniques

Fingerprint Recognition

Face Recognition Iris Recognition Voice Recognition Hand Geometry

Page 4: Face Recognition Technology

4

Face RecognitionFace Recognition

What is Face Recognition System?

Page 5: Face Recognition Technology

5

Face Recognition system Face Recognition system composition composition

Page 6: Face Recognition Technology

6

Face recognition surveillance Face recognition surveillance systemsystem

Page 7: Face Recognition Technology

7

Face Recognition AlgorithmsFace Recognition Algorithms

Feature Analysis Eigenfaces or Prinicipal Component Analysis 3D face recognition methods

Page 8: Face Recognition Technology

8

Eigenface algorithmEigenface algorithm

Overview of the algorithm• What is eigenface ?• What is Training set?• Each Image is represented as NxN • Convert training set to eigenface• Calculate weight for each eigenface and store it in set W

Page 9: Face Recognition Technology

9

Classifying facesClassifying faces

Catch unknown imageCalculate weight for that Image and store it in WxCompare Wx with set of Images Check the result with the predefined threshold valueDecide whether unknown Image is face or not

Page 10: Face Recognition Technology

10

Flow chart of the algorithmFlow chart of the algorithm

Page 11: Face Recognition Technology

11

Calculating eigenface with Calculating eigenface with PCAPCA

Prepare data set I.e. create training set

Page 12: Face Recognition Technology

12

PCA PCA

Calculate average face from training set

Page 13: Face Recognition Technology

13

PCAPCA

Average face :

Page 14: Face Recognition Technology

14

PCA - ProcessPCA - Process

Calculate the covariance matrix

Page 15: Face Recognition Technology

15

PCAPCA

Calculate the eigenvector and eigenvalues of cavarianve matrx.Select the prinicipal component eigenvetors with highest eigen value is stored as eigenface.

Page 16: Face Recognition Technology

16

PCAPCA

Eigenfaces of the training set

Page 17: Face Recognition Technology

17

Page 18: Face Recognition Technology

18

Technical difficulties with Technical difficulties with Eigenface Eigenface

Finding faces Uncontrolled backgroundSubject's non-cooperation

Subject not looking at camera.Subject wearing sunglasses.Sometimes affected by facial hair, expression etc.

Identifying facesUncontrolled environmental condition

camera angle, pose of the face

Page 19: Face Recognition Technology

19

Why choose Face Recognition Why choose Face Recognition over other biometrcs over other biometrcs technique technique

It doesn't require physical interactionIt allows passive Identification in one to many environmentIt doesn't require expert to interpret the comparisionFace recognition VS Iris resognition

Higly sensitive to body motion. will not work well if person has wear

contact lense.

Page 20: Face Recognition Technology

20

Why choose face recognition?Why choose face recognition?

Face Vs Voice recognitionA tap recording can fool voice recognitionIllness and stress can impede effectiveness

Page 21: Face Recognition Technology

21

Current and future uses of Current and future uses of Face recognition systemFace recognition system

The U.S. government's US-VISIT (United States Visitor and Immigrant Status Indicator Technology) uses this technology

ATM and check-cashing security

Page 22: Face Recognition Technology

22

Questions?