Trust-Aware Error Detection in Machine Learning Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Machine learning and computer vision models face challenges in error detection, correction, and explainability, particularly in scenarios without labeled data, which hinders their reliability and trustworthiness.

Innovation Solution

A system and method for trust-aware error detection, correction, and explainability that processes unlabeled test instances through machine learning models, detects errors by evaluating model confidence and other criteria, automatically corrects errors using auxiliary models and rule-based approaches, and provides post-hoc explanations using feature importance analysis and other techniques.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If error detection and correction mechanisms are added to machine learning models, then reliability is improved, but device complexity increases

Engineering Contradiction:
Improvemodel reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system segments error detection into multiple independent evaluation modules: model confidence assessment, class confusability analysis, prediction consistency checking, and similarity comparison with labeled examples. Each module operates independently to detect different aspects of potential errors, allowing the system to achieve comprehensive error detection without requiring a monolithic complex structure

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces auxiliary models as intermediary components that generate alternative predictions to compare against the main model's outputs. These auxiliary models act as mediators to identify discrepancies and potential errors without directly modifying the core machine learning model, thereby improving reliability while maintaining a clear separation between the primary model and error detection mechanisms

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If post-hoc explanations are provided for model predictions, then trustworthiness is improved, but computational overhead increases

Engineering Contradiction:
ImprovetrustworthinessVSAvoidcomputational overhead
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system performs feature importance analysis and identifies key contributing factors during the prediction process itself, rather than conducting exhaustive post-hoc analyses after predictions are made. By preliminarily identifying which features most influenced the model's decision, the system provides meaningful explanations with reduced computational overhead compared to comprehensive post-processing explanation methods

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If error detection evaluates multiple criteria such as model confidence, class confusability, and consistency, then measurement precision is improved, but device complexity increases

Engineering Contradiction:
Improveerror detection precisionVSAvoidevaluation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The evaluation process is segmented into distinct modular components: model confidence evaluation, class confusability assessment, prediction consistency checking, and similarity comparison with labeled examples. Each component independently evaluates a specific aspect of error potential using straightforward metrics, achieving high measurement precision through multiple specialized evaluators rather than one complex evaluation system

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs auxiliary models that serve multiple functions: they generate alternative predictions for error detection, provide basis for consistency evaluation, and enable similarity comparisons with labeled data. This multi-functionality allows the same auxiliary modeling infrastructure to support multiple evaluation criteria without proportionally increasing system complexity

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250077387A1Systems and Methods for Trust-Aware Error Detection, Correction, and Explainability in Machine Learning and Computer Vision
Publication Date: 2025.03.06 AVAWATZ CO INC
  • US20250077387A1 patent drawing
  • US20250077387A1 patent drawing
  • US20250077387A1 patent drawing

AI summary

Disclosed are methods, systems and non-transitory computer readable memory for trust-aware error detection, correction, and explainability. For instance, a method may include processing a test instance through a machine learning model to obtain a set of inferences; detecting errors in the set of inferences; automatically correcting the errors in the set of inferences and/or updating the machine learning model; determining post-hoc explanations into a cause of the errors; and outputting the post-hoc explanations to a user.