Principal Component Analysis in The Light Of Face Recognition
By : Parag Jain
Why and Where is PCA used?
2/14
Why and Where is PCA used?
3/14
Why and Where is PCA used?
4/14
What is PCA and its Relation to Face Recognition?
5/14
PCA and its Relation to Face Recognition
6/14
PCA and its Relation to Face Recognition
This transformation is defined in such a way that the first principal component shows the most dominant “direction”/”features” of the dataset and each succeeding component in turn shows the next possible dominant “directions/features”, under the constraint that it be uncorrelated with the preceding components.
To reduce the calculations needed for finding these principal components, the dimensionality of the original dataset is reduced before they are calculated.
7/14
PCA and its Relation to Face Recognition
Since Principal components show the “directions” of the data, and each proceeding component shows less “directions” and more “noise”, only Few first principal components (say K) are selected whereas the rest of the last components are discarded.
These K principal components can safely represent the whole original dataset because they depict the major features/directions that make up the dataset.
8/14
PCA and its Relation to Face Recognition
9/14
Eigen Face Representation of Image
10/14
Therefore, each variable (image) in the original dataset can be represented in terms of these K Principal Components.
Eigen Face Representation of Image (Advantage):
11/14
Representing a data point this way (as a combination of K principal components) reduces the number of values (from M to K) needed to recognize it.
This makes the recognition process faster and more free of error caused by noise. It is because we discarded all the noisy Eigen Faces. In short, we discarded all the noise in the dataset.
How is PCA done?
12/14
Revisit PCA in The Light of Face Recognition
Lets just replace the following
Principal components => Eigenface
Data point/variable => image (or ‘face image’)
Dataset => training set (of images)
And see if we NOW understand PCA in relation to recognition or not (Do it in your mind if we have no time) :)
13/14
Thank you.
14