I Covered AI’s Eyes to See If It Could Still Recognize Faces

· Source: Artificial Intelligence on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Intermediate, medium

Summary

An experiment investigated a deep learning face recognition model, InceptionV3, trained on the Labeled Faces in the Wild (LFW) dataset, achieving high metrics (96.4% accuracy, 96.8% precision, 96.4% recall, 96.2% F1-score) to assess its explainability. Using LIME and saliency maps, the study identified the right eye and glabella as consistently critical regions for the model's predictions. Subsequent occlusion tests confirmed that blacking out both eyes and the glabella significantly degraded performance, while single-eye occlusion had minimal impact. A crucial finding was the uneven dependency across individuals; for example, Colin Powell remained recognizable despite occlusion, while Donald Rumsfeld's accuracy varied wildly (0-100%). This highlights person-specific blind spots, indicating that high average accuracy can mask inconsistent failure modes.

Key takeaway

For Machine Learning Engineers deploying facial recognition systems, understand that high average accuracy (e.g., 96%) can conceal critical, person-specific failure modes. You must move beyond explainability tool outputs as final answers; instead, use them to form hypotheses and then physically test those hypotheses through occlusion experiments. This iterative validation helps identify uneven dependencies and blind spots, ensuring your systems perform reliably and equitably across all users, especially under real-world partial occlusion conditions.

Key insights

Explainable AI tools provide hypotheses, not final answers; validation requires intervention.

Principles

Method

The method involved training InceptionV3, applying LIME and saliency maps to identify critical regions (right eye, glabella), then physically occluding these regions to validate the explanations.

In practice

Topics

Best for: Computer Vision Engineer, Research Scientist, CTO, AI Scientist, Machine Learning Engineer, AI Ethicist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence on Medium.