+ All Categories
Home > Engineering > face recognition based on PCA

face recognition based on PCA

Date post: 20-Feb-2017
Category:
Upload: zenafaris91
View: 286 times
Download: 0 times
Share this document with a friend
19
Zena Mohammed Based PCA
Transcript
Page 1: face recognition based on PCA

Zena Mohammed

Based PCA

Page 2: face recognition based on PCA

ABSTRACT• Images play an important role in todays information

because A single image represents a thousand words.

• Google's image search, where we can easily search for images using keywords.

Getting the computer to understand the semantics inside of images isn't easy. The reason for this is simply because the computer isn't able to understand the context.

But

Page 3: face recognition based on PCA

INTRODUCTION• Face recognition has become a popular area of research in

computer vision and one of the most successful applications of image analysis and understanding.

• A set of two task:– Face Identification: Given a face image that belongs

to a person in a database, tell whose image it is.

– Face Verification: Given a face image that might not belong to the database, verify whether it is from the person it is claimed to be in the database.

Page 4: face recognition based on PCA

HOW FACIAL RECOGNITION WORKS ?

Page 5: face recognition based on PCA

PCA• Principal Component Analysis (PCA) is a

dimension-reduction tool that can be used to reduce a large set of variables to a small set that still contains most of the information in the large set

• PCA was invented in 1901 by Karl Pearson.• PCA involves the calculation of the

eigenvalue decomposition of a data covariance matrix or singular value decomposition of a data matrix, usually after mean centering the data for each attribute.

Page 6: face recognition based on PCA

Dimensionality Reduction

The set of faces is a “subspace” of the set

of images– Suppose it is K dimensional– We can find the best subspace

using PCA

– This is like fitting a “hyper-plane” to the set of faces• spanned by vectors v1, v2, ...,

vK

Any face:

Page 7: face recognition based on PCA
Page 8: face recognition based on PCA

In this section, the original scheme for determination of the eigenfaces using PCA will be presented.

Calculation of Eigenfaces with PCA

Page 9: face recognition based on PCA

2

1

2

N

aa

a

2

1

2

N

bb

b

2

1

2

N

cc

c

2

1

2

N

dd

d

2

1

2

N

ee

e

2

1

2

N

ff

f

Eigenfaces: representing faces

Page 10: face recognition based on PCA

Training set of face images T1,T2,T3,……TM.-

• Average Face of Image ; M : No. of images

Ψ average face

Page 11: face recognition based on PCA

We compute the average face

Page 12: face recognition based on PCA
Page 13: face recognition based on PCA

The covariance matrix has eigenvectors covariance matrix eigenvectors

eigenvalues

Eigenvectors with larger eigenvectors correspond to

directions in which the data varies more

Finding the eigenvectors and eigenvalues of the covariance matrix for a set of data is termed principle components analysis

.617 .615

.615 .717C

1

.735.678

2

.678

.735

1 0.049 2 1.284

1 1 2 21

1 2

( )( )cov( , )

1

ni i

i

x x x xx x

n

The covariance of two variables is:

Page 14: face recognition based on PCA
Page 15: face recognition based on PCA
Page 16: face recognition based on PCA

Variations in lighting conditionso Different lighting conditions for enrolment and query. o Bright light causing image saturation.

DEMERITS

• Relatively simple• Fast• Robust• Expression

- Change in feature location and shape.

MERITS

Page 17: face recognition based on PCA

More Problems: Outliers

Need to explicitly reject outliers before or during computing PCA.

Sample Outliers

Intra-sample outliers

Page 18: face recognition based on PCA

Access Control Products

Access Control into Bank

Kiosk Lyon Airport, France

New Face Reader with LCD Face Reader with

mirror -ATM

Page 19: face recognition based on PCA

• Face Recognition has been successfully implemented using

Eigen face approach. Eigen face approach of face

recognition has been found to be a robust technique that

can be used in security systems

CONCLUSION


Recommended