Eigenfaces For Recognition: Matthew Turk and Alex Pentland
Eigenfaces For Recognition: Matthew Turk and Alex Pentland
Face Recognition
Faces
primary focus of attention determine identity and emotion
Human ability
speed robust to changes
Face Recognition
Computational models
criminal identification security systems human-computer interaction
Goals
fast reasonably simple accurate in constrained environments
Background
Individual features
eyes, nose, mouth, head outline position and size relationships
Disadvantages
multiple views fragile and complex
Eigenfaces
The eigenface approach
images are points in a vector space use PCA to reduce dimensionality face space
Sirovich & Kirby 1987 Kirby & Sirovich 1990
PCA
Principal component analysis
X is m x n
m: dimensionality of image n: number of images
PCA
Optimization
We want eigenvectors of S (m x m) If m is much larger than n, form T (n x n)
Other issues
eliminating the background scale and orientation invariance
Conclusions
Face recognition system
fast reasonably simple accurate in a constrained environment
Future work
robustness to changes learning new faces eigenfaces to determine gender or facial expressions
PCA details
Maximize variance of projected samples
PCA details
Solve using Lagrange multipliers