Skip to content
History

A Short History of Face Recognition Technology

Woody Bledsoe built the first facial recognition system in the 1960s, entering face landmarks by hand. The field then moved to eigenfaces in the 1990s, hand-designed features like LBP and HOG in the 2000s, and deep learning from 2012 onward, which brought machines to human-level accuracy on benchmarks.

Wendy WeiAugust 6, 2026 · 5 min read
Alphonse Bertillon's own 1891 identification card with front and profile photos
Image: Alphonse Bertillon (1853-1914), Public domain, via Wikimedia Commons

1960s–1980s: The Manual and Geometric Era

The first documented face recognition research was conducted by Woodrow Wilson Bledsoe at Stanford Research Institute in the early 1960s. Using a computer stylus, Bledsoe manually entered the coordinates of facial landmarks from photographed faces. The system searched a database by finding images with similar coordinate patterns. This required human involvement at every step but demonstrated the core concept: reducing face identity to measurable geometry.

Through the 1970s and 1980s, research focused on geometric feature approaches, automatically measuring inter-feature distances and comparing them. These systems were limited to controlled, well-lit, front-facing photos under consistent conditions, and accuracy was poor by modern standards. But they established the vocabulary of facial landmarks and geometric ratios that influenced subsequent decades of work.

1990s: Eigenfaces and Statistical Methods

The early 1990s brought a conceptual revolution with eigenfaces, introduced by Turk and Pentland in 1991. Rather than measuring specific geometric features, eigenfaces applied Principal Component Analysis (PCA) to face image data, extracting the dimensions of variation that explained the most variance across a training set of faces. This reduced faces to a compact set of coefficients representing their position in a low-dimensional 'face space'.

Eigenfaces demonstrated that useful identity information could be extracted from the raw pixel patterns of face images without explicitly specifying which features to measure. This data-driven approach was more flexible and more accurate than hand-designed geometric features. It was the intellectual predecessor to deep learning face recognition, which similarly learns representations from data rather than engineering them by hand.

2000s: LBP, HOG, and the Pre-Deep Learning Peak

The 2000s saw the introduction of hand-crafted feature descriptors that substantially improved robustness. LBP (Local Binary Patterns) and HOG (Histogram of Oriented Gradients) encoded local texture and edge information in forms more robust to lighting variation than raw pixel intensities. Combined with the Viola-Jones face detection algorithm (2001), which enabled real-time face detection for the first time, these methods brought face recognition to practical applications for the first time.

This era also saw the introduction of the Labeled Faces in the Wild (LFW) benchmark in 2007, which established a standard for evaluating face recognition accuracy on realistic, variable-condition images. LFW performance became the yardstick for progress throughout the 2000s and early 2010s.

2012–Present: The Deep Learning Revolution

The deep learning revolution arrived in face recognition in 2014 with DeepFace (Facebook) and DeepID (Hong Kong Chinese University), which achieved LFW accuracy exceeding 97%, dramatically surpassing all prior approaches. These systems used convolutional neural networks trained on millions of labelled face images, learning representations that captured identity far more richly than any hand-designed feature.

FaceNet (Google, 2015) introduced triplet loss training and achieved 99.63% LFW accuracy. ArcFace (2019) pushed further to 99.83%, approaching saturation on that benchmark. The field has since shifted to more challenging evaluation conditions, cross-age verification, low-resolution matching, and demographic fairness, as the original LFW benchmark has been solved.

Frequently Asked Questions

When was face recognition technology invented?

The first face recognition research was conducted by Woodrow Wilson Bledsoe in the early 1960s. The technology has developed through several distinct eras: geometric (1960s–80s), statistical (1990s), feature-based (2000s), and deep learning (2014–present).

What are eigenfaces?

Eigenfaces are a face recognition method from 1991 that applies Principal Component Analysis to face images, representing each face as a point in a low-dimensional 'face space'. They were the first data-driven approach to face recognition.

When did deep learning transform face recognition?

Deep learning face recognition arrived in 2014 with DeepFace and DeepID, achieving dramatically higher accuracy than all prior approaches. By 2015, FaceNet had achieved 99.63% accuracy on the standard LFW benchmark.

Try it yourself

Find your celebrity lookalike

Upload a photo and see which celebrities you look most like. Free to try, and your photo is never stored.

Find my celebrity look alike

Related Articles