SlideShare una empresa de Scribd logo
1 de 10
Descargar para leer sin conexión
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
   INTERNATIONAL JOURNAL OF ELECTRONICS AND
   0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 2, March – April, 2013, pp. 48-57
                                                                              IJECET
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
                                                                            ©IAEME
www.jifactor.com




      APPEARANCE BASED FACE RECOGNITION BY PCA AND LDA

                                   S. K. Hese, M. R. Banwaskar
    Department of Electronics & Telecommunication, MGM’s College of Engineering Nanded
                           Near Airport, Nanded, Maharashtra, India



   ABSTRACT

           In the recent years, Face Recognition has become one of the most challenging tasks in
   pattern recognition field. Human face is most obvious human identifier. The face is the most
   visible part of human anatomy and act as the first distinguishing factor of a human being.
   Each individual has his own uniqueness and this could be one of the most transparent and
   unique feature to differentiate a person from one to another. Images can be analyzed and
   faces can then be identified, before they can be recognized. There are different methods of
   face recognition which involve a series of steps that serve to capturing, analyzing and
   comparing a face to a database of stored images. Different algorithms have been designed for
   face recognition. The aim of this paper is to present independent and comparative study of
   most popular appearance based linear algorithms of face recognition based on projection
   methods such as PCA and LDA. In this work, we have applied image preprocessing methods
   such as gray scale conversion and modified histogram equalization on database prior to PCA
   and LDA, in order to enhance the quality of image and overall recognition performance. It is
   generally said that the algorithms based on LDA are better than the algorithms based on PCA.
   But in present research work we have found that sometimes PCA also outperforms LDA with
   respect to dimensionality.

   Keywords- Face recognition, grayscale conversion, image preprocessing, LDA, modified
   histogram equalization pattern recognition, PCA.

   I. INTRODUCTION

           Face recognition is one of the important challenges in appearance based recognition
   field. It has got significant attention for decades because of its numerous potential
   applications. It includes identification and verification of the person which is helpful in
   maintaining national security, law enforcement, and public safety field [1, 2]. Face

                                                  48
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

recognition has also proven useful in applications such as human-computer interaction,
virtual reality, database retrieval, multimedia, and computer entertainment. Research in
automatic face recognition started in the 1960’s [1, 3]. Kirby and Sirovich [4] were among
the first to apply principal component analysis (PCA). Turk and Pentland popularized the use
of PCA for face recognition [5]. They used PCA to compute a set of subspace basis vectors
(which they called “eigenfaces”) [5] for a database of face images, and projected the images
in the database into the compressed subspace. One alternative is Fisher’s linear discriminant
analysis [6]. For any N-class classification problem, the goal of LDA is to find the N-1 basis
vectors that maximize the interclass distances while minimizing the intraclass distances. At
one level, PCA and LDA are very different: LDA is a supervised learning technique that
relies on class labels, whereas PCA is an unsupervised technique. LDA has been compared to
PCA in several studies [7, 8, 9]. One characteristic of both PCA and LDA is that they
produce spatially global feature vectors. In other words, the basis vectors produced by PCA
and LDA are non-zero for almost all dimensions, implying this change to a single input pixel,
will alter every dimension of its subspace projection.
         As we know that any image or face has size n x m pixels which require n.m
dimensional space. This space is too large and needs to be reduced for better recognition
which is achieved by dimensionality reduction techniques [9]. We have two most popular
techniques for these purposes that are principal component analysis (PCA) and linear
discriminant analysis (LDA) which is also known as Fisher discriminant analysis [1, 5, 6].
For better performance we have implemented these two algorithms with several
preprocessing factors such as gray scale conversion and modified histogram equalization
before recognition algorithms. Image preprocessing techniques represent an essential part of
face recognition systems, which has a great impact on the performance and robustness of the
recognition procedure. Amongst the number of techniques already presented in the literature,
histogram equalization has emerged as the dominant preprocessing technique and is regularly
used for the task of face recognition. The aim of this paper is to study the PCA and LDA with
respect to face recognition rate and dimensionality. The experiments are based on face94
database. The organization of this paper is done in six sections. Section II describes the
preprocessing methods performed on facial images. Section III provides introduction to PCA
and its mathematical derivation. In section IV we discussed LDA and the related
mathematical analysis. Results and conclusion are presented in section V & VI respectively.

II. IMAGE PREPROCESSING

        The following preprocessing techniques have been applied in order to enhance the
quality of input images which also helped to improve the recognition performance of the
algorithms.

Grayscale Conversion

        In order to retain as much as information of images, the color images are converted
into grayscale images. This is the first step of experiment. As color images (RGB images) are
composed of 3 channels to present red, green and blue components in RGB space. Pixels in
grayscale images are stored 8–bit integer to represent color into black and white [10, 11].




                                               49
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

Histogram Equalization

        An image histogram is a graphical representation of the tonal distribution in a digital
image. It plots the number of pixels for each tonal value. The horizontal axis of the graph
represents the tonal variations, while the vertical axes represent the number of pixels in that
particular tone. Particularly, histogram of a gray-scale image is in the horizontal axes at 256
brightness levels, and in the vertical axes, the number of times this level appears in the image.
In Histogram Equalization the global contrast enhancement is obtained using the cumulative
density function of the image as a transfer function [12, 13]. The result is a histogram
approximately constant for all gray values. While Local Histogram Equalization enhances
details of the image, global Histogram Equalization enhances the contrast of whole image.
The problem of the first approach is that the output is not always realistic, but in this case the
representation of the face image must be invariant to lighting variations and not a realistic
image [13]. To equalize the image histogram the cumulative distribution function (cdf) has
been computed. The cdf of each gray level is the sum of its recurrence and the recurrence of
the previous gray level in an image. The histogram equalization formula is:

                                                ௖ௗ௙ሺజሻି௖ௗ௙
                              ݄ሺ߭ሻ ൌ ‫ ݀݊ݑ݋ݎ‬ቆሺΜൈΝሻି௖ௗ௙೘೔೙ ൈ ሺ‫ ܮ‬െ 1ሻቇ
                                                           ೘೔೙



        Where cdfmin is the minimum value of the cumulative distribution function, M and N
are the width and the height of image, and L is the number of gray levels used. The result is
an equalized and normalized image.

III. PRINCIPAL COMPONENT ANALYSIS

        Principle Component Analysis (PCA) is a dimensionality reduction technique that is
used for image recognition and compression. It is also known as Karhunen-Loeve
transformation (KLT) [1, 2, 4, 5] or eigenspace projection. The major advantage of PCA is
that the eigenface approach helps reducing the size of the database required for recognition of
a test image. The trained images are not stored as raw images; rather they are stored as their
weights which are found out by projecting each and every trained image to the set of
eigenfaces obtained. In the language of information theory, the relevant information in a face
needs to be extracted, encoded efficiently and one face encoding is compared with the
similarly encoded database. The trick behind extracting such kind of information is to capture
as many variations as possible from the set of training images.
        Mathematically, the principal components of the distribution of faces are found out
using the eigenface approach [1, 5, 11]. First the eigenvectors of the covariance matrix of the
set of face images is found out and then they are sorted according to their corresponding
eigenvalues. Then threshold eigenvalue is taken into account and eigenvectors with
eigenvalues less than that threshold values are discarded. So ultimately the eigenvectors
having the most significant eigenvalues are selected. Then the set of face images are
projected into the significant eigenvectors to obtain a set called eigenfaces. Every face has a
contribution to the eigenfaces obtained. The best M eigenfaces from an M dimensional
subspace is called “face space”[5]. Each individual face can be represented exactly as the
linear combination of “eigenfaces” or each face can also be approximated using those
significant eigenfaces obtained using the most significant eigen values. Now the test image

                                               50
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

subjected to recognition is also projected to the face space and then the weights
corresponding to each eigenface are found out. Also the weights of all the training images are
found out and stored. Now the weights of the test image are compared to the set of weights of
the training images and the best possible match is found out. The comparison is done using
the “Euclidean distance” measurement. Minimum the Euclidean distance maximum will be
the match.

Calculating Eigenfaces

       Consider an N x N face image Г(x, y) as a vector of dimension N2, so the image can
be thought as a point in N2 dimensional space. Acquired database of M images can therefore
be mapped to a collection of points in high dimensional “facespace” as Г1, Г2, Г3….. ГM.
       To compute Eigenfaces, first an average of all training images needs to be computed.
The average image Ψ is computed by using following equation.
                                                      ெ
                                            1
                                         ψ ൌ ෍ Γ୬
                                            ‫ܯ‬
                                                   ௡ୀଵ

       Each image Г1 differs from the average image Ψ by the vector Φi = Гi - Ψ where i =
1, 2,…, M. The covariance matrix C of the data set is defined by Equation given below.

                                             ெ
                                    1
                                 Cൌ   ൌ ෍ Φ୬ ΦΤ ൌ ΑΑΤ
                                              ୬
                                    ‫ܯ‬
                                             ௡ୀଵ


Where the matrix A = ൣΦଵ, Φଶ,….., Φ୑ ൧ . The matrix C has a dimension of Νଶ ൈ Νଶ
eigenvectors and eigenvalues, and, for typical image sizes, this size would be a very high
value. Therefore, we need a computationally feasible method to determine these
eigenvectors. If the number of data points in the image space is less than the dimension of
space M < N2, there will be only (M – 1) meaningful eigenvectors, and the rest of the
eigenvectors will have eigenvalues of zeros.

       Consider eigenvectors ߭௜ of ΑΤ ‫ ܣ‬such that

                                         ΑΤ Αυ୧ ൌ µ୧ υ୧

       Multiplying both sides by A, we have

                                       ΑΑΤ Αυ୧ ൌ µ୧ Αυ୧

       From above equation, we can see that Αυ୧ are the eigenvectors of C ൌ ΑΑΤ . Then we
can construct an M x M matrix as follows.

                                            L = ΑΤ Α



                                                 51
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

      Afterwards we can find the M eigenvectors υ୧ of L. These vectors determine linear
combinations of the M training set face images to form Eigenfaces u୧ .

                                                 Μ

                                           ‫ݑ‬௜ ൌ ෍ ߭௜௞ Φ௞
                                                ఑ୀଵ

Eigenvectors ‫ݑ‬௜ are in fact images, and they are called eigenfaces, and the eigenvectors with
the highest eigenvalues are more useful than the rest. Therefore those MI < M eigenfaces that
are most significant are used for constructing the “face subspace” for projections that are used
in identifying or classifying images.

Eigenfaces for Projection and Classification

        In order to identify an input image, first of all, that image needs to be transformed into
the face space by taking inner products with eigenfaces. These inner products compose a
vector, which is the representation of input image in face space. Then we compare this vector
with those of known images using Euclidean distance. The input test image is then classified
as the closest match.
        A new face image ሺΓሻ is transformed into its eigenface components (i.e., projected
into “face space”) using the following operation.

                               ߱఑ ൌ ‫ݑ‬௞ ሺΓ െ Ψሻ ݇ ൌ 1,2, … , ΜΙ
                                     Τ


Where ߱఑ is the κ-th co-ordinate of the Φ in the new “face space”. The above equation
describes point-by-point image multiplication and summation, resulting in the scalar value
(dimension 1x1) defined as a weight that describes each face. The weights form a feature
vector as given by below Equation.

                                       Τ
                                           ൌ ൣ߱ଵ, ߱ଶ, . . . ߱ெ ൧

Vector Τ in above equation describes the contribution of each eigenface in representing the
input test face image, where the eigenfaces represent the basis set for face images. This
vector is used in finding the class that the input image belongs to, if there are more than one
image describing a person, otherwise it is used to find which single image is most similar to
the test image. This decision is reached by computing the Euclidean distance between input
image and training images in the face database (i.e., class projections), as given in Equation

                                       ߝ௞ ൌ ԡ െ          ௞ԡ
                                                           ଶ


Where ௞ describes κ-th face class, which is the average of the eigenface representation of
the face images for each individual in the training set. A face will be classified as belonging
to some class if the minimumߝ௞ is below some specified threshold. Otherwise, that image will
be classified as unknown face.




                                                  52
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

IV. LINEAR DISCRIMINANT ANALYSIS

        Linear Discriminant is a “classical” technique in pattern recognition where it is used
to find a linear combination of features which characterize or separate two or more classes of
objects or events [6, 7]. The resulting combination may be used as a linear classifier or more
commonly, for dimensionality reduction before it can be classified. The LDA methods or
Fisher discriminant, group images of the same class and separate images of different classes.
Images are projected from N-dimensional space (where N is the number of pixels in the
image) to C െ 1 dimensional space (where C is the number of classes of images). For
example, consider two sets of points in 2-dimensional space that are projected onto a single
line. Depending on the direction of the line, the points can either be mixed together (Fig. 1(a)
or separated (Fig. 2(b)). In computerized face recognition, each face is represented by a large
number of pixel values. Linear discriminant analysis is primarily used here to reduce the
number of features to a more manageable number before classification. Each of the new
dimensions is a linear combination of pixel values, which form a template. The linear
combinations obtained using Fisher's linear discriminant are called Fisher faces.
        Fisher discriminant finds the line that best separates the points. To identify a test
image, the projected test image is compared to each projected training image, and the test
image is identified as the closest training image. As with eigenspace projection, training
images are projected into a subspace. The test images are projected into the same subspace
and identified using a similarity measure. What differs is how the subspace is calculated. The
following sections describe how to find the Fisher discriminant for a set of images.
        The within-class scatter matrix, also called intra-personal, represents variations in
appearance of the same individual due to different lighting and face expression, while the
between-class scatter matrix, also called the extra-personal, represents variations in
appearance due to a difference in identity [6, 7, 9, 12]. By applying this method, we find the
projection directions that on one hand maximize the Euclidean distance between the face
images of different classes and on the other hand minimize the distance between the face
images of the same class. The ratio is maximized when the column vectors of the projection
matrix are the eigenvalues of ‫ݏ‬௪ ‫ݏ‬௕ [17, 18].
                                ିଵ




                            (a)                                           (b)

Fig.1. (a) Points mixed when projected onto line. Fig.1. (b) Points separated when projected
                                                                onto line.




                                               53
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME




        .

                           (a)                                            (b)

              Fig. 2. (a) Good class separation            Fig. 2. (b) Bad class separation


Calculating Fisher Faces

        Linear Discriminant Analysis (LDA) method tries to find the subspace that best
discriminates different face classes as shown in Fig. 2. It is achieved by maximizing the
between-class scatter matrixܵ௕ , while minimizing the within-class scatter matrix ܵ௪ in the
projective subspace. ܵ௪ and ܵ௕ are defined as

                                      ஼    Νೕ
                                                ௝          ௝
                              ܵ௪ ൌ ෍ ෍൫Χ௜ െ ߤ௝ ൯ ൫Χ௜ െ ߤ௝ ൯
                                                                      Τ

                                     ௝ୀଵ ௜ୀଵ

                 ௝
       Where Χ௜ is the ݅th sample of class ݆, ‫ ܥ‬is the number of classes, and Ν௝ is the number
of samples in class ݆.
                                          ஼

                                 ܵ௕ ൌ ෍൫ߤ௝ െ ߤ൯ ൫ߤ௝ െ ߤ൯
                                                                  Τ

                                          ௝ୀଵ


       Where ߤ represents the mean of all classes. The subspace for LDA is spanned by a set
of vectors W= [W1, W2… Wd] satisfying

                                                     ܹ Τ ܵ௕ ܹ
                                    ܹ ൌ argmax ቤ              ቤ
                                                     ܹ Τ ܵ௪ ܹ

        The within class scatter matrix represents how face images are distributed closely
within classes and between class scatter matrix describes how classes are separated from each
other. When face images are projected into the Discriminant vectors W, face images should
be distributed closely within classes and should be separated between classes, as much as
possible. In other words, these Discriminant vectors minimize the denominator and maximize
the numerator in above equation and therefore can be constructed by the eigenvectors
of ܵ௪ ିଵ ܵ௕ [17, 18].




                                                54
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

V. EXPERIMENTAL RESULTS

       In this work, we have used face94 database which contains 3000 images having size
180x200. We have used MATLAB.10 for implementation. First of all the image
preprocessing steps are carried out on this database and then PCA and LDA are implemented
simultaneously as discussed above. Following figures shows the results of PCA and LDA
based algorithms.




                                           Fig. 3. Eigenfaces




                                           Fig. 4. Fisherfaces

        After preprocessing, eigenfaces were obtained by PCA as shown in Fig. 3. Similarly
fisherfaces were obtained by LDA based algorithm as displayed in Fig. 4. Finally the
recognition process gave the most matching recognized face from training database as shown
in Fig. 5.




                     Fig. 5. Recognized face by PCA and LDA based algorithms



                                               55
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

       Then the performance curve of PCA and LDA was plotted as given in Fig. 6. The
graph (Fig. 6) clearly indicates that it is not LDA always outperforms PCA, but sometimes
PCA also outperforms LDA with increasing dimensionality.




                             Fig. 6. Performance curves of PCA and LDA

       In this study, we have applied two most popular appearance based face recognition
methods i.e. PCA and LDA along with image preprocessing factors on face94 database
containing 3000 images. The Euclidean Distance based classifiers were used for both
methods of face recognition systems. The results obtained shows that LDA always may not
outperform PCA also result shows that sometimes PCA also gives better recognition rate than
LDA with increasing dimensionality. As shown in Fig. 6, therefore, it may be concluded that
for some value of dimensionality, PCA gives higher recognition rate than LDA. In future we
want to extend our work by using another approach of face recognition that is Independent
component analysis and compare all algorithms (PCA, LDA, and ICA) for their
performances. The work further may be extended for occluded image databases.

REFERENCES

[1]  W. Zhao, R. Chellappa, A. Rosenfeld, and P. J. Phillips, “Face        recognition: A
    literature survey”, Tech. Rep. CAR-TR-948, CS-TR-4167, N00014-95-1-0521, Oct.
    2000.
[2] R. Chellappa, S. Sirohey, C. L. Wilson, C. S. Barnes, “Human and Machine Recognition
    of Faces: A Survey”, in Proc. of IEEE, vol. 83, pp. 705-740, May 1995.
[3]   W. S. Yambor, “Analysis of PCA-Based and Fisher Discriminant-Based Image
    Recognition Algorithms”, Univ.of Colorado, Computer Science Department, Tech.
    Rep. CS-00-103, Jul. 2000.



                                               56
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

[4]   M. Kirby and L. Sirovich, “Application of the Karhunen-Loeve Procedure for the
      Characterization of Human Faces”’ IEEE tran. Pattern Analysis and Machine
      Intelligence, vol. 12, no. 1, pp. 103-108, Jan. 1990.
[5]     M. Turk and A. Pentland, “Face recognition using eigenfaces”, Proc. Of IEEE,
      Computer Vision and Pattern Recognition, Maui, Hawaii, 1991.
[6] K. Etemad and R. Chellappa, “Discriminant analysis for recognition of human face
      images”. Journal of the Optical Society of America A, 14(8): pp. 1724–1733, 1997.
[7] N. Belhumeur, J. Hespanha and D. Kriegman, “Eigenfaces vs. Fisherfaces: Recognition
      Using Class Specific Linear Projection”, Proc. of ECCV, pp. 45-58, 1996.
[8] R. Calvo, M. Partridge and M. Jabri ,“A Comparative Study of Principal Components
      Analysis Techniques”, in Proc. 9th Australian Conf. on Neural Networks, Brisbane,
      QLD., pp. 276-281, 1998.
[9] A. M. Martinez and A. C. Kak, “PCA versus LDA”, IEEE tran. on Pattern Analysis and
      Machine Intelligence, vol. 23, no. 2, pp. 228-233, 2001.
[10] T. Heseltine, N. Pears and J. Austin, “Evaluation of image pre-processing techniques for
      eigenface based face recognition”, Advanced Computer Architecture Group,
      Department of Computer Science, Univ. of. New York.
[11] B. Chaityana Krishna, V. H. Bindu, L. Durga, G. Lokeshwar and G. Ashok Kumar, “An
      efficient face recognition system by declining rejection rate using PCA”, IJESAT, vol.
      2, Special issue 1, pp. 93-98, Jan. 2012.
[12] E. Sacco, “Image Preprocessing Methods for Face Recognition Applications”, Univ. of.
      GENOVA, Mar. 2010.
[13] V. ˇSTRUC, J. ˇZIBERT and N. PAVEˇSI´C, “Histogram Remapping as a Preprocessing
      Step for Robust Face Recognition”, Uni. of. Ljubljana, WSEAStran on Information
      Science and Applications, Issue 3, vol. 6, pp. 520-529, Mar. 2009.
[14] Tan-Jun Chin and D. Suter, “A Study of the Eigenface Approach for Face Recognition”,
      Tech. Rep. MECSE-6, 2004.
[15] M. Eleyan, “PCA and LDA-Based Face Recognition Using Region-Division with
      Majority Voting”, Department of Computer Engineering, Univ. Near East, Nicosia,
      2008.
[16] J. Yang, Y. Yu, W. Kunz, “An Efficient LDA Algorithm for Face Recognition”, The 6th
      International Conference on Control, Automation, Robotics and Vision
      (ICARCV2000), 2000.
[17] K. Fukunaga, Introduction to Statistical Pattern Recognition 2nd ed., New York:
      Academic Press, 1990.
[18] S. S. Wilks, Mathematical Statistics, New York: Wiley.
[19] Abhishek Choubey and Girish D. Bonde, “Face Recognition Across Pose with
      Estimation of Pose Parameters” International journal of Electronics and Communication
      Engineering &Technology (IJECET), Volume 3, Issue 1, 2012, pp. 311 - 316, ISSN
      Print: 0976- 6464, ISSN Online: 0976 –6472.
 [20] Steven Lawrence Fernandes and Dr. G Josemin Bala, “Analysing Recognition Rate of
      LDA and LPP Based Algorithms for Face Recognition” International journal of
      Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 115 - 125,
      ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[21] Sambhunath Biswas and Amrita Biswas, “Fourier Mellin Transform Based Face
      Recognition” International journal of Computer Engineering & Technology (IJCET),
      Volume 4, Issue 1, 2013, pp. 8 - 15, ISSN Print: 0976 – 6367, ISSN Online: 0976 –
      6375.

                                               57

Más contenido relacionado

La actualidad más candente

IRJET- A Review on Face Detection and Expression Recognition
IRJET-  	  A Review on Face Detection and Expression RecognitionIRJET-  	  A Review on Face Detection and Expression Recognition
IRJET- A Review on Face Detection and Expression RecognitionIRJET Journal
 
Binarization of Document Image
Binarization of Document Image Binarization of Document Image
Binarization of Document Image IJERA Editor
 
Predicting growth of urban agglomerations through fractal analysis of geo spa...
Predicting growth of urban agglomerations through fractal analysis of geo spa...Predicting growth of urban agglomerations through fractal analysis of geo spa...
Predicting growth of urban agglomerations through fractal analysis of geo spa...Indicus Analytics Private Limited
 
Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Editor IJCATR
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysisijtsrd
 
Prediction of Interpolants in Subsampled Radargram Slices
Prediction of Interpolants in Subsampled Radargram SlicesPrediction of Interpolants in Subsampled Radargram Slices
Prediction of Interpolants in Subsampled Radargram Slicesijtsrd
 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...inventionjournals
 
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 AlgorithmSingle Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithmijtsrd
 
Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingIJCSEA Journal
 
IRJET-Face Recognition using LDN Code
IRJET-Face Recognition using LDN CodeIRJET-Face Recognition using LDN Code
IRJET-Face Recognition using LDN CodeIRJET Journal
 
Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...journalBEEI
 
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
 
Similarity of inference face matching on angle oriented
Similarity of inference face matching on angle orientedSimilarity of inference face matching on angle oriented
Similarity of inference face matching on angle orientedAlexander Decker
 
11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle oriented11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle orientedAlexander Decker
 

La actualidad más candente (16)

337
337337
337
 
IRJET- A Review on Face Detection and Expression Recognition
IRJET-  	  A Review on Face Detection and Expression RecognitionIRJET-  	  A Review on Face Detection and Expression Recognition
IRJET- A Review on Face Detection and Expression Recognition
 
Binarization of Document Image
Binarization of Document Image Binarization of Document Image
Binarization of Document Image
 
C045041521
C045041521C045041521
C045041521
 
Predicting growth of urban agglomerations through fractal analysis of geo spa...
Predicting growth of urban agglomerations through fractal analysis of geo spa...Predicting growth of urban agglomerations through fractal analysis of geo spa...
Predicting growth of urban agglomerations through fractal analysis of geo spa...
 
Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysis
 
Prediction of Interpolants in Subsampled Radargram Slices
Prediction of Interpolants in Subsampled Radargram SlicesPrediction of Interpolants in Subsampled Radargram Slices
Prediction of Interpolants in Subsampled Radargram Slices
 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
 
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 AlgorithmSingle Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
Single Image Super-Resolution Using Analytical Solution for L2-L2 Algorithm
 
Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image Inpainting
 
IRJET-Face Recognition using LDN Code
IRJET-Face Recognition using LDN CodeIRJET-Face Recognition using LDN Code
IRJET-Face Recognition using LDN Code
 
Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...
 
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
 
Similarity of inference face matching on angle oriented
Similarity of inference face matching on angle orientedSimilarity of inference face matching on angle oriented
Similarity of inference face matching on angle oriented
 
11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle oriented11.similarity of inference face matching on angle oriented
11.similarity of inference face matching on angle oriented
 

Similar a Appearance based face recognition by pca and lda

Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitioniaemedu
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitionIAEME Publication
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitionIAEME Publication
 
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...ijaia
 
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...gerogepatton
 
International Journal of Artificial Intelligence & Applications (IJAIA)
International Journal of Artificial Intelligence & Applications (IJAIA)International Journal of Artificial Intelligence & Applications (IJAIA)
International Journal of Artificial Intelligence & Applications (IJAIA)gerogepatton
 
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
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET Journal
 
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
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...IRJET Journal
 
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 Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAIOSR Journals
 
V.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEV.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEKARTHIKEYAN V
 
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITIONSYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITIONijcsit
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMIAEME Publication
 
Statistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance MeasuresStatistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance MeasuresCSCJournals
 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateIRJET Journal
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 

Similar a Appearance based face recognition by pca and lda (20)

Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
 
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
PERFORMANCE EVALUATION OF BLOCK-SIZED ALGORITHMS FOR MAJORITY VOTE IN FACIAL ...
 
International Journal of Artificial Intelligence & Applications (IJAIA)
International Journal of Artificial Intelligence & Applications (IJAIA)International Journal of Artificial Intelligence & Applications (IJAIA)
International Journal of Artificial Intelligence & Applications (IJAIA)
 
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
 
20120140504019
2012014050401920120140504019
20120140504019
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...
 
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
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
 
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 Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCA
 
V.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLEV.KARTHIKEYAN PUBLISHED ARTICLE
V.KARTHIKEYAN PUBLISHED ARTICLE
 
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITIONSYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
 
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEMPRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
PRE-PROCESSING TECHNIQUES FOR FACIAL EMOTION RECOGNITION SYSTEM
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
Statistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance MeasuresStatistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance Measures
 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition Rate
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Appearance based face recognition by pca and lda

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN INTERNATIONAL JOURNAL OF ELECTRONICS AND 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April, 2013, pp. 48-57 IJECET © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) ©IAEME www.jifactor.com APPEARANCE BASED FACE RECOGNITION BY PCA AND LDA S. K. Hese, M. R. Banwaskar Department of Electronics & Telecommunication, MGM’s College of Engineering Nanded Near Airport, Nanded, Maharashtra, India ABSTRACT In the recent years, Face Recognition has become one of the most challenging tasks in pattern recognition field. Human face is most obvious human identifier. The face is the most visible part of human anatomy and act as the first distinguishing factor of a human being. Each individual has his own uniqueness and this could be one of the most transparent and unique feature to differentiate a person from one to another. Images can be analyzed and faces can then be identified, before they can be recognized. There are different methods of face recognition which involve a series of steps that serve to capturing, analyzing and comparing a face to a database of stored images. Different algorithms have been designed for face recognition. The aim of this paper is to present independent and comparative study of most popular appearance based linear algorithms of face recognition based on projection methods such as PCA and LDA. In this work, we have applied image preprocessing methods such as gray scale conversion and modified histogram equalization on database prior to PCA and LDA, in order to enhance the quality of image and overall recognition performance. It is generally said that the algorithms based on LDA are better than the algorithms based on PCA. But in present research work we have found that sometimes PCA also outperforms LDA with respect to dimensionality. Keywords- Face recognition, grayscale conversion, image preprocessing, LDA, modified histogram equalization pattern recognition, PCA. I. INTRODUCTION Face recognition is one of the important challenges in appearance based recognition field. It has got significant attention for decades because of its numerous potential applications. It includes identification and verification of the person which is helpful in maintaining national security, law enforcement, and public safety field [1, 2]. Face 48
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME recognition has also proven useful in applications such as human-computer interaction, virtual reality, database retrieval, multimedia, and computer entertainment. Research in automatic face recognition started in the 1960’s [1, 3]. Kirby and Sirovich [4] were among the first to apply principal component analysis (PCA). Turk and Pentland popularized the use of PCA for face recognition [5]. They used PCA to compute a set of subspace basis vectors (which they called “eigenfaces”) [5] for a database of face images, and projected the images in the database into the compressed subspace. One alternative is Fisher’s linear discriminant analysis [6]. For any N-class classification problem, the goal of LDA is to find the N-1 basis vectors that maximize the interclass distances while minimizing the intraclass distances. At one level, PCA and LDA are very different: LDA is a supervised learning technique that relies on class labels, whereas PCA is an unsupervised technique. LDA has been compared to PCA in several studies [7, 8, 9]. One characteristic of both PCA and LDA is that they produce spatially global feature vectors. In other words, the basis vectors produced by PCA and LDA are non-zero for almost all dimensions, implying this change to a single input pixel, will alter every dimension of its subspace projection. As we know that any image or face has size n x m pixels which require n.m dimensional space. This space is too large and needs to be reduced for better recognition which is achieved by dimensionality reduction techniques [9]. We have two most popular techniques for these purposes that are principal component analysis (PCA) and linear discriminant analysis (LDA) which is also known as Fisher discriminant analysis [1, 5, 6]. For better performance we have implemented these two algorithms with several preprocessing factors such as gray scale conversion and modified histogram equalization before recognition algorithms. Image preprocessing techniques represent an essential part of face recognition systems, which has a great impact on the performance and robustness of the recognition procedure. Amongst the number of techniques already presented in the literature, histogram equalization has emerged as the dominant preprocessing technique and is regularly used for the task of face recognition. The aim of this paper is to study the PCA and LDA with respect to face recognition rate and dimensionality. The experiments are based on face94 database. The organization of this paper is done in six sections. Section II describes the preprocessing methods performed on facial images. Section III provides introduction to PCA and its mathematical derivation. In section IV we discussed LDA and the related mathematical analysis. Results and conclusion are presented in section V & VI respectively. II. IMAGE PREPROCESSING The following preprocessing techniques have been applied in order to enhance the quality of input images which also helped to improve the recognition performance of the algorithms. Grayscale Conversion In order to retain as much as information of images, the color images are converted into grayscale images. This is the first step of experiment. As color images (RGB images) are composed of 3 channels to present red, green and blue components in RGB space. Pixels in grayscale images are stored 8–bit integer to represent color into black and white [10, 11]. 49
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME Histogram Equalization An image histogram is a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. The horizontal axis of the graph represents the tonal variations, while the vertical axes represent the number of pixels in that particular tone. Particularly, histogram of a gray-scale image is in the horizontal axes at 256 brightness levels, and in the vertical axes, the number of times this level appears in the image. In Histogram Equalization the global contrast enhancement is obtained using the cumulative density function of the image as a transfer function [12, 13]. The result is a histogram approximately constant for all gray values. While Local Histogram Equalization enhances details of the image, global Histogram Equalization enhances the contrast of whole image. The problem of the first approach is that the output is not always realistic, but in this case the representation of the face image must be invariant to lighting variations and not a realistic image [13]. To equalize the image histogram the cumulative distribution function (cdf) has been computed. The cdf of each gray level is the sum of its recurrence and the recurrence of the previous gray level in an image. The histogram equalization formula is: ௖ௗ௙ሺజሻି௖ௗ௙ ݄ሺ߭ሻ ൌ ‫ ݀݊ݑ݋ݎ‬ቆሺΜൈΝሻି௖ௗ௙೘೔೙ ൈ ሺ‫ ܮ‬െ 1ሻቇ ೘೔೙ Where cdfmin is the minimum value of the cumulative distribution function, M and N are the width and the height of image, and L is the number of gray levels used. The result is an equalized and normalized image. III. PRINCIPAL COMPONENT ANALYSIS Principle Component Analysis (PCA) is a dimensionality reduction technique that is used for image recognition and compression. It is also known as Karhunen-Loeve transformation (KLT) [1, 2, 4, 5] or eigenspace projection. The major advantage of PCA is that the eigenface approach helps reducing the size of the database required for recognition of a test image. The trained images are not stored as raw images; rather they are stored as their weights which are found out by projecting each and every trained image to the set of eigenfaces obtained. In the language of information theory, the relevant information in a face needs to be extracted, encoded efficiently and one face encoding is compared with the similarly encoded database. The trick behind extracting such kind of information is to capture as many variations as possible from the set of training images. Mathematically, the principal components of the distribution of faces are found out using the eigenface approach [1, 5, 11]. First the eigenvectors of the covariance matrix of the set of face images is found out and then they are sorted according to their corresponding eigenvalues. Then threshold eigenvalue is taken into account and eigenvectors with eigenvalues less than that threshold values are discarded. So ultimately the eigenvectors having the most significant eigenvalues are selected. Then the set of face images are projected into the significant eigenvectors to obtain a set called eigenfaces. Every face has a contribution to the eigenfaces obtained. The best M eigenfaces from an M dimensional subspace is called “face space”[5]. Each individual face can be represented exactly as the linear combination of “eigenfaces” or each face can also be approximated using those significant eigenfaces obtained using the most significant eigen values. Now the test image 50
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME subjected to recognition is also projected to the face space and then the weights corresponding to each eigenface are found out. Also the weights of all the training images are found out and stored. Now the weights of the test image are compared to the set of weights of the training images and the best possible match is found out. The comparison is done using the “Euclidean distance” measurement. Minimum the Euclidean distance maximum will be the match. Calculating Eigenfaces Consider an N x N face image Г(x, y) as a vector of dimension N2, so the image can be thought as a point in N2 dimensional space. Acquired database of M images can therefore be mapped to a collection of points in high dimensional “facespace” as Г1, Г2, Г3….. ГM. To compute Eigenfaces, first an average of all training images needs to be computed. The average image Ψ is computed by using following equation. ெ 1 ψ ൌ ෍ Γ୬ ‫ܯ‬ ௡ୀଵ Each image Г1 differs from the average image Ψ by the vector Φi = Гi - Ψ where i = 1, 2,…, M. The covariance matrix C of the data set is defined by Equation given below. ெ 1 Cൌ ൌ ෍ Φ୬ ΦΤ ൌ ΑΑΤ ୬ ‫ܯ‬ ௡ୀଵ Where the matrix A = ൣΦଵ, Φଶ,….., Φ୑ ൧ . The matrix C has a dimension of Νଶ ൈ Νଶ eigenvectors and eigenvalues, and, for typical image sizes, this size would be a very high value. Therefore, we need a computationally feasible method to determine these eigenvectors. If the number of data points in the image space is less than the dimension of space M < N2, there will be only (M – 1) meaningful eigenvectors, and the rest of the eigenvectors will have eigenvalues of zeros. Consider eigenvectors ߭௜ of ΑΤ ‫ ܣ‬such that ΑΤ Αυ୧ ൌ µ୧ υ୧ Multiplying both sides by A, we have ΑΑΤ Αυ୧ ൌ µ୧ Αυ୧ From above equation, we can see that Αυ୧ are the eigenvectors of C ൌ ΑΑΤ . Then we can construct an M x M matrix as follows. L = ΑΤ Α 51
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME Afterwards we can find the M eigenvectors υ୧ of L. These vectors determine linear combinations of the M training set face images to form Eigenfaces u୧ . Μ ‫ݑ‬௜ ൌ ෍ ߭௜௞ Φ௞ ఑ୀଵ Eigenvectors ‫ݑ‬௜ are in fact images, and they are called eigenfaces, and the eigenvectors with the highest eigenvalues are more useful than the rest. Therefore those MI < M eigenfaces that are most significant are used for constructing the “face subspace” for projections that are used in identifying or classifying images. Eigenfaces for Projection and Classification In order to identify an input image, first of all, that image needs to be transformed into the face space by taking inner products with eigenfaces. These inner products compose a vector, which is the representation of input image in face space. Then we compare this vector with those of known images using Euclidean distance. The input test image is then classified as the closest match. A new face image ሺΓሻ is transformed into its eigenface components (i.e., projected into “face space”) using the following operation. ߱఑ ൌ ‫ݑ‬௞ ሺΓ െ Ψሻ ݇ ൌ 1,2, … , ΜΙ Τ Where ߱఑ is the κ-th co-ordinate of the Φ in the new “face space”. The above equation describes point-by-point image multiplication and summation, resulting in the scalar value (dimension 1x1) defined as a weight that describes each face. The weights form a feature vector as given by below Equation. Τ ൌ ൣ߱ଵ, ߱ଶ, . . . ߱ெ ൧ Vector Τ in above equation describes the contribution of each eigenface in representing the input test face image, where the eigenfaces represent the basis set for face images. This vector is used in finding the class that the input image belongs to, if there are more than one image describing a person, otherwise it is used to find which single image is most similar to the test image. This decision is reached by computing the Euclidean distance between input image and training images in the face database (i.e., class projections), as given in Equation ߝ௞ ൌ ԡ െ ௞ԡ ଶ Where ௞ describes κ-th face class, which is the average of the eigenface representation of the face images for each individual in the training set. A face will be classified as belonging to some class if the minimumߝ௞ is below some specified threshold. Otherwise, that image will be classified as unknown face. 52
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME IV. LINEAR DISCRIMINANT ANALYSIS Linear Discriminant is a “classical” technique in pattern recognition where it is used to find a linear combination of features which characterize or separate two or more classes of objects or events [6, 7]. The resulting combination may be used as a linear classifier or more commonly, for dimensionality reduction before it can be classified. The LDA methods or Fisher discriminant, group images of the same class and separate images of different classes. Images are projected from N-dimensional space (where N is the number of pixels in the image) to C െ 1 dimensional space (where C is the number of classes of images). For example, consider two sets of points in 2-dimensional space that are projected onto a single line. Depending on the direction of the line, the points can either be mixed together (Fig. 1(a) or separated (Fig. 2(b)). In computerized face recognition, each face is represented by a large number of pixel values. Linear discriminant analysis is primarily used here to reduce the number of features to a more manageable number before classification. Each of the new dimensions is a linear combination of pixel values, which form a template. The linear combinations obtained using Fisher's linear discriminant are called Fisher faces. Fisher discriminant finds the line that best separates the points. To identify a test image, the projected test image is compared to each projected training image, and the test image is identified as the closest training image. As with eigenspace projection, training images are projected into a subspace. The test images are projected into the same subspace and identified using a similarity measure. What differs is how the subspace is calculated. The following sections describe how to find the Fisher discriminant for a set of images. The within-class scatter matrix, also called intra-personal, represents variations in appearance of the same individual due to different lighting and face expression, while the between-class scatter matrix, also called the extra-personal, represents variations in appearance due to a difference in identity [6, 7, 9, 12]. By applying this method, we find the projection directions that on one hand maximize the Euclidean distance between the face images of different classes and on the other hand minimize the distance between the face images of the same class. The ratio is maximized when the column vectors of the projection matrix are the eigenvalues of ‫ݏ‬௪ ‫ݏ‬௕ [17, 18]. ିଵ (a) (b) Fig.1. (a) Points mixed when projected onto line. Fig.1. (b) Points separated when projected onto line. 53
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME . (a) (b) Fig. 2. (a) Good class separation Fig. 2. (b) Bad class separation Calculating Fisher Faces Linear Discriminant Analysis (LDA) method tries to find the subspace that best discriminates different face classes as shown in Fig. 2. It is achieved by maximizing the between-class scatter matrixܵ௕ , while minimizing the within-class scatter matrix ܵ௪ in the projective subspace. ܵ௪ and ܵ௕ are defined as ஼ Νೕ ௝ ௝ ܵ௪ ൌ ෍ ෍൫Χ௜ െ ߤ௝ ൯ ൫Χ௜ െ ߤ௝ ൯ Τ ௝ୀଵ ௜ୀଵ ௝ Where Χ௜ is the ݅th sample of class ݆, ‫ ܥ‬is the number of classes, and Ν௝ is the number of samples in class ݆. ஼ ܵ௕ ൌ ෍൫ߤ௝ െ ߤ൯ ൫ߤ௝ െ ߤ൯ Τ ௝ୀଵ Where ߤ represents the mean of all classes. The subspace for LDA is spanned by a set of vectors W= [W1, W2… Wd] satisfying ܹ Τ ܵ௕ ܹ ܹ ൌ argmax ቤ ቤ ܹ Τ ܵ௪ ܹ The within class scatter matrix represents how face images are distributed closely within classes and between class scatter matrix describes how classes are separated from each other. When face images are projected into the Discriminant vectors W, face images should be distributed closely within classes and should be separated between classes, as much as possible. In other words, these Discriminant vectors minimize the denominator and maximize the numerator in above equation and therefore can be constructed by the eigenvectors of ܵ௪ ିଵ ܵ௕ [17, 18]. 54
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME V. EXPERIMENTAL RESULTS In this work, we have used face94 database which contains 3000 images having size 180x200. We have used MATLAB.10 for implementation. First of all the image preprocessing steps are carried out on this database and then PCA and LDA are implemented simultaneously as discussed above. Following figures shows the results of PCA and LDA based algorithms. Fig. 3. Eigenfaces Fig. 4. Fisherfaces After preprocessing, eigenfaces were obtained by PCA as shown in Fig. 3. Similarly fisherfaces were obtained by LDA based algorithm as displayed in Fig. 4. Finally the recognition process gave the most matching recognized face from training database as shown in Fig. 5. Fig. 5. Recognized face by PCA and LDA based algorithms 55
  • 9. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME Then the performance curve of PCA and LDA was plotted as given in Fig. 6. The graph (Fig. 6) clearly indicates that it is not LDA always outperforms PCA, but sometimes PCA also outperforms LDA with increasing dimensionality. Fig. 6. Performance curves of PCA and LDA In this study, we have applied two most popular appearance based face recognition methods i.e. PCA and LDA along with image preprocessing factors on face94 database containing 3000 images. The Euclidean Distance based classifiers were used for both methods of face recognition systems. The results obtained shows that LDA always may not outperform PCA also result shows that sometimes PCA also gives better recognition rate than LDA with increasing dimensionality. As shown in Fig. 6, therefore, it may be concluded that for some value of dimensionality, PCA gives higher recognition rate than LDA. In future we want to extend our work by using another approach of face recognition that is Independent component analysis and compare all algorithms (PCA, LDA, and ICA) for their performances. The work further may be extended for occluded image databases. REFERENCES [1] W. Zhao, R. Chellappa, A. Rosenfeld, and P. J. Phillips, “Face recognition: A literature survey”, Tech. Rep. CAR-TR-948, CS-TR-4167, N00014-95-1-0521, Oct. 2000. [2] R. Chellappa, S. Sirohey, C. L. Wilson, C. S. Barnes, “Human and Machine Recognition of Faces: A Survey”, in Proc. of IEEE, vol. 83, pp. 705-740, May 1995. [3] W. S. Yambor, “Analysis of PCA-Based and Fisher Discriminant-Based Image Recognition Algorithms”, Univ.of Colorado, Computer Science Department, Tech. Rep. CS-00-103, Jul. 2000. 56
  • 10. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME [4] M. Kirby and L. Sirovich, “Application of the Karhunen-Loeve Procedure for the Characterization of Human Faces”’ IEEE tran. Pattern Analysis and Machine Intelligence, vol. 12, no. 1, pp. 103-108, Jan. 1990. [5] M. Turk and A. Pentland, “Face recognition using eigenfaces”, Proc. Of IEEE, Computer Vision and Pattern Recognition, Maui, Hawaii, 1991. [6] K. Etemad and R. Chellappa, “Discriminant analysis for recognition of human face images”. Journal of the Optical Society of America A, 14(8): pp. 1724–1733, 1997. [7] N. Belhumeur, J. Hespanha and D. Kriegman, “Eigenfaces vs. Fisherfaces: Recognition Using Class Specific Linear Projection”, Proc. of ECCV, pp. 45-58, 1996. [8] R. Calvo, M. Partridge and M. Jabri ,“A Comparative Study of Principal Components Analysis Techniques”, in Proc. 9th Australian Conf. on Neural Networks, Brisbane, QLD., pp. 276-281, 1998. [9] A. M. Martinez and A. C. Kak, “PCA versus LDA”, IEEE tran. on Pattern Analysis and Machine Intelligence, vol. 23, no. 2, pp. 228-233, 2001. [10] T. Heseltine, N. Pears and J. Austin, “Evaluation of image pre-processing techniques for eigenface based face recognition”, Advanced Computer Architecture Group, Department of Computer Science, Univ. of. New York. [11] B. Chaityana Krishna, V. H. Bindu, L. Durga, G. Lokeshwar and G. Ashok Kumar, “An efficient face recognition system by declining rejection rate using PCA”, IJESAT, vol. 2, Special issue 1, pp. 93-98, Jan. 2012. [12] E. Sacco, “Image Preprocessing Methods for Face Recognition Applications”, Univ. of. GENOVA, Mar. 2010. [13] V. ˇSTRUC, J. ˇZIBERT and N. PAVEˇSI´C, “Histogram Remapping as a Preprocessing Step for Robust Face Recognition”, Uni. of. Ljubljana, WSEAStran on Information Science and Applications, Issue 3, vol. 6, pp. 520-529, Mar. 2009. [14] Tan-Jun Chin and D. Suter, “A Study of the Eigenface Approach for Face Recognition”, Tech. Rep. MECSE-6, 2004. [15] M. Eleyan, “PCA and LDA-Based Face Recognition Using Region-Division with Majority Voting”, Department of Computer Engineering, Univ. Near East, Nicosia, 2008. [16] J. Yang, Y. Yu, W. Kunz, “An Efficient LDA Algorithm for Face Recognition”, The 6th International Conference on Control, Automation, Robotics and Vision (ICARCV2000), 2000. [17] K. Fukunaga, Introduction to Statistical Pattern Recognition 2nd ed., New York: Academic Press, 1990. [18] S. S. Wilks, Mathematical Statistics, New York: Wiley. [19] Abhishek Choubey and Girish D. Bonde, “Face Recognition Across Pose with Estimation of Pose Parameters” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 3, Issue 1, 2012, pp. 311 - 316, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [20] Steven Lawrence Fernandes and Dr. G Josemin Bala, “Analysing Recognition Rate of LDA and LPP Based Algorithms for Face Recognition” International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 115 - 125, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [21] Sambhunath Biswas and Amrita Biswas, “Fourier Mellin Transform Based Face Recognition” International journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 8 - 15, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 57