Zubnet AIसीखेंWiki › Facial Recognition
Safety

Facial Recognition

Face Recognition, Face ID
एक image या video में उसके face से एक person को identify या verify करना। Verification पूछता है “क्या ये वो person है जिसका वो claim करता है?” (1:1 matching, phone unlock में use होता है)। Identification पूछता है “ये person कौन है?” (एक database के against 1:N matching, surveillance में use होता है)। Modern systems face embeddings extract करने और उनकी तुलना करने के लिए deep learning use करते हैं, controlled conditions में superhuman accuracy achieve करते हुए।

यह क्यों matter करता है

Facial recognition सबसे powerful और सबसे controversial AI applications में से एक है। ये convenient authentication enable करती है (Face ID), missing persons ढूँढने में help करती है, और law enforcement को assist करती है। ये mass surveillance भी enable करती है, serious privacy concerns raise करती है, और demographics के across documented accuracy disparities हैं — women और darker skin tones वाले लोगों पर worse perform करती है। ये dual-use technology का एक textbook case है।

Deep Dive

Modern face recognition works in three steps: detection (finding faces in an image using MTCNN or RetinaFace), alignment (normalizing face orientation and scale), and embedding (converting the aligned face into a feature vector using a CNN like ArcFace or FaceNet). Two faces are compared by computing cosine similarity between their embeddings — above a threshold means match. The embedding captures identity-specific features while being robust to lighting, expression, and age changes.

The Bias Problem

Multiple studies (notably by Joy Buolamwini and Timnit Gebru) demonstrated that commercial face recognition systems had significantly higher error rates for women and people with darker skin. A system that's 99% accurate for white men but 90% accurate for Black women creates discriminatory outcomes when deployed in law enforcement. These findings led to improved training data diversity, accuracy auditing across demographics, and in some cases, bans on government use of face recognition.

Regulation

Facial recognition faces more regulation than almost any other AI technology. The EU AI Act bans real-time biometric identification in public spaces (with narrow exceptions). Several US cities have banned government use. Illinois' BIPA requires consent before collecting biometric data. The technology itself is neutral, but its deployment in surveillance contexts raises fundamental questions about privacy, civil liberties, and the balance between security and freedom.

संबंधित अवधारणाएँ

← सभी Terms
ESC