SlideShare a Scribd company logo
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
1
MEDOID BASED MODEL FOR FACE RECOGNITION
USING EIGEN AND FISHER FACES
Aruna Bhat1
1
Department of Electrical Engineering, IIT Delhi, Hauz Khas, New Delhi, India
minu_aru@yahoo.co.in
ABSTRACT
Biometric technologies have gained a remarkable impetus in high security applications. Various biometric
modalities are widely being used these days. The need for unobtrusive biometric recognition can be
fulfilled through Face recognition which is the most natural and non intrusive authentication system.
However the vulnerability to changes owing to variations in face due to various factors like pose,
illumination, ageing, emotions, expressions etc make it necessary to have robust face recognition systems.
Various statistical models have been developed so far with varying degree of accuracy and efficiency. This
paper discusses a new approach to utilize Eigen face and Fisher face methodology by using medoid instead
of mean as a statistic in calculating the Eigen faces and Fisher faces. The method not only requires lesser
training but also demonstrates better time efficiency and performance compared to the conventional
method of using mean.
KEYWORDS
Eigen Face, Fisher Face, PCA, LDA, medoid
1. INTRODUCTION
A biometric system automatically recognizes individuals based on certain physiological or
behavioral traits. Face which is naturally used by humans for recognizing people can be also be
utilized as a biometric trait. In fact it is the most unobtrusive biometric authentication modality
[1]. Humans have the capability of accurately recognizing people using their facial information
both in static and dynamic context. They possess the ability to precisely recognize individuals
even in presence of variations due pose, expression, emotion, illumination, ageing, facial
distraction like hair growth, makeup etc. These observations lead us towards the development of
face recognition systems which could have performance as high as humans deliver [2]. Such a
system needs to be swift and accurate at the same time and possess reasonable resilience too.
Various computational models for face recognition have been designed in the past [3]. Different
approaches have been developed to provide input to the face recognition systems. The entire face
could be used as the input or one may use only the local features like eyes, nose and mouth.
Several techniques for feature extraction have been composed [4] [5]. One of the most significant
achievements in the area of face recognition was the Eigen Face methodology, proposed by
M.A.Turk & A.P.Pentland [6] [7]. It utilizes Principal Component Analysis to extract the features
from the facial images [8]. Utilisation of Karhunen-Lo`eve procedure for the characterization of
human faces was proposed by M. Kirby & L. Sirovich [9]. PCA (Principal Component Analysis)
is a well known technique for performing dimensionality reduction [10]. A D-dimension space is
transformed into C-dimensional space, such that D>C. Through PCA the face image is
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
2
transformed into Eigen Face images which contain the principal components of the face image.
The principal components are represented through the eigen vectors. For every facial image, the
eigenvectors with largest eigen values can be used to represent the face.
This methodology was successful in providing a reasonable face recognition system. Many
developments have followed and various alterations to the procedure have been proposed to
further augment the efficiency of the system. One such method was application of Linear
Discriminant Analysis [11] [12] in place of PCA for face recognition. It yielded better results and
was more robust too. The use of FLDA gave rise to the name Fisher faces [12] which are
analogous to eigen faces produced by the PCA method. Many other methodologies on similar
lines have been proposed. Independent Component Analysis [13] and Probabilistic LDA have
also been used for face biometrics and are reasonably efficient. Apart from these one may find
various other approaches which are based on different methods of feature extraction and
classification like using Neural networks [14], SVMs [15], HMM etc. The method discussed in
this paper provides a different approach to calculate the Eigen and Fisher faces. The conventional
statistic of mean has been replaced by Medoid and the method is observed to perform better in
terms of time and efficiency with lesser training effort.
The rest of this paper is organized as follows: Section 2 discusses the details about the Eigen Face
and Fisher Face methods for face recognition. The proposed methodology of using Medoid
instead of mean in the Eigen Face and Fisher Face is discussed in Section 3. It also elaborates on
the concepts of Medoid as a statistic. Experimental results are provided in Section 4. Section 5
discusses the conclusion and future scope.
2. OVERVIEW OF EIGEN FACES AND FISHER FACES METHODOLOGY
Eigen faces are generated using PCA. The technique is capable of identifying a face with
reasonable precision. However its performance is improved by using LDA instead of PCA which
generates Fisher faces that are analogous to Eigen faces generated by PCA method. The
mechanism of both the techniques is detailed below:
2.1. Eigen Faces using PCA
The system follows a supervised learning approach. The system is trained first and then evaluated
for the test data.
2.6.1. Training the system
The steps for training the recognition system are as follows:
1. The input training set consists of n facial images of size M*M.
Figure 1. Sample from Training data
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
3
2. The images are represented by vectors of size M2
, x1,x2,x3,…,xm.
3. Find the average image from training set:
µ= (1/m) ∑m
i=1 xi
Figure 2. Mean Image
4. Find the difference of each face differs from the mean image:
ri = xi – µ
5. Derive the covariance matrix:
C = AAT
where A = [r1,…,rm]
6. Derive the eigenvectors for the matrix AT
A of size m x m.
7. If v is a nonzero vector and λ is a number such that Av = λv, then v is said to be an
eigenvector of A with eigenvalue λ.
8. Consider the eigenvectors vi of AT
A:
AT
Avi = µivi
9. Pre-multiplying both sides by A such that,
AAT
(Avi) = µi(Avi)
10. The eigenvectors of covariance matrix are ui = Avi
11. ui represent the Eigen faces.
Figure 3. Eigen Faces
12. A face image can be projected into this face space by:
dk = UT
(xk – µ) where k=1,…,m
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
4
2.6.2. Testing
The steps for testing the recognition system are as follows:
1. The image x to be tested is projected into the face space U to obtain a vector d:
d = UT
(x – µ)
2. The distance of d to each face class is calculated as:
Єk
2
= ||d-dk||2
, where k = 1,…,m
3. Өc is the distance threshold which is calculated as:
Өc = ½ maxj,k {||pj-pk||} where j,k = 1,…,m
4. Calculate the distance Є between the original image x and its reconstructed image xf from
the eigenface space:
Є2
= || x – xf ||2
, where xf
= U * x + µ
5. Decision regarding the test face image is taken as per the below mentioned three cases:
case1: Є ≥ Өc
output: the input image is not a face
case2: for all values of k, Є < Өc & Єk ≥ Өc
output: the input image is a face unknown to the database
case3: Є < Өc & Єk* = mink{ Єk} < Өc
output: the input image is recognized as the face of individual k*
2.2. Fisher Faces using LDA
Linear Discriminant Analysis is an enhancement over PCA. It creates a discriminant subspace
which minimizes the scatter SW between images of same class and maximizes the scatter SB
between different class images. The below procedure is used to find the Fisher faces and
classification is done on similar lines of Eigen face approach.
1. X1, X2, …, Xc represent the c classes of face in the database. Each face class is
represented by vector Xi, i = 1, 2, …, c has k facial images xj, j=1, 2, …, k.
2. Find the mean image µi of each class Xi as:
3. Mean image µ of all the face classes in the database can be calculated as:
3. Calculate the within-class scatter matrix:
∑=
=
k
j
ji x
k 1
1

∑=
=
c
i
i
c 1
1

T
ik
c
i Xx
ikW xxS
ik
)()(
1
 −−= ∑ ∑= ∈
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
5
5. Calculate the between-class scatter matrix:
6. We find the projection directions as the matrix W that maximizes
Ẑ = argmax J(Z) = |ZT
SBZ| / | ZT
SWZ |
7. We can observe that it represents a generalized eigenvalue problem where the columns of
Z are given by the vectors Zi such that,
SBZi = λiSWZi
8. Find the product of SW
-1
and SB and calculate its eigenvectors after reducing the
dimension of the feature space.
9. Compose a matrix Z that represents all eigenvectors of SW
-1
* SB by placing each
eigenvector Zi as a column in Z.
Figure 4. Fisher Faces
10. Each face image xj ∈ Xi can be projected into this face space as:
pi = ZT
(xj – µ)
4. PROPOSED CHANGES IN THE CONVENTIONAL METHOD
3.1. Medoid vs Mean
Medoid is a statistic which is based on the degree of dissimilarity of an object to all the other
objects in the cluster/data set. It represents the data instance whose average dissimilarity to all the
other data items in the data set is minimal.
This suggests that one may end up having more than a single medoid in a data set. Another
important aspect of medoids is that they are always a member of a data set unlike mean which
may or may nor be a component of the data set. Mean or centroid value simply represents the
average of a data. It need not be a data member itself. However medoid being an instance of the
data immediately gives rise to the modelling of the inter-dependence of the data items.
Partiotioning Around Medoids and K-Medoid Clustering techniques have come up due to this
property of medoids and are known to produce reasonable results.
T
ii
c
i
iB NS ))((
1
 −−= ∑=
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
6
3.2. Preprocessing
For analyzing the proposed technique, open source data sources were used. JAFFE database [16]
was used to train and thereafter test the system. The preliminary steps of face detection,
segmentation and facial image processing are crucial to the end results that are obtained by any
face recognition system. The feature extraction using both eigen and fisher faces was preceded by
these vital components of pattern recognition. The images were segmented so that the entire
image consists only of the face of a person. The segmented image containing only the facial
information was converted to grayscale and filtered to remove any noise. Post quality
enhancement of face image, the appropriate ROI for the same was calculated. The facial image is
then ready for feature extraction. Instead of finding the average image, we find the Medoid image
for the training database.
3.3. Feature extraction and Classification
Both the methods of Eigen faces and Fisher faces based on Medoid are explained below:
3.3.1. Eigen Faces using medoids
1. Training the system
a. Convert all the face images (size MxM) present in the training data set to Vectors
of size M2
, x1,x2,x3,…,xm.
b. Find the Medoid image from training set:
Ɣ= argmin ∑i,j d2
(xi,xj)
c. Find the difference of each face differs from the Medoid image:
ri = xi – Ɣ
d. Derive the covariance matrix
C = AAT
where A = [r1,…,rm]
e. Derive the eigenvectors for the matrix AT
A of size m x m.
AT
Avi = Ɣ ivi
f. Pre-multiplying both sides by A such that,
AAT
(Avi) = Ɣi(Avi)
g. The eigenvectors are given by ui = Avi, which represent the Eigen faces.
h. A face image can be projected into this face space by:
dk = UT
(xk – Ɣ) where k=1,…,m
2. Testing the system
a. The test face image x is transformed to vector d:
d = UT
(x – Ɣ)
b. Calculate the Euclidean distance Єk of d to each face class:
c. Өc is the distance threshold which is calculated as:
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
7
Өc = ½ maxj,k {||pj-pk||} where j,k = 1,…,m
d. Calculate the distance Є between the original image x and its reconstructed image
xf from the eigenface space:
Є2
= || x – xf ||2
, where xf
= U * x + Ɣ
e. Decision regarding the test face image is taken as per the below mentioned three
cases:
case1: Є ≥ Өc
output: input image is not a face
case2: for all values of k, Є < Өc & Єk ≥ Өc
output: input image is a face unknown to the database
case3: Є < Өc & Єk* = mink{ Єk} < Өc
output: input image is recognized as the face of individual k*
3.3.2. Fisher Faces using medoids
1. The C face classes in the database are represented by vector Xi, i = 1, 2, …, c and each
has k facial images xj, j=1, 2, …, k.
2. Find the Medoid image Ɣ of each class Xi as:
Ɣi = argmin ∑k
i,j d2
(xi,xj)
3. Medoid image Ɣ of all the face classes in the database can be calculated as:
Ɣ= argmin ∑c
i,j d2
(Ɣi, Ɣ j)
4. Calculate the within-class scatter matrix SW and between-class scatter matrix SB using
Medoid values Ɣi and Ɣ.
5. Derive the Fisher faces by composing a matrix Z that represents all eigenvectors of the
product SW
-1
* SB by placing each eigenvector Zi as a column in Z.
6. Each face image xj ∈ Xi can be projected into this face space as:
pi = ZT
(xj – Ɣ)
4. EXPERIMENTAL RESULTS
The method was evaluated using the JAFFE database [16] which contains the facial images with
different expressions (sad, angry, happy etc).
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
8
Table 1. Comparison of results Mean vs Medoid based Eigen Faces
Method Training
1 image per
subject
2 images per
subject
3 images
per subject
5 images per
subject
Mean based
Eigen Faces 61 63 65 68
Medoid based
Eigen Faces 67 67 66 66
56
58
60
62
64
66
68
70
Mean Eigen Face Medoid Eigen Face
1
Img/subject
2 Img/
subject
3 Img/
subject
5
Img/subject
Figure 5. Comparison of results Mean vs Medoid based Eigen Faces
Table 2. Comparison of results Mean vs Medoid based Fisher Faces
Method Training
1 image per
subject
2 images per
subject
3 images per
subject
5 images per
subject
Mean based
Fisher Faces 68 72 78 80
Medoid based
Fisher Faces 78 80 80 77
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
9
62
64
66
68
70
72
74
76
78
80
82
Mean Fisher Face Medoid Fisher Face
1
Img/subject
2 Img/
subject
Figure 6. Comparison of results Mean vs Medoid based Fisher Faces
Figure 7. Sample from Results
5. CONCLUSIONS
The use of medoid instead of mean in calculating the Eigen faces was observed to yield
comparable performance to the conventional method. It requires lesser training of the system and
yet performs with reasonable success rate at higher time efficiency. The system was tested for
expression invariance using open source data sets and reasonable results were achieved for the
same.
The novel idea of using medoid as a statistic directs us towards the concept of PAM (Partitioning
Around Medoids) and unsupervised face recognition using K-Medoid Clustering. We may also
use medoids in developing new statistical models for 3D face recognition applications. Medoids
can also be used to find which images are likely to cause mismatch in the recognition system due
to their less dissimilarity to the other images in the database. This information can be useful to
assess and address the potential issues in a face database. We may also test Eigen face and Fisher
face method using medoids for different distance classifiers apart from Euclidean Distance like
Manhattan distance, Minkowski distance etc. The approach may be evaluated for Pose and
Illumination invariance and further enhanced to increase the robustness against expression and
other variances present individually or collectively.
International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013
10
ACKNOWLEDGEMENTS
The author would like to thank the faculty and staff at the Department of Electrical Engineering,
IIT Delhi for the immense guidance and help they have graciously provided.
REFERENCES
[1] R. Baron, (1981) "Mechanisms of Human Facial Recognition," International Journal of Man-Machine
Studies, Vol. 15, pp. 137—178.
[2] R. Chellappa, C. Wilson & S. Sirohey, (1995) “Human and Machine Recognition of Faces: A
Survey,” Proc. IEEE, vol. 83, no. 5, pp. 705-740.
[3] W. Zhao, R. Chellappa, A. Rosenfeld, P.J. Phillips, “Face Recognition: A Literature Survey”.
[4] E.Saber & A.Tekalp, (1998) “Frontal-View Face Detection and Facial Feature Extraction using
Colour, Shape and Symmetry based Cost Functions”, Pattern Recognition Letters, pages 669-680.
[5] R. Brunelli and T. Poggio, (1993) "Face recognition: Features versus templates", IEEE Transactions
on Pattern Analysis and Machine Intelligence, 15:1042-1052.
[6] M.Turk & A.Pentland, (1991) “Eigenfaces for Recognition”, Journal of Cognitive Neuroscience,
vol.3, no.1, pp. 71-86, 1991a.
[7] M. Turk & A. Pentland, (1991) “Face Recognition Using Eigenfaces”, Proc. IEEE Conf. on Computer
Vision and Pattern Recognition, pp. 586-591.
[8] P.J.B. Hancock, A.M. Burton & V. Bruce, (1996) “Face processing: Human perception and principal
components analysis”, Memory and Cognition, 24(1):26-40
[9] M. Kirby & L. Sirovich, (1990) "Application of the Karhunen-Lo`eve procedure for the
characterization of human faces", IEEE Transactions on Pattern Analysis and Machine Intelligence,
12, N1:103-108.
[10] I.T. Jolliffe, (1986) “Principal Component Analysis (Springer-Verlag, New York).
[11] P.N. Belhumeur, J.P. Hespanha & D.J. Kriegman, (July 1997) “Eigenfaces vs. Fisherfaces:
Recognition Using Class-Specific Linear Projection”, PAMI(19), No. 7, pp. 711-720.
[12] W.Zhao, R. Chellappa & A. Krishnaswamy, (1998) “Discriminant Analysis of Principal Components
for face Recognition”, Proc. Third Int’l Conf. Automatic Face and Gesture Recognition, pp. 336-341.
[13] Marian Stewart Bartlelt, Javier R. Movellan & and Ferrence J. Sejnowski, (Nov’2002) “Face
Recognition by Independent Component Analysis”, IEEE Trans. on Neural Networks, vol.13, no. 6.
[14] Henry A. Rowley, Shumeet Baluja & Takeo Kanade , (1998) “Neural Network-Based Face
Detection”. IEEE Trans. on Patt. Analysis and Machine Intelligence, 20(1):23-28.
[15] E. Osuna, R. Freund & F. Girosi, (1997) “Training support vector machines: An application to face
detection”, Proceedings of CVPR'97, Puerto Rico.
[16] Coding Facial Expressions with Gabor Wavelets Michael J. Lyons, Shigeru Akamatsu, Miyuki
Kamachi & Jiro Gyoba Proceedings, Third IEEE International Conference on Automatic Face and
Gesture Recognition, April 14-16 1998, Nara Japan, IEEE Computer Society, pp. 200-205
AUTHORS
The author is a research scholar at Indian Institute of Technology, Delhi.

More Related Content

What's hot

A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenfacesadique_ghitm
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ijcseit
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...ieijjournal
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesIJERA Editor
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodIRJET Journal
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...CSCJournals
 
Visual Saliency Model Using Sift and Comparison of Learning Approaches
Visual Saliency Model Using Sift and Comparison of Learning ApproachesVisual Saliency Model Using Sift and Comparison of Learning Approaches
Visual Saliency Model Using Sift and Comparison of Learning Approachescsandit
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsEditor IJMTER
 
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISFACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISIAEME Publication
 
Face Recognition on Linear Motion-blurred Image
Face Recognition on Linear Motion-blurred ImageFace Recognition on Linear Motion-blurred Image
Face Recognition on Linear Motion-blurred ImageTELKOMNIKA JOURNAL
 
Possibility fuzzy c means clustering for expression invariant face recognition
Possibility fuzzy c means clustering for expression invariant face recognitionPossibility fuzzy c means clustering for expression invariant face recognition
Possibility fuzzy c means clustering for expression invariant face recognitionIJCI JOURNAL
 
Eigenface For Face Recognition
Eigenface For Face RecognitionEigenface For Face Recognition
Eigenface For Face RecognitionMinh Tran
 
Facial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fasticaFacial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fasticaijaia
 
Face Recognition
Face RecognitionFace Recognition
Face Recognitionlaknatha
 
IRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature ExtractionIRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature ExtractionIRJET Journal
 

What's hot (16)

A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenface
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
 
Visual Saliency Model Using Sift and Comparison of Learning Approaches
Visual Saliency Model Using Sift and Comparison of Learning ApproachesVisual Saliency Model Using Sift and Comparison of Learning Approaches
Visual Saliency Model Using Sift and Comparison of Learning Approaches
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age Conditions
 
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISFACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
 
Face Recognition on Linear Motion-blurred Image
Face Recognition on Linear Motion-blurred ImageFace Recognition on Linear Motion-blurred Image
Face Recognition on Linear Motion-blurred Image
 
Possibility fuzzy c means clustering for expression invariant face recognition
Possibility fuzzy c means clustering for expression invariant face recognitionPossibility fuzzy c means clustering for expression invariant face recognition
Possibility fuzzy c means clustering for expression invariant face recognition
 
H0334749
H0334749H0334749
H0334749
 
Eigenface For Face Recognition
Eigenface For Face RecognitionEigenface For Face Recognition
Eigenface For Face Recognition
 
Facial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fasticaFacial expression recognition based on wapa and oepa fastica
Facial expression recognition based on wapa and oepa fastica
 
Face Recognition
Face RecognitionFace Recognition
Face Recognition
 
IRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature ExtractionIRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature Extraction
 

Similar to Medoid based model for face recognition using eigen and fisher faces

K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...ijscmc
 
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...ijscmcj
 
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...IJCSEIT Journal
 
Neural Network based Supervised Self Organizing Maps for Face Recognition
Neural Network based Supervised Self Organizing Maps for Face Recognition  Neural Network based Supervised Self Organizing Maps for Face Recognition
Neural Network based Supervised Self Organizing Maps for Face Recognition ijsc
 
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITIONNEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITIONijsc
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...ijcsa
 
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...csandit
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...IJMER
 
Multimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution MethodMultimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution MethodIJERA Editor
 
Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...eSAT Publishing House
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475IJRAT
 
Realtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learningRealtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learningIJECEIAES
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisIAEME Publication
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisIAEME Publication
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Similar to Medoid based model for face recognition using eigen and fisher faces (20)

K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...K-MEDOIDS CLUSTERING  USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
K-MEDOIDS CLUSTERING USING PARTITIONING AROUND MEDOIDS FOR PERFORMING FACE R...
 
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
 
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
 
Neural Network based Supervised Self Organizing Maps for Face Recognition
Neural Network based Supervised Self Organizing Maps for Face Recognition  Neural Network based Supervised Self Organizing Maps for Face Recognition
Neural Network based Supervised Self Organizing Maps for Face Recognition
 
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITIONNEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
NEURAL NETWORK BASED SUPERVISED SELF ORGANIZING MAPS FOR FACE RECOGNITION
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...Robust face recognition by applying partitioning around medoids over eigen fa...
Robust face recognition by applying partitioning around medoids over eigen fa...
 
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
FACE RECOGNITION USING PRINCIPAL COMPONENT ANALYSIS WITH MEDIAN FOR NORMALIZA...
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
 
Multimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution MethodMultimodal Biometrics Recognition by Dimensionality Diminution Method
Multimodal Biometrics Recognition by Dimensionality Diminution Method
 
Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
Ck36515520
Ck36515520Ck36515520
Ck36515520
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475
 
Realtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learningRealtime face matching and gender prediction based on deep learning
Realtime face matching and gender prediction based on deep learning
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
Application of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysisApplication of gaussian filter with principal component analysis
Application of gaussian filter with principal component analysis
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 

Recently uploaded

Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdfKamal Acharya
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdfKamal Acharya
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdfAhmedHussein950959
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxwendy cai
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageRCC Institute of Information Technology
 
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES  INTRODUCTION UNIT-IENERGY STORAGE DEVICES  INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES INTRODUCTION UNIT-IVigneshvaranMech
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineJulioCesarSalazarHer1
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringC Sai Kiran
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdfKamal Acharya
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdfKamal Acharya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxR&R Consult
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industriesMuhammadTufail242431
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edgePaco Orozco
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsAtif Razi
 
Arduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectArduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectRased Khan
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfKamal Acharya
 
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfKamal Acharya
 
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfA CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfKamal Acharya
 
School management system project report.pdf
School management system project report.pdfSchool management system project report.pdf
School management system project report.pdfKamal Acharya
 

Recently uploaded (20)

Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdf
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES  INTRODUCTION UNIT-IENERGY STORAGE DEVICES  INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission line
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
 
Arduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectArduino based vehicle speed tracker project
Arduino based vehicle speed tracker project
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
 
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
 
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfA CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
 
School management system project report.pdf
School management system project report.pdfSchool management system project report.pdf
School management system project report.pdf
 

Medoid based model for face recognition using eigen and fisher faces

  • 1. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 1 MEDOID BASED MODEL FOR FACE RECOGNITION USING EIGEN AND FISHER FACES Aruna Bhat1 1 Department of Electrical Engineering, IIT Delhi, Hauz Khas, New Delhi, India minu_aru@yahoo.co.in ABSTRACT Biometric technologies have gained a remarkable impetus in high security applications. Various biometric modalities are widely being used these days. The need for unobtrusive biometric recognition can be fulfilled through Face recognition which is the most natural and non intrusive authentication system. However the vulnerability to changes owing to variations in face due to various factors like pose, illumination, ageing, emotions, expressions etc make it necessary to have robust face recognition systems. Various statistical models have been developed so far with varying degree of accuracy and efficiency. This paper discusses a new approach to utilize Eigen face and Fisher face methodology by using medoid instead of mean as a statistic in calculating the Eigen faces and Fisher faces. The method not only requires lesser training but also demonstrates better time efficiency and performance compared to the conventional method of using mean. KEYWORDS Eigen Face, Fisher Face, PCA, LDA, medoid 1. INTRODUCTION A biometric system automatically recognizes individuals based on certain physiological or behavioral traits. Face which is naturally used by humans for recognizing people can be also be utilized as a biometric trait. In fact it is the most unobtrusive biometric authentication modality [1]. Humans have the capability of accurately recognizing people using their facial information both in static and dynamic context. They possess the ability to precisely recognize individuals even in presence of variations due pose, expression, emotion, illumination, ageing, facial distraction like hair growth, makeup etc. These observations lead us towards the development of face recognition systems which could have performance as high as humans deliver [2]. Such a system needs to be swift and accurate at the same time and possess reasonable resilience too. Various computational models for face recognition have been designed in the past [3]. Different approaches have been developed to provide input to the face recognition systems. The entire face could be used as the input or one may use only the local features like eyes, nose and mouth. Several techniques for feature extraction have been composed [4] [5]. One of the most significant achievements in the area of face recognition was the Eigen Face methodology, proposed by M.A.Turk & A.P.Pentland [6] [7]. It utilizes Principal Component Analysis to extract the features from the facial images [8]. Utilisation of Karhunen-Lo`eve procedure for the characterization of human faces was proposed by M. Kirby & L. Sirovich [9]. PCA (Principal Component Analysis) is a well known technique for performing dimensionality reduction [10]. A D-dimension space is transformed into C-dimensional space, such that D>C. Through PCA the face image is
  • 2. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 2 transformed into Eigen Face images which contain the principal components of the face image. The principal components are represented through the eigen vectors. For every facial image, the eigenvectors with largest eigen values can be used to represent the face. This methodology was successful in providing a reasonable face recognition system. Many developments have followed and various alterations to the procedure have been proposed to further augment the efficiency of the system. One such method was application of Linear Discriminant Analysis [11] [12] in place of PCA for face recognition. It yielded better results and was more robust too. The use of FLDA gave rise to the name Fisher faces [12] which are analogous to eigen faces produced by the PCA method. Many other methodologies on similar lines have been proposed. Independent Component Analysis [13] and Probabilistic LDA have also been used for face biometrics and are reasonably efficient. Apart from these one may find various other approaches which are based on different methods of feature extraction and classification like using Neural networks [14], SVMs [15], HMM etc. The method discussed in this paper provides a different approach to calculate the Eigen and Fisher faces. The conventional statistic of mean has been replaced by Medoid and the method is observed to perform better in terms of time and efficiency with lesser training effort. The rest of this paper is organized as follows: Section 2 discusses the details about the Eigen Face and Fisher Face methods for face recognition. The proposed methodology of using Medoid instead of mean in the Eigen Face and Fisher Face is discussed in Section 3. It also elaborates on the concepts of Medoid as a statistic. Experimental results are provided in Section 4. Section 5 discusses the conclusion and future scope. 2. OVERVIEW OF EIGEN FACES AND FISHER FACES METHODOLOGY Eigen faces are generated using PCA. The technique is capable of identifying a face with reasonable precision. However its performance is improved by using LDA instead of PCA which generates Fisher faces that are analogous to Eigen faces generated by PCA method. The mechanism of both the techniques is detailed below: 2.1. Eigen Faces using PCA The system follows a supervised learning approach. The system is trained first and then evaluated for the test data. 2.6.1. Training the system The steps for training the recognition system are as follows: 1. The input training set consists of n facial images of size M*M. Figure 1. Sample from Training data
  • 3. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 3 2. The images are represented by vectors of size M2 , x1,x2,x3,…,xm. 3. Find the average image from training set: µ= (1/m) ∑m i=1 xi Figure 2. Mean Image 4. Find the difference of each face differs from the mean image: ri = xi – µ 5. Derive the covariance matrix: C = AAT where A = [r1,…,rm] 6. Derive the eigenvectors for the matrix AT A of size m x m. 7. If v is a nonzero vector and λ is a number such that Av = λv, then v is said to be an eigenvector of A with eigenvalue λ. 8. Consider the eigenvectors vi of AT A: AT Avi = µivi 9. Pre-multiplying both sides by A such that, AAT (Avi) = µi(Avi) 10. The eigenvectors of covariance matrix are ui = Avi 11. ui represent the Eigen faces. Figure 3. Eigen Faces 12. A face image can be projected into this face space by: dk = UT (xk – µ) where k=1,…,m
  • 4. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 4 2.6.2. Testing The steps for testing the recognition system are as follows: 1. The image x to be tested is projected into the face space U to obtain a vector d: d = UT (x – µ) 2. The distance of d to each face class is calculated as: Єk 2 = ||d-dk||2 , where k = 1,…,m 3. Өc is the distance threshold which is calculated as: Өc = ½ maxj,k {||pj-pk||} where j,k = 1,…,m 4. Calculate the distance Є between the original image x and its reconstructed image xf from the eigenface space: Є2 = || x – xf ||2 , where xf = U * x + µ 5. Decision regarding the test face image is taken as per the below mentioned three cases: case1: Є ≥ Өc output: the input image is not a face case2: for all values of k, Є < Өc & Єk ≥ Өc output: the input image is a face unknown to the database case3: Є < Өc & Єk* = mink{ Єk} < Өc output: the input image is recognized as the face of individual k* 2.2. Fisher Faces using LDA Linear Discriminant Analysis is an enhancement over PCA. It creates a discriminant subspace which minimizes the scatter SW between images of same class and maximizes the scatter SB between different class images. The below procedure is used to find the Fisher faces and classification is done on similar lines of Eigen face approach. 1. X1, X2, …, Xc represent the c classes of face in the database. Each face class is represented by vector Xi, i = 1, 2, …, c has k facial images xj, j=1, 2, …, k. 2. Find the mean image µi of each class Xi as: 3. Mean image µ of all the face classes in the database can be calculated as: 3. Calculate the within-class scatter matrix: ∑= = k j ji x k 1 1  ∑= = c i i c 1 1  T ik c i Xx ikW xxS ik )()( 1  −−= ∑ ∑= ∈
  • 5. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 5 5. Calculate the between-class scatter matrix: 6. We find the projection directions as the matrix W that maximizes Ẑ = argmax J(Z) = |ZT SBZ| / | ZT SWZ | 7. We can observe that it represents a generalized eigenvalue problem where the columns of Z are given by the vectors Zi such that, SBZi = λiSWZi 8. Find the product of SW -1 and SB and calculate its eigenvectors after reducing the dimension of the feature space. 9. Compose a matrix Z that represents all eigenvectors of SW -1 * SB by placing each eigenvector Zi as a column in Z. Figure 4. Fisher Faces 10. Each face image xj ∈ Xi can be projected into this face space as: pi = ZT (xj – µ) 4. PROPOSED CHANGES IN THE CONVENTIONAL METHOD 3.1. Medoid vs Mean Medoid is a statistic which is based on the degree of dissimilarity of an object to all the other objects in the cluster/data set. It represents the data instance whose average dissimilarity to all the other data items in the data set is minimal. This suggests that one may end up having more than a single medoid in a data set. Another important aspect of medoids is that they are always a member of a data set unlike mean which may or may nor be a component of the data set. Mean or centroid value simply represents the average of a data. It need not be a data member itself. However medoid being an instance of the data immediately gives rise to the modelling of the inter-dependence of the data items. Partiotioning Around Medoids and K-Medoid Clustering techniques have come up due to this property of medoids and are known to produce reasonable results. T ii c i iB NS ))(( 1  −−= ∑=
  • 6. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 6 3.2. Preprocessing For analyzing the proposed technique, open source data sources were used. JAFFE database [16] was used to train and thereafter test the system. The preliminary steps of face detection, segmentation and facial image processing are crucial to the end results that are obtained by any face recognition system. The feature extraction using both eigen and fisher faces was preceded by these vital components of pattern recognition. The images were segmented so that the entire image consists only of the face of a person. The segmented image containing only the facial information was converted to grayscale and filtered to remove any noise. Post quality enhancement of face image, the appropriate ROI for the same was calculated. The facial image is then ready for feature extraction. Instead of finding the average image, we find the Medoid image for the training database. 3.3. Feature extraction and Classification Both the methods of Eigen faces and Fisher faces based on Medoid are explained below: 3.3.1. Eigen Faces using medoids 1. Training the system a. Convert all the face images (size MxM) present in the training data set to Vectors of size M2 , x1,x2,x3,…,xm. b. Find the Medoid image from training set: Ɣ= argmin ∑i,j d2 (xi,xj) c. Find the difference of each face differs from the Medoid image: ri = xi – Ɣ d. Derive the covariance matrix C = AAT where A = [r1,…,rm] e. Derive the eigenvectors for the matrix AT A of size m x m. AT Avi = Ɣ ivi f. Pre-multiplying both sides by A such that, AAT (Avi) = Ɣi(Avi) g. The eigenvectors are given by ui = Avi, which represent the Eigen faces. h. A face image can be projected into this face space by: dk = UT (xk – Ɣ) where k=1,…,m 2. Testing the system a. The test face image x is transformed to vector d: d = UT (x – Ɣ) b. Calculate the Euclidean distance Єk of d to each face class: c. Өc is the distance threshold which is calculated as:
  • 7. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 7 Өc = ½ maxj,k {||pj-pk||} where j,k = 1,…,m d. Calculate the distance Є between the original image x and its reconstructed image xf from the eigenface space: Є2 = || x – xf ||2 , where xf = U * x + Ɣ e. Decision regarding the test face image is taken as per the below mentioned three cases: case1: Є ≥ Өc output: input image is not a face case2: for all values of k, Є < Өc & Єk ≥ Өc output: input image is a face unknown to the database case3: Є < Өc & Єk* = mink{ Єk} < Өc output: input image is recognized as the face of individual k* 3.3.2. Fisher Faces using medoids 1. The C face classes in the database are represented by vector Xi, i = 1, 2, …, c and each has k facial images xj, j=1, 2, …, k. 2. Find the Medoid image Ɣ of each class Xi as: Ɣi = argmin ∑k i,j d2 (xi,xj) 3. Medoid image Ɣ of all the face classes in the database can be calculated as: Ɣ= argmin ∑c i,j d2 (Ɣi, Ɣ j) 4. Calculate the within-class scatter matrix SW and between-class scatter matrix SB using Medoid values Ɣi and Ɣ. 5. Derive the Fisher faces by composing a matrix Z that represents all eigenvectors of the product SW -1 * SB by placing each eigenvector Zi as a column in Z. 6. Each face image xj ∈ Xi can be projected into this face space as: pi = ZT (xj – Ɣ) 4. EXPERIMENTAL RESULTS The method was evaluated using the JAFFE database [16] which contains the facial images with different expressions (sad, angry, happy etc).
  • 8. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 8 Table 1. Comparison of results Mean vs Medoid based Eigen Faces Method Training 1 image per subject 2 images per subject 3 images per subject 5 images per subject Mean based Eigen Faces 61 63 65 68 Medoid based Eigen Faces 67 67 66 66 56 58 60 62 64 66 68 70 Mean Eigen Face Medoid Eigen Face 1 Img/subject 2 Img/ subject 3 Img/ subject 5 Img/subject Figure 5. Comparison of results Mean vs Medoid based Eigen Faces Table 2. Comparison of results Mean vs Medoid based Fisher Faces Method Training 1 image per subject 2 images per subject 3 images per subject 5 images per subject Mean based Fisher Faces 68 72 78 80 Medoid based Fisher Faces 78 80 80 77
  • 9. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 9 62 64 66 68 70 72 74 76 78 80 82 Mean Fisher Face Medoid Fisher Face 1 Img/subject 2 Img/ subject Figure 6. Comparison of results Mean vs Medoid based Fisher Faces Figure 7. Sample from Results 5. CONCLUSIONS The use of medoid instead of mean in calculating the Eigen faces was observed to yield comparable performance to the conventional method. It requires lesser training of the system and yet performs with reasonable success rate at higher time efficiency. The system was tested for expression invariance using open source data sets and reasonable results were achieved for the same. The novel idea of using medoid as a statistic directs us towards the concept of PAM (Partitioning Around Medoids) and unsupervised face recognition using K-Medoid Clustering. We may also use medoids in developing new statistical models for 3D face recognition applications. Medoids can also be used to find which images are likely to cause mismatch in the recognition system due to their less dissimilarity to the other images in the database. This information can be useful to assess and address the potential issues in a face database. We may also test Eigen face and Fisher face method using medoids for different distance classifiers apart from Euclidean Distance like Manhattan distance, Minkowski distance etc. The approach may be evaluated for Pose and Illumination invariance and further enhanced to increase the robustness against expression and other variances present individually or collectively.
  • 10. International Journal of Soft Computing, Mathematics and Control (IJSCMC), Vol. 2, No. 3, August 2013 10 ACKNOWLEDGEMENTS The author would like to thank the faculty and staff at the Department of Electrical Engineering, IIT Delhi for the immense guidance and help they have graciously provided. REFERENCES [1] R. Baron, (1981) "Mechanisms of Human Facial Recognition," International Journal of Man-Machine Studies, Vol. 15, pp. 137—178. [2] R. Chellappa, C. Wilson & S. Sirohey, (1995) “Human and Machine Recognition of Faces: A Survey,” Proc. IEEE, vol. 83, no. 5, pp. 705-740. [3] W. Zhao, R. Chellappa, A. Rosenfeld, P.J. Phillips, “Face Recognition: A Literature Survey”. [4] E.Saber & A.Tekalp, (1998) “Frontal-View Face Detection and Facial Feature Extraction using Colour, Shape and Symmetry based Cost Functions”, Pattern Recognition Letters, pages 669-680. [5] R. Brunelli and T. Poggio, (1993) "Face recognition: Features versus templates", IEEE Transactions on Pattern Analysis and Machine Intelligence, 15:1042-1052. [6] M.Turk & A.Pentland, (1991) “Eigenfaces for Recognition”, Journal of Cognitive Neuroscience, vol.3, no.1, pp. 71-86, 1991a. [7] M. Turk & A. Pentland, (1991) “Face Recognition Using Eigenfaces”, Proc. IEEE Conf. on Computer Vision and Pattern Recognition, pp. 586-591. [8] P.J.B. Hancock, A.M. Burton & V. Bruce, (1996) “Face processing: Human perception and principal components analysis”, Memory and Cognition, 24(1):26-40 [9] M. Kirby & L. Sirovich, (1990) "Application of the Karhunen-Lo`eve procedure for the characterization of human faces", IEEE Transactions on Pattern Analysis and Machine Intelligence, 12, N1:103-108. [10] I.T. Jolliffe, (1986) “Principal Component Analysis (Springer-Verlag, New York). [11] P.N. Belhumeur, J.P. Hespanha & D.J. Kriegman, (July 1997) “Eigenfaces vs. Fisherfaces: Recognition Using Class-Specific Linear Projection”, PAMI(19), No. 7, pp. 711-720. [12] W.Zhao, R. Chellappa & A. Krishnaswamy, (1998) “Discriminant Analysis of Principal Components for face Recognition”, Proc. Third Int’l Conf. Automatic Face and Gesture Recognition, pp. 336-341. [13] Marian Stewart Bartlelt, Javier R. Movellan & and Ferrence J. Sejnowski, (Nov’2002) “Face Recognition by Independent Component Analysis”, IEEE Trans. on Neural Networks, vol.13, no. 6. [14] Henry A. Rowley, Shumeet Baluja & Takeo Kanade , (1998) “Neural Network-Based Face Detection”. IEEE Trans. on Patt. Analysis and Machine Intelligence, 20(1):23-28. [15] E. Osuna, R. Freund & F. Girosi, (1997) “Training support vector machines: An application to face detection”, Proceedings of CVPR'97, Puerto Rico. [16] Coding Facial Expressions with Gabor Wavelets Michael J. Lyons, Shigeru Akamatsu, Miyuki Kamachi & Jiro Gyoba Proceedings, Third IEEE International Conference on Automatic Face and Gesture Recognition, April 14-16 1998, Nara Japan, IEEE Computer Society, pp. 200-205 AUTHORS The author is a research scholar at Indian Institute of Technology, Delhi.