TL;DR: Purpose-built AI models embedded in identity, authentication and age verification flows can complete checks in seconds, run on-device, and avoid collecting unnecessary data, according to Yoti. The governance lesson is that model scope, data minimisation, and independent signal composition now matter as much as speed, while layered liveness and document controls help reduce spoofing and deepfake risk.
At a glance
What this is: This is an analysis of modular AI checks for identity verification and age assurance, with the key finding that smaller purpose-built models can improve privacy, speed, and resistance to spoofing.
Why it matters: It matters because IAM, fraud, and identity verification teams need controls that reduce data exposure without weakening assurance, especially where human identity proofs are being challenged by bots, presentation attacks, and deepfakes.
By the numbers:
- One Yoti MyFace liveness detection check can use over 10 individual models.
👉 Read Yoti's analysis of modular AI for identity verification and age assurance
Context
Identity verification systems fail when they depend on a single signal, retain more data than the task requires, or cannot adapt quickly to new fraud patterns. In this article, the primary security question is how to balance assurance, privacy, and operational speed in human identity workflows. That question sits squarely in identity verification governance, where the quality of the decision matters as much as the evidence collected.
The article also shows why modular AI is becoming relevant to IAM-adjacent programmes. When face matching, liveness, document authentication, and age estimation are separated into distinct checks, teams can tune controls to the risk of the transaction rather than forcing every user through the same process. That is a typical evolution for high-volume identity verification, but it is not yet universal across regulated environments.
Key questions
Q: How should organisations design identity verification flows for higher fraud risk?
A: They should use risk-based routing so the verification journey matches the transaction’s sensitivity. High-risk actions may need document authentication, liveness, and face matching, while lower-risk use cases can rely on fewer checks. The goal is to reduce unnecessary data collection without lowering assurance where fraud impact is higher.
Q: Why do layered biometric checks work better than a single liveness test?
A: Because attackers often target whichever signal is easiest to spoof. Layered checks combine independent evidence such as document authenticity, face match, and liveness, so one weak signal does not decide the outcome alone. That improves resilience against presentation attacks, replay, and some synthetic-media fraud patterns.
Q: What do security teams get wrong about on-device AI processing?
A: They often assume local processing means no governance needed. In reality, the app still creates access decisions around features, content types, and user sharing. The governing question is not only where inference runs, but whether the surrounding identity and disclosure controls match the sensitivity of what users submit.
Q: Who is accountable when biometric identity checks are used for age or access decisions?
A: Accountability usually sits with the platform operator, because it decides what data is collected, how it is used, and what access or eligibility outcome follows. Where personal data or minors are involved, legal and privacy obligations become central. Governance should document ownership across security, legal, product, and fraud teams.
Technical breakdown
How modular AI changes identity verification architecture
Modular AI breaks a single verification journey into smaller models, each trained or tuned for one task such as document authentication, face matching, liveness detection, or age estimation. That architecture reduces blast radius because a weakness in one model does not automatically invalidate the entire decision chain. It also supports faster model replacement when fraud patterns change. In practice, the system is closer to a decision pipeline than a monolithic classifier, which is important for explainability and tuning risk appetite.
Practical implication: design identity verification flows so each step can be measured, replaced, and independently governed.
Why on-device processing matters for privacy and trust
On-device AI shifts inference away from central servers and can keep personal data local to a phone, terminal, or kiosk. That reduces transmission risk, limits unnecessary retention, and can support offline operation when connectivity is unreliable. In identity verification, this matters because the data used to establish trust is often the most sensitive part of the transaction. Smaller models are easier to deploy at the edge, but they still require rigorous bias, fairness, and accessibility testing to avoid creating hidden exclusion risks.
Practical implication: treat on-device inference as a privacy control, then validate it against accessibility and fairness requirements.
Why layered liveness and PAD controls resist spoofing
Presentation Attack Detection, or PAD, combines signals such as light refraction, 3D background inference, and image authenticity checks to detect masks, printed images, replayed content, and some deepfake-driven attacks. The point is not that any single signal is perfect. The value comes from multiple models contributing to an aggregate confidence score, which is harder for attackers to predict or evade. This layered approach is stronger than relying on a single liveness check, especially in high-volume consumer identity flows.
Practical implication: use multiple independent liveness signals in high-risk onboarding and step-up verification journeys.
Threat narrative
Attacker objective: The attacker aims to obtain a trustworthy identity decision without presenting a real, eligible user.
- Entry occurs when an attacker presents a spoofed identity document, replayed image, synthetic face, or other fabricated biometric input to the verification flow.
- Credential access is replaced by signal abuse, where the attacker tries to satisfy document, face, and liveness checks with manipulated inputs.
- Impact occurs when a false positive verification decision grants account access, onboarding approval, or age-gated service access to an ineligible user.
NHI Mgmt Group analysis
Modular verification is a governance pattern, not just a model design choice. When identity checks are split into discrete steps, teams gain more control over assurance levels, privacy exposure, and change management. That matters because identity risk is rarely uniform across all use cases. A bank, retailer, and age-gated service do not need the same evidence chain, so governance should reflect transaction risk rather than force one verification path everywhere.
Privacy-preserving identity verification depends on data minimisation being enforced technically, not just declared in policy. Running checks on-device and limiting each model to a narrow task reduces unnecessary collection and centralised retention. That does not eliminate compliance obligations, but it changes the risk posture by narrowing the amount of personal data that ever enters the core system. For identity programmes, that is a stronger control than relying on post hoc retention discipline.
Presentation attack resistance now requires signal diversity, not confidence in a single biometric check. The article’s layered PAD approach shows why attackers target the easiest deterministic step in the chain. If one signal can be fooled, the rest become the real control boundary. In identity verification governance, this means the control gap is often single-point dependence, and the practitioner conclusion is to design for multi-signal resilience.
On-device AI creates a new trust boundary between the user device and the verification service. That boundary changes how teams think about authentication evidence, logging, and model updates. It can improve latency and privacy, but it also means model governance has to cover edge deployment, not just central policy. For IAM and fraud teams, this is where identity assurance and operational resilience start to overlap.
Biometric and age-assurance systems need stronger accountability for false rejects as well as false accepts. The article’s emphasis on bias, fairness, and accessibility testing is a reminder that identity verification can fail safely from a security perspective while still failing users operationally. That is why identity governance has to measure both fraud prevention outcomes and inclusion outcomes. Practitioners should treat verification quality as a dual control problem.
What this signals
Verification programmes are moving toward narrower evidence chains. The practical signal is that teams should expect more modular identity journeys where each step is independently measured and updated. That changes governance from checking whether a single system is “accurate” to checking whether the overall decision chain is proportionate, explainable, and resistant to spoofing.
Identity proofing and NHI governance are starting to converge around evidence minimisation. If a verification flow can run locally and expose less personal data to the core stack, the same control logic should influence how credentials, tokens, and device signals are handled downstream. The operational challenge is to preserve auditability while reducing the amount of sensitive information that ever needs central storage.
The most useful programme metric is no longer just pass rate. Teams should track attack resistance, false rejects, fairness drift, and the amount of personal data collected per decision, then link those measures to the security architecture rather than treating them as separate policy exercises.
For practitioners
- Define risk-based verification paths Map use cases to the minimum set of checks required for the transaction. A dating app, bank, and age-verification flow should not share the same assurance stack if their fraud and regulatory profiles differ.
- Separate model governance by function Manage document authentication, face matching, liveness detection, and age estimation as independently testable controls. That makes it easier to replace one weak step without redesigning the entire identity journey.
- Test for presentation attacks continuously Validate PAD against replay, mask, printed-image, and synthetic-media attacks in production-like conditions. Use independent testing and red-team findings to tune confidence thresholds and exception handling.
- Minimise centralised personal data retention Prefer on-device inference where feasible, and keep only the evidence needed to support the decision and audit trail. This lowers exposure if downstream systems are compromised.
- Measure false rejects alongside fraud stops Track accessibility, fairness, and legitimate-user drop-off rates alongside attack-blocking metrics. A verification control that blocks fraud but excludes valid users is not operationally healthy.
Key takeaways
- Modular AI makes identity verification more governable because each step can be tuned, replaced, and audited independently.
- On-device processing reduces data exposure, but it only improves security if model updates, logging, and fairness testing are governed with equal care.
- Layered liveness and presentation-attack controls are now a core identity defence against spoofing, replay, and synthetic media fraud.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63 and NIST CSF 2.0 set the technical controls, while GDPR and ISO/IEC 27001:2022 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | SP 800-63A | Identity proofing guidance fits document, face, and age verification workflows. |
| GDPR | Art.32 | On-device processing and minimisation directly affect personal data security obligations. |
| NIST CSF 2.0 | PR.AC-1 | Verification controls determine whether access or onboarding decisions are properly authorised. |
| ISO/IEC 27001:2022 | A.5.15 | Access control governance is relevant where identity checks gate regulated services. |
Align verification outcomes with A.5.15 so access decisions match business-defined control requirements.
Key terms
- Presentation Attack: A presentation attack is an attempt to fool a biometric system with a fake face, replayed video, mask, or other synthetic artefact. In practice, the control fails when it measures resemblance alone, because the attacker’s objective is to pass as the real user without actually being that person.
- Identity proofing: The process of verifying that a person is who they claim to be before granting or restoring access. In higher-risk recovery paths, proofing can include stronger evidence checks such as government ID validation or liveness-based facial verification so the assurance level matches the sensitivity of the request.
- On-device inference: On-device inference means an AI model runs on the user’s local hardware rather than sending data to a central service for processing. This can reduce data exposure and improve latency, but it also shifts governance requirements toward device trust, update control, and local auditability.
- Risk-Based Verification: A control approach that adjusts assurance strength to the context of the transaction, such as jurisdiction, wallet type, and value at stake. It avoids one-size-fits-all checks and lets firms apply stronger proof where the compliance and fraud risk is higher.
What's in the full article
Yoti's full article covers the implementation detail this post intentionally leaves for the source:
- The exact four-step identity verification flow and how each model contributes to the final decision.
- The three-step age estimation flow, including Secure Image Capture and its role in injection attack detection.
- Examples of how the same modular design is adapted for different customer risk appetites and use cases.
- The operational testing approach behind model updates, independent evaluations, and ethics-led validation.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps practitioners connect identity controls to the broader security programmes they operate every day.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org