Skip to content
Machine Learning

Face Recognition Benchmarks Explained: LFW, IJB-C, and Beyond

Face recognition benchmarks measure how accurately models match faces. LFW (Labeled Faces in the Wild, 2007) has 13,233 images of 5,749 people; top models now score above 99.8%, so harder IARPA Janus benchmarks such as IJB-C are used today. Ollie's model scores 98.5% on LFW.

Liam BradleyJune 14, 2026 · 4 min read
A mechanical stopwatch
Image: Stefan (Diskussion). Original uploader was StefanPohl at German Wikipedia, Public domain, via Wikimedia Commons

LFW: The Classic Standard

Labeled Faces in the Wild (LFW) was introduced in 2007 and became the standard benchmark for a decade. It contains 13,233 face images of 5,749 people sourced from the internet, paired for verification testing (same person / different person). On this benchmark, human-level performance was approximately 97.5%. Modern deep learning systems achieve 99.8%+,essentially solving the benchmark.

LFW's limitations are widely acknowledged: it has relatively well-lit, roughly frontal photos; it is skewed toward white Western males; and it is too easy for current systems. Its scores no longer differentiate between high-performing methods.

IARPA Janus: Harder Benchmarks

IARPA's Janus benchmarks (IJB-A, IJB-B, IJB-C) were designed to be substantially harder than LFW. IJB-C contains 11,779 subjects including both still images and video frames, with deliberate inclusion of difficult pose, illumination, and expression conditions. NIST's FRVT (Face Recognition Vendor Test) is the most comprehensive independent evaluation, testing commercial and research systems on very large datasets including millions of photos.

Performance on IJB-C at the standard verification threshold (False Match Rate = 0.01%) benchmarks typically around 95–97% for top systems, significantly harder than LFW. NIST FRVT remains the gold standard for evaluating real-world face recognition system performance.

Frequently Asked Questions

What is LFW in face recognition?

Labeled Faces in the Wild, a benchmark dataset of 13,000+ face pairs used to evaluate verification accuracy. It was the standard benchmark for a decade but is now largely solved by modern systems.

What benchmark do serious face recognition systems use today?

NIST FRVT (Face Recognition Vendor Test) and IARPA Janus benchmarks (IJB-C) are the most rigorous current evaluations. They include harder conditions than LFW and test demographic performance differences.

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