Voice Authentication Failure Analysis for Fraud Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing voice authentication systems face challenges such as false negatives and fraudulent access attempts, which are difficult to detect and analyze at scale without manual intervention.

Innovation Solution

A system utilizing a voice recognition model, monitor model, and failure analysis model to analyze authentication attempts, classify failure reasons, and determine appropriate responses, including incentives for reauthentication to enhance security.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If voice authentication is used to protect user data, then security is improved, but false negatives occur where legitimate users are denied access

Engineering Contradiction:
Improveauthentication accuracyVSAvoidfalse negative rate
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The authentication system is segmented into multiple independent models: a voice recognition model for initial authentication, a monitor model for detecting suspicious patterns, and a failure analysis model for classifying failure reasons. This segmentation allows each model to specialize in specific aspects, improving overall accuracy while reducing false negatives through collaborative decision-making.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements feedback loops where the monitor model continuously monitors authentication attempts and provides feedback to the failure analysis model. The failure analysis model classifies failure reasons and feeds this information back to improve the voice recognition model's decision-making, creating a self-improving system that reduces false negatives over time.

Inventive Principle:
Principle #23Feedback

2Measurement precision

If manual review is used to detect fraudulent attempts, then detection accuracy is improved, but processing time and resource requirements increase

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system implements self-service through automated monitoring and analysis. The monitor model automatically detects suspicious authentication attempts, and the failure analysis model automatically classifies failure reasons without human intervention. This self-service capability maintains high detection accuracy while eliminating the time loss associated with manual review processes.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent replaces the mechanical system of manual human review with automated machine learning models. The monitor model and failure analysis model perform fraud detection and classification tasks that previously required human analysts, significantly reducing processing time while maintaining or improving detection accuracy through consistent automated analysis.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

3Reliability

If multiple authentication models are used to improve security, then fraud detection capability is improved, but system complexity increases

Engineering Contradiction:
Improvefraud detection capabilityVSAvoidsystem architecture complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The complex authentication system is segmented into three distinct, specialized models with clear division of responsibilities: voice recognition for authentication, monitoring for detection, and failure analysis for classification. This segmentation makes the overall complex system manageable by breaking it into smaller, well-defined components that can be developed, maintained, and improved independently.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260067263A1Model for analzying authentication attempts
Publication Date: 2026.03.05 WELLS FARGO BANK NA
  • US20260067263A1 patent drawing
  • US20260067263A1 patent drawing
  • US20260067263A1 patent drawing

AI summary

An example computer system for analyzing authentication attempts comprises one or more processors; and non-transitory computer-readable storage media encoding instructions which, when executed by the one or more processors, causes the computer system to: receive authentication attempt data from a client device attempting to access a user account; input the authentication attempt data into a voice recognition model; receive a confidence score indicating a likelihood the audio data of the authentication attempt data matches original training data; determine whether the authentication attempt data is authenticated based on the confidence score; input the authentication attempt data into a monitor model; receive flagged authentication attempt failure data from the monitor model; input the flagged authentication attempt failure data into a failure analysis model; receive a classification for the authentication attempt data; determine a response based on the classification.