
eigenface
Sign in to savethumb|Some eigenfaces from AT&T Labs|AT&T Laboratories Cambridge
Wikidata facts
Show 1 more fact
- Commons category
- Eigenfaces
Sources (3)
via Wikidata · CC0
~16 min read
Article
12 sectionsContents
- History
- Generation
- Practical implementation
- Matlab example code
- Computing the eigenvectors
- Connection with SVD
- Use in facial recognition
- Review
- See also
- References
- Further reading
- External links
thumb|Some eigenfaces from AT&T Labs|AT&T Laboratories Cambridge
An eigenface ( ) is the name given to a set of eigenvectors when used in the computer vision problem of human face recognition. The approach of using eigenfaces for recognition was developed by Sirovich and Kirby and used by Matthew Turk and Alex Pentland in face classification. The eigenvectors are derived from the covariance matrix of the probability distribution over the high-dimensional vector space of face images. The eigenfaces themselves form a basis set of all images used to construct the covariance matrix. This produces dimension reduction by allowing the smaller set of basis images to represent the original training images. Classification can be achieved by comparing how faces are represented by the basis set.