Face Recognition Using Laplacian Faces

24
Face Recognition Using Laplacianfaces Project Work By J.Thiru kumaran. M.Umamaheshwaran. Guide By Miss.N.Vasuki, M.E.,

Transcript of Face Recognition Using Laplacian Faces

Page 1: Face Recognition Using Laplacian Faces

Face Recognition Using Laplacianfaces

Project Work By J.Thiru kumaran.

M.Umamaheshwaran.

Guide By

Miss.N.Vasuki, M.E.,

Page 2: Face Recognition Using Laplacian Faces

Abstract

We propose an appearance-based face recognition method called the Laplacianface approach.

Using Locality Preserving Projections (LPP), the face images are mapped into a face subspace for analysis.

Page 3: Face Recognition Using Laplacian Faces

Existing System

Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA).

PCA is to reduce the large dimensionality of the data space to the smaller intrinsic dimensionality of feature space.

The jobs of PCA are prediction, redundancy removal, feature extraction, data compression, etc.

Page 4: Face Recognition Using Laplacian Faces

Disadvantages

Less accurate.

Does not deal with manifold structure.

It doest not deal with biometric characteristics.

Page 5: Face Recognition Using Laplacian Faces

Proposed System

Locality Preserving Projection (LPP), a new algorithm for learning a locality preserving subspace.

LPP is a general method for manifold learning.

The difficulty that the matrix XDXT is Sometimes

singular.

To overcome the complication of a singular XDXT , we first project the image set to a PCA subspace so

that the resulting matrix XDXT is nonsingular.

Page 6: Face Recognition Using Laplacian Faces

The Algorithm

1)PCA projection.

2)Constructing the nearest-neighbor graph.

3)Choosing the weights.

if node i and j are connected then

else

Sij=0;

Page 7: Face Recognition Using Laplacian Faces

4)Eigenmap.

To compute eigenvector

Solve:

Gives: w0;w1; . . . ;wk_1

5)Calculate Laplacianface:

W=Wpca Wlpp;

Where,

Wlpp=[w0;w1; . . . ;wk_1] ;

Wpca=Transformation matrix of PCA;

W=Transformation matrix of Laplacianface.

Page 8: Face Recognition Using Laplacian Faces

Project Modules

Read/Write Module.

The image files are read, processed and new images are written into the output images.

Resizing Module.

In this module large images or smaller images are converted into standard sizing.

Page 9: Face Recognition Using Laplacian Faces

Image Manipulation.

The face recognition algorithm using Locality Preserving Projections (LPP) is developed for various enrolled into the database.

Testing Module. The Intermediate image and find the tested

image then again compared with the laplacian faces

Page 10: Face Recognition Using Laplacian Faces

Design Flow Diagram

Page 11: Face Recognition Using Laplacian Faces

Experimental Results

Yale Database.

PIE Database.

MSRA Database.

Page 12: Face Recognition Using Laplacian Faces

Yale Database

Constructed at the Yale Center for Computational Vision and Control.

It contains 165 grayscale images of 15 individuals.

The images demonstrate variations in lighting condition,facial expression, and with/without glasses.

Page 13: Face Recognition Using Laplacian Faces

Performance Comparison on the Yale Database

Page 14: Face Recognition Using Laplacian Faces

PIE Database

In PIE Database, the error rate of our Laplacianfaces method decreases fast as the dimensionality of the face subspace.

Table shows the recognition results.

Page 15: Face Recognition Using Laplacian Faces

Performance Comparison on the PIE Database

Page 16: Face Recognition Using Laplacian Faces

MSRA Database

This database was collected at Microsoft Research Asia.

Sixty-four to eighty face images were collected for each individual in each session.

Table shows the Laplacian faces method has lower error rate than those of Eigen faces and fisher faces.

Page 17: Face Recognition Using Laplacian Faces

Performance Comparison on the MSRA Database

Page 18: Face Recognition Using Laplacian Faces

Form Design

Page 19: Face Recognition Using Laplacian Faces

Entering New Image

Page 20: Face Recognition Using Laplacian Faces

Identifying Images

Page 21: Face Recognition Using Laplacian Faces

Image Not Found

Page 22: Face Recognition Using Laplacian Faces

Application

It could benefit the visually impaired person.

A computer vision-based authentication system could be put in place to allow computer access.

Access to a specific room using face recognition.

Page 23: Face Recognition Using Laplacian Faces

Conclusion

Our system is proposed to use Locality Preserving Projection in Face Recognition which eliminates the flaws in the existing system.

This system makes the faces to reduce into lower dimensions and algorithm for LPP is performed for

recognition.

Page 24: Face Recognition Using Laplacian Faces

THANK YOU………