Patch Model for Presentation Attack Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing presentation attack detection models struggle to accurately classify new types of attacks and require extensive retraining to correct errors, leading to increased vulnerability and time risks in biometric systems.

Innovation Solution

The implementation of a 'patch' machine learning model that corrects misclassifications without retraining the detection model, by building a corrector ML model that applies augmentations to misclassified samples, calculates features, and uses linear discriminant analysis to determine a correction shift, thereby enhancing the baseline model's accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a baseline ML model is retrained to correct misclassification errors, then detection accuracy is improved, but the time required for correction increases significantly (days or weeks)

Engineering Contradiction:
Improvedetection accuracyVSAvoidcorrection time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The correction process is segmented into two independent components: (1) an anomaly detector that identifies misclassified samples, and (2) a correction shifter that adjusts scores for identified anomalies. This segmentation allows the correction mechanism to be applied without retraining the entire baseline model, reducing correction time from days/weeks to minutes while maintaining accuracy improvements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A correction shifter acts as an intermediary component between the baseline model and the final decision. It receives scores from the baseline model, identifies anomalous cases through the anomaly detector, and applies score adjustments only to those anomalies. This intermediary approach corrects errors without requiring full model retraining, significantly reducing correction time while preserving accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If the baseline model is retrained with new attack samples, then the system can detect new attack types, but the retraining process takes days or weeks

Engineering Contradiction:
Improvedetection of new attack typesVSAvoidretraining time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The anomaly detector is trained in advance on comprehensive datasets including various attack types and conditions. When new attacks occur, the pre-trained anomaly detector can quickly identify them as anomalies without requiring immediate retraining. This preliminary preparation enables rapid adaptation to new threats while minimizing the time loss associated with retraining.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback through the anomaly detector that continuously monitors baseline model predictions. When misclassified samples (including new attack types) are detected, the feedback mechanism triggers score correction through the correction shifter. This feedback loop enables the system to adapt to new attack types in real-time without the lengthy retraining process, maintaining both versatility and speed.

Inventive Principle:
Principle #23Feedback

3Reliability

If the detection model is not corrected promptly, then the system remains vulnerable to exploitation, but correction requires extensive retraining time

Engineering Contradiction:
Improvesystem securityVSAvoidvulnerability window
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The correction shifter serves as a rapid-response intermediary that can be deployed immediately to correct vulnerabilities without waiting for full model retraining. It works alongside the baseline model, providing real-time corrections for detected anomalies including exploitation attempts. This reduces the vulnerability window from days/weeks to minutes while maintaining system reliability.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The anomaly detector automatically identifies misclassified samples and triggers correction through the correction shifter without requiring manual intervention or extensive retraining processes. This self-service capability enables the system to promptly address security vulnerabilities as they are detected, minimizing the vulnerability window and maintaining continuous reliability.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20250190850A1Patch models
Publication Date: 2025.06.12 UNICOTECH PORTUGAL UNIPESSOAL LDA
  • US20250190850A1 patent drawing
  • US20250190850A1 patent drawing
  • US20250190850A1 patent drawing

AI summary

Systems and methods for patching a general machine learning model in a system for detecting presentation attacks. The machine learning model includes a false positive or a false negative misclassification. A patch model is trained using samples misclassified by the general machine learning model to correct the misclassification by the general machine learning model once deployed in the system pipeline.