Skip to content
Technology

The Future of Face Recognition: What Comes After Deep Embeddings

The future of facial recognition technology includes 3D face recognition that reads depth directly, privacy-preserving matching that compares faces without exposing them, and defences against AI-generated faces. Each tackles a limit of today's 2D embedding models. Rules on consent and surveillance will shape it as much as the technology.

Liam BradleyJuly 10, 2026 · 5 min read
A modern building lit in blue at night
Image: PattayaPatrol, CC BY-SA 4.0, via Wikimedia Commons (resized)

3D Face Recognition

Current deep embedding models operate on 2D photographs. The fundamental limitation is that 3D facial geometry, the actual bone structure, must be inferred from a 2D projection, introducing angle and lighting variability. 3D face recognition captures depth maps or point clouds of the face directly, providing angle-invariant geometric measurements that are inherently more stable than 2D photo-based approaches.

Consumer-grade 3D facial capture is available on some smartphones (the structured light sensors used for Face ID, for example). The limitation is that almost all existing face databases are 2D,creating and maintaining large-scale 3D celebrity databases would be a substantial undertaking. Research systems demonstrate substantially higher accuracy with 3D input; the challenge is data scale.

Privacy-Preserving Face Recognition

Cryptographic approaches to face recognition allow identity verification without exposing the face embedding. Homomorphic encryption allows computation on encrypted embeddings, comparing two encrypted embeddings without either party having access to the unencrypted values. Secure multi-party computation allows two parties to compute whether their embeddings match without revealing either embedding.

These approaches are computationally expensive but becoming tractable for specific use cases. They offer a path to face recognition deployments that provide strong identity guarantees while minimising the privacy exposure of biometric data, the combination that most critics of current deployments identify as desirable.

Generative Models and the Matching Challenge

The rapid improvement in AI face generation (diffusion models, GANs) creates new challenges for face recognition: generated faces can fool recognition systems, and faces are increasingly used in synthetic identity fraud. Parallel development of deep fake detection, face generation detection, and liveness detection (confirming that a presented face is physically present, not a printed or screen-displayed image) is an active research area.

For consumer matching applications, the primary implication is that future systems will need to perform liveness detection, confirming that the uploaded photo is a genuine photograph of a living person rather than a generated face, as quality standards for entry into celebrity databases.

Frequently Asked Questions

What is the next big advance in face recognition?

3D face capture for angle-invariant matching, privacy-preserving cryptographic protocols for biometric comparison, and robust deepfake/liveness detection are the primary active research frontiers.

Can face recognition work with encrypted face data?

Yes, via homomorphic encryption or secure multi-party computation. These approaches allow matching without exposing raw embeddings, though they are currently more computationally expensive.

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