Predictive Model Adjustment via Historical Event Similarity

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional predictive models generate erroneous predictions when faced with atypical conditions, as they lack training data for unusual circumstances, leading to reduced accuracy in forecasting events like malware incidents or store demand, especially when features such as weather deviate significantly from historical data.

Innovation Solution

A system that adjusts predictions by identifying similar past events in time-series data, using machine learning models to compare feature sets and generate adjustment factors, thereby enhancing training data and reducing prediction errors for atypical conditions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional predictive models are used to forecast future events, then the model structure remains simple and easy to implement, but the prediction accuracy deteriorates when faced with atypical conditions not present in training data

Engineering Contradiction:
Improveprediction accuracyVSAvoidhandling of atypical conditions
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary identification of atypical conditions by comparing current feature sets against historical training data before generating predictions. This preliminary action allows the system to detect when input conditions fall outside the distribution of training data, enabling subsequent adjustment of predictions or collection of additional data to improve accuracy for atypical scenarios

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback by continuously monitoring prediction confidence levels and comparing predicted outcomes against actual outcomes when they occur. This feedback loop allows the system to identify patterns in atypical conditions and progressively improve its handling of such scenarios through model retraining or prediction adjustment based on historical similarities

Inventive Principle:
Principle #23Feedback

2Adaptability or versatility

If more historical training data is collected to cover atypical conditions, then the model's ability to handle rare events improves, but the complexity of data collection and processing increases

Engineering Contradiction:
Improvecoverage of atypical conditionsVSAvoiddata collection and processing complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

Instead of collecting and processing all possible historical data to cover every potential atypical condition, the system applies partial action by focusing computational resources on identifying and processing only the most relevant historical similarities. The system calculates similarity metrics between current and historical feature sets, selectively retrieving and weighting only those historical data points that most closely match current conditions, thereby reducing processing complexity while maintaining effectiveness

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system transforms the problem from one of data collection to one of parameter transformation by converting raw historical data into similarity scores and adjustment factors. By changing the parameter representation from raw feature values to similarity metrics, the system enables efficient comparison and adjustment of predictions based on historical patterns without requiring exhaustive data collection

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If the system adjusts predictions by identifying similar historical events, then the accuracy for atypical conditions improves, but the computational time and resources increase

Engineering Contradiction:
Improveprediction accuracy for atypical eventsVSAvoidcomputational time for prediction adjustment
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system applies partial action by not requiring exhaustive search through all historical data to find similar events. Instead, it uses efficient similarity metrics and thresholding to identify a sufficient subset of relevant historical events. Once a predetermined number of similar historical events are found or a similarity threshold is exceeded, the search terminates, avoiding unnecessary computational expenditure while still achieving accurate prediction adjustment

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system uses copying by creating simplified representations of historical events in the form of feature vectors and similarity scores. These copied representations enable rapid comparison with current conditions without requiring access to or processing of the full historical data sets, significantly reducing computational time while preserving the essential information needed for prediction adjustment

Inventive Principle:
Principle #26Copying

4Adaptability or versatility

If the system converts atypical circumstances into typical ones using historical data, then the predictive model can process rare events more effectively, but the complexity of the processing system increases

Engineering Contradiction:
Improveprocessing capability for rare eventsVSAvoidsystem processing complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system introduces an intermediary component that acts as a bridge between atypical current conditions and the predictive model trained on typical data. This intermediary calculates similarity metrics between current and historical feature sets, identifies the most relevant historical events, and generates adjustment factors that modify the model's predictions. By inserting this intermediary processing layer, the system enables the use of existing trained models for atypical conditions without requiring complete retraining or complex model architecture changes

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20240403720A1Enhanced predictive modeling using time-series training data
Publication Date: 2024.12.05 LEGION TECHNOLOGIES INC
  • US20240403720A1 patent drawing
  • US20240403720A1 patent drawing

AI summary

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for enhanced predictive modeling. One of the methods includes obtaining a first prediction from a machine learning model trained to predict future events based on time-series data input; generating a set of one or more features of the first prediction; determining that the set of one or more features of the first prediction satisfy one or more thresholds indicating an event included in the first prediction is atypical; comparing the set of one or more features of the first prediction to one or more other features representing historical events that are included in the time-series data input; identifying, using the comparison, a set of historical events from the historical events that are included in the time-series data input; and generating an adjusted first prediction using the identified set of historical events.