← Back to Patent Claims
Patent Claim 137 All Patents →

Biometric-Hash-Reuse-Across-Identities Deepfake Detection

A Collision-Based, Non-Classification Deepfake and Credential-Sharing Signal: Flagging When One Biometric Hash Is Associated With More Than One Claimed Entity Identity

Patent Claim JIL Sovereign July 2026 Claim 137 of 157

Executive Summary

JIL Sovereign's core biometric-integrity check requires no machine-learning classifier at all. It stores a one-way biometric hash alongside each entity's risk profile and, on every new transaction, queries whether that same hash has previously been recorded against a different entity ID. Any hash collision across distinct claimed identities is itself the fraud signal - deterministically true regardless of how the biometric was captured, spoofed, or synthesized, since a genuine, unique biometric cannot legitimately belong to two different identities.

Core Innovation: Reframing deepfake and credential-sharing detection as a database collision-lookup problem instead of a classification problem. A classifier must be trained, tuned, and periodically retrained against an evolving adversarial threat, and produces a probabilistic confidence score requiring a threshold decision; a collision check needs no model, no training data, and no threshold tuning, and produces a deterministic, explainable fact directly admissible as evidence.

Problem Statement

The dominant deepfake and biometric-fraud detection posture in the industry is a machine-learning liveness or presentation-attack classifier scoring the likelihood that a submitted biometric sample is synthetic, spoofed, or replayed. These classifiers are locked in a continuous arms race against generative-model quality, and they are opaque - a numeric "deepfake confidence" score is not independently reproducible or easily explained to a court, a regulator, or an auditor. They also do not catch the simplest and most common form of biometric fraud: legitimately captured biometric data reused, shared, or resold across multiple claimed identities to open or operate more than one account.

0
ML models required for this signal
85
risk score on any confirmed hash collision
1-way
hash - biometric never stored or compared in raw form

Technical Architecture

Detection Flow

On submission, an entity's biometric hash is queried against the risk-profile repository for any row carrying the same hash under a different entity ID. A count greater than zero contributes a fixed risk score, with the collision count and reason attached directly to the verdict for audit purposes - "biometric hash associated with multiple identities, possible deepfake or credential sharing." No raw biometric data is ever stored or compared; only the one-way hash is persisted and matched.

Defense-in-Depth Architecture

The collision check runs as a companion to, not a replacement for, vendor-gated behavioral-biometric and deepfake-classification checks. In this architecture, the deterministic collision check is always live and non-degradable - it cannot be disabled by a vendor outage - while the probabilistic classifier layer is a pluggable, vendor-gated addition that provides broader spoofing and presentation-attack coverage the collision check alone cannot reach.

LayerMechanismFailure Mode
Collision check (always on)One-way hash equality lookupCannot degrade - no external dependency
Behavioral-biometric / deepfake classifier (vendor-gated)Third-party liveness and presentation-attack scoringCan degrade if vendor is unavailable

Prior Art Differentiation

ApproachDetection BasisDeterministic/Explainable?Catches Legitimate-Biometric Reuse?
Deepfake-classifier productsProbabilistic ML scoringNoNo - not designed for reuse detection
National-ID biometric deduplication systemsRaw or feature-vector template comparisonPartially, but privacy-heavyYes, but at much higher data-sensitivity cost
JIL SovereignOne-way hash collisionYes - fully deterministicYes - lightweight, privacy-preserving

Patent Claim

Independent Claim 137: A computer-implemented method for detecting biometric credential sharing and synthetic-identity deepfake fraud without a machine-learning classifier, comprising: computing a one-way cryptographic hash of a biometric sample submitted in association with a claimed entity identity; querying a stored risk-profile repository for any existing record associating the same one-way biometric hash with a different claimed entity identity; generating a fraud-risk signal responsive to detecting at least one such record, independent of any probabilistic deepfake-classification score; and combining the collision-based fraud-risk signal with an independently computed, vendor-sourced behavioral-biometric or presentation-attack classification score to produce a defense-in-depth identity-integrity determination.