Fisherfaces
Fisherfaces is a face recognition method that uses Fisher's Linear Discriminant Analysis (LDA) to find a subspace that best separates face classes. It was introduced by Belhumeur, Hespanha, and Kriegman in 1997 as an improvement over earlier eigenface approaches, particularly under varying illumination and facial appearance.
Technical approach: The method first reduces the high-dimensional image data with Principal Component Analysis (PCA) to
Classification is typically performed by comparing projected feature vectors with labeled training samples, using a simple
Advantages include improved robustness to lighting changes and a compact representation when many images per person
Applications include biometric systems and identity verification, and it remains a foundational approach in the family