CVMay 8, 2017

Face Recognition Machine Vision System Using Eigenfaces

arXiv:1705.02782v120 citations
Originality Synthesis-oriented
AI Analysis

This work addresses face recognition challenges like variability in expression and pose, but it is incremental as it builds on established eigenface methods.

The paper compared Principal Component Analysis (PCA) and Normalized PCA (NPCA) for face recognition on ORL and Indian face databases, finding that NPCA generally performed better, with specific accuracy improvements noted when varying training images.

Face Recognition is a common problem in Machine Learning. This technology has already been widely used in our lives. For example, Facebook can automatically tag people's faces in images, and also some mobile devices use face recognition to protect private security. Face images comes with different background, variant illumination, different facial expression and occlusion. There are a large number of approaches for the face recognition. Different approaches for face recognition have been experimented with specific databases which consist of single type, format and composition of image. Doing so, these approaches don't suit with different face databases. One of the basic face recognition techniques is eigenface which is quite simple, efficient, and yields generally good results in controlled circumstances. So, this paper presents an experimental performance comparison of face recognition using Principal Component Analysis (PCA) and Normalized Principal Component Analysis (NPCA). The experiments are carried out on the ORL (ATT) and Indian face database (IFD) which contain variability in expression, pose, and facial details. The results obtained for the two methods have been compared by varying the number of training images. MATLAB is used for implementing algorithms also.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes