International Conference and Workshop on Emerging Trends in Technology |
Foundation of Computer Science USA |
ICWET2012 - Number 2 |
March 2012 |
Authors: Swati Choudhary, Mansi Shirwadkar, Hemlata Patil |
e8614259-78ad-4d2d-a504-df93b2153f5f |
Swati Choudhary, Mansi Shirwadkar, Hemlata Patil . Face Recognition by Classification in Eigenspace. International Conference and Workshop on Emerging Trends in Technology. ICWET2012, 2 (March 2012), 1-6.
Face recognition systems are highly required for variety of applications like user authentication, advanced video surveillance, biometrics etc. Majority of existing systems worked on higher dimensional spaces whereas a human face image (somewhat similar shapes and placement of objects) can be projected on a lower dimensional subspace. This dimensionality reduction is possible by using “Principle Component Analysis” method. PCA approach gives eigenvectors having eigenvalues for a given set of images which represents variations amongst images, creates aneigenspace. Input image can be identified as a “face” image or a “non-face” image by projecting it on eigenspace and measuring the distance of mean adjusted test image from the face space. If the test image is identified as face image then it can be checked as “known” or “unknown” face image by measuring the distance of its projection on face space with the nearest neighbor face class. So to recognize a input face, two thresholds are required, one for identifying a image as “face” image or a “non-face” image and another for classifying a face image as “known” or “unknown”. This paper also suggests a method to calculate both the thresholds from the set of image database of known images itself. This method can be used to recognize faces in spite of considerable variations in pose, expression, scale and disguise since the recognition is not based on features but it is based on variations amongst face images. The most important advantage of this method is its lower computational complexity because of working on a lower dimensional workspace.