In 1991, Turk and Pentland suggested an approach to face recognition that uses dimensionality reduction and linear algebra concepts to recognize faces. This approach is computationally less expensive and easy to implement and thus used in various applications at that time such as handwritten recognition, lip-reading, medical image analysis, etc.
PCA (Principal Component Analysis) is a dimensionality reduction technique that was proposed by Pearson in 1901. It uses Eigenvalues and EigenVectors to reduce dimensionality and project a training sample/data on small feature space. Let’s look at the algorithm in more detail (in a face recognition perspective).
Training Algorithm:
Testing/Detection Algorithm :

Test Images With true labels
Advantages:
- Easy to implement and computationally less expensive.
- No knowledge (such as facial feature) of the image required (except id).
Limitations :
- Proper centered face is required for training/testing.
- The algorithm is sensitive to lightining, shadows and also scale of face in the image .
- Front view of the face is required for this algorithm to work properly.
Reference :
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
24 Sep, 2021
Like Article
Save Article