Adaptive Anti-Spoofing Personalization for Biometric Authentication

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Biometric authentication systems are vulnerable to spoofing attacks, where fake biometric data sources are used to gain unauthorized access, and existing anti-spoofing protection models lack accuracy due to insufficient consideration of user-specific variations and contextual information.

Innovation Solution

An adaptive personalization method using online data to refine anti-spoofing protection models by generating a finetuning data set based on user-specific and contextual information, adjusting the model through a sliding time window and weighting techniques to improve accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a generic anti-spoofing protection model is used, then the system can operate with simpler implementation, but the accuracy of spoof detection is insufficient due to lack of user-specific variations consideration

Engineering Contradiction:
Improvespoof detection accuracyVSAvoidmodel personalization complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system performs preliminary actions by collecting biometric data during normal authentication operations and storing it in a database before spoofing attempts occur. This pre-collected user-specific biometric data is then used to personalize the anti-spoofing model when needed, rather than attempting to collect data reactively during a spoofing event.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent introduces an intermediary component - a biometric data database and processing system - that mediates between the authentication system and the anti-spoofing model. This intermediary collects, stores, and processes user-specific biometric data, then feeds it to the anti-spoofing model for personalization, separating the data collection function from the detection function.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If the anti-spoofing model is continuously updated with all incoming data, then the model adapts to latest variations, but computational resources and processing time are excessively consumed

Engineering Contradiction:
Improvemodel adaptation to variationsVSAvoidmodel adjustment time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The system implements periodic action by adjusting the anti-spoofing model at specific intervals or triggers rather than continuously. The model is retrained using collected biometric data after a certain threshold is met (e.g., after collecting a sufficient number of samples or after a time period), balancing adaptation with computational efficiency.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The patent applies partial action by selectively using only the necessary portion of collected biometric data for model adjustment. Instead of processing all incoming data, the system selects relevant data samples that provide the most value for personalization, reducing the computational burden while maintaining effectiveness.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If user-specific biometric data is collected and stored for model personalization, then detection accuracy improves, but user privacy and data security risks increase

Engineering Contradiction:
Improveuser-specific detection accuracyVSAvoidprivacy and security risks
Core Design Contradiction:
Measurement precisionVSObject-affected harmful factors

Solution Approach 1:

The system applies local quality by processing and storing biometric data in a decentralized manner. Rather than centralizing all user biometric data in a single vulnerable repository, the patent enables each device to maintain its own local biometric data and train local anti-spoofing models, minimizing data transmission and storage risks while maintaining user-specific accuracy.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent extracts only the essential features and characteristics needed for anti-spoofing detection from the raw biometric data, rather than storing and processing complete biometric datasets. This extraction approach reduces the amount of sensitive data that needs to be stored and transmitted, lowering privacy and security risks while preserving detection accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

4Reliability

If multiple machine learning models are used for feature extraction and authentication, then spoofing detection capability is enhanced, but system complexity and computational overhead increase

Engineering Contradiction:
Improveanti-spoofing protection reliabilityVSAvoidmulti-model system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges the functionality of multiple machine learning models into a unified anti-spoofing system. Instead of maintaining separate independent models for feature extraction and authentication, the system integrates these functions into a coordinated workflow where models work together synergistically, reducing overall system complexity while maintaining enhanced detection capabilities.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The system applies segmentation by dividing the anti-spoofing process into distinct functional stages, each handled by specialized machine learning models. This segmentation allows each model to focus on a specific task (feature extraction, pattern recognition, decision-making), improving overall reliability while enabling modular implementation that manages complexity through clear separation of concerns.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250278464A1Adaptive personalization for Anti-spoofing protection in biometric authentication systems
Publication Date: 2025.09.04 QUALCOMM INC
  • US20250278464A1 patent drawing
  • US20250278464A1 patent drawing
  • US20250278464A1 patent drawing

AI summary

Certain aspects of the present disclosure provide techniques and apparatus for biometric authentication using an anti-spoofing protection model refined using online data. The method generally includes receiving a biometric data input for a user. Features for the received biometric data input are extracted through a first machine learning model. It is determined, using the extracted features for the received biometric data input and a second machine learning model, whether the received biometric data input for the user is authentic or inauthentic. It is determined whether to add the extracted features for the received biometric data input, labeled with an indication of whether the received biometric data input is authentic or inauthentic, to a finetuning data set. The second machine learning model is adjusted based on the finetuning data set.