A comparison study on PCA, modular PCA and LDA for face recognition
Loading...
Date
2017-06
Authors
Cheah, Boon Wah
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
Face recognition has been considered as a popular technique to recognise identity of a person. Many face recognition algorithms have been developed and modified by researchers. This paper will study the performance of three face recognition algorithms which are PCA, Modular PCA and LDA. These three face recognition algorithms will be implement to determine which algorithm has the best performance. The performance of these face recognition algorithms will be evaluated by 10-fold cross validation using ORL database. K-fold technique will divide the image database into k-fold that has the same size or segment. Nine-fold will be used for training sets and the remaining one-fold will be used as validation sets to calculate the accuracy of the system. PCA is known as eigenface projection to transfer the image space to low dimension feature space. Modular PCA is to divide an image into sub-image and then apply PCA on it. LDA is used to separate two or more class further and enclose population in the class. The recognition rate for PCA, Modular PCA and LDA is 96.25%, 85.75% and 89%, respectively