ML Error Estimator for Harmful Shift Detection in Unlabeled Data

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional techniques for detecting shifts in machine learning (ML) model performance are inadequate in distinguishing between harmful and benign data distribution changes, particularly in real-world scenarios where data arrives sequentially and immediate access to labeled data is not feasible, leading to diminished power and inability to detect harmful shifts effectively.

Innovation Solution

Implementing an error estimator model with a regressor algorithm, trained on a labeled calibration dataset, to compute an error estimation threshold, classify unlabeled data into high and low true error categories, and use sequential testing to predict harmful shifts in ML models operating in production environments.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If conventional two-sample or batch testing is used to detect shifts in ML model performance, then the detection process can be simplified, but the detection power is diminished and harmful shifts cannot be effectively detected

Engineering Contradiction:
Improvedetection process complexityVSAvoiddetection power
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent applies preliminary action by pre-training an error estimator model on a labeled calibration dataset before deployment. This calibrated model continuously monitors prediction errors in production, enabling early detection of harmful shifts before they impact performance significantly. The error threshold is established in advance through training on representative data, allowing immediate identification of anomalies without requiring complex real-time analysis.

Inventive Principle:
Principle #10Preliminary action

2Ease of manufacture

If traditional batch testing is used with pre-specified sample sizes, then the testing process can be standardized, but the ability to adapt to sequential data arrival and gradual shifts is lost

Engineering Contradiction:
Improvetesting process standardizationVSAvoidadaptability to sequential data
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The patent implements dynamics by transitioning from static batch testing to dynamic continuous monitoring. The error estimator model operates continuously as data streams through the production system, adapting to sequential data arrival and detecting gradual shifts in real-time. The system dynamically adjusts its monitoring based on the calibration established during training, maintaining standardization while enabling adaptability to changing data distributions over time.

Inventive Principle:
Principle #15Dynamics

3Device complexity

If conventional shift detection techniques are used, then the overall system can be simpler, but the ability to distinguish between harmful and benign data distribution changes is insufficient

Engineering Contradiction:
Improvesystem complexityVSAvoidshift classification accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent introduces an intermediary - the error estimator model - that mediates between raw prediction outputs and shift detection. This intermediary layer analyzes prediction errors against the calibrated threshold to distinguish between harmful shifts (exceeding threshold) and benign variations (within threshold). The error estimator serves as a translator that converts complex model outputs into actionable error metrics, enabling precise classification without requiring complex analysis of the underlying data distributions.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260050504A1Method and system for detecting a harmful shift in a machine learning model
Publication Date: 2026.02.19 JPMORGAN CHASE BANK NA
  • US20260050504A1 patent drawing
  • US20260050504A1 patent drawing
  • US20260050504A1 patent drawing

AI summary

A method and system for detecting harmful shift in a machine learning (ML) model associated with unlabeled data utilized by the ML model. The method includes implementing an error estimator model with regressor algorithm and training the error estimator model with a first portion of a labeled calibration dataset. The method further includes computing, by the trained error estimator model, an error estimation threshold based on a second portion of the labeled calibration dataset; predicting a performance of the ML model by detecting the harmful shift via the trained error estimator model analyzing the unlabeled data over a predetermined time period and determining a proportion of estimated errors associated with the unlabeled data over the predetermined time period that exceeds the error estimation threshold; and generate an alert when the proportion of estimated errors exceeds the error estimation threshold.