<< Chapter < Page | Chapter >> Page > |
This project is able to recognize a person’s face by comparing facial structure to that of a known person. This is achieved by using forward facing photographs of individuals to render a two-dimensional representation of a human head. The system then projects the image onto a“face space”composed of a complete basis of“eigenfaces.”Because of the similarity of face shape and features from person to person, face images fall within a relatively small region of the image space and as such can be reproduced with less than complete knowledge of the image space. When new images are fed into this system it can identify the person with a high rate of success with the robustness to identify correctly even in the presence of some image distortions.
Many approaches to the overall face recognition problem ( The Recognition Problem ) have been devised over the years, but one of the most accurate and fastest ways to identify faces is to use what is called the“eigenface”technique. The eigenface technique uses a strong combination of linear algebra and statistical analysis to generate a set of basis faces--the eigenfaces--against which inputs are tested. This project seeks to take in a large set of images of a group of known people and upon inputting an unknown face image, quickly and effectively determine whether or not it matches a known individual.
The following modules will provide a walk through exactly how this goal is achieved. Since this was not the first attempt at automated face recognition it is important to see what other approaches have been tried to appreciate the speed and accuracy of eigenfaces. This is not a simple and straightforward problem, so many different questions must be considered as one learns about this face recognition approach.
With a basic understanding achieved it is time for the real stuff, the implementation of the procedure. This has been broken down into smaller, more manageable steps. First the the set of basis eigenfaces must be derived from a set of initial images ( Obtaining the Eigenface Basis ). With this basis known individuals can be processed in order to pepare the system for detection by setting thresholds ( Thresholds for Eigenface Recognition ) and computing matrices of weights ( Face Detection Using Eigenfaces ). Finally, with such a system in place, tests of robustness can be performed in order to determine what quality of input images are necessary in order for successful identification to take place ( Results of Eigenface Detection Tests ).
In this way, relevant conclusions ( Conclusions for Eigenface Detection ) can be drawn about the overall efficacy of the eigenface recognition method.Notification Switch
Would you like to follow the 'Face recognition using eigenfaces' conversation and receive update notifications?