Relevancy Model for Prediction Model Training Bias Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing prediction models are influenced by feature types in training data, which can lead to biased results, and there is a need to determine and mitigate the impact of these feature types before training to ensure accuracy and reliability.

Innovation Solution

The system uses a relevancy model to assess the influence of feature types on prediction models, updating the training data by incorporating additional datasets if a feature type has a threshold amount of influence, ensuring that the feature type's impact is reduced or eliminated, thereby improving the model's accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If training data includes feature types with high influence, then the prediction model can be trained quickly, but the model results become biased and unreliable

Engineering Contradiction:
Improvetraining speedVSAvoidprediction accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary analysis of training data using a relevancy model before actual model training to identify feature types with excessive influence. This preliminary action allows the system to detect potential bias sources and adjust the training data accordingly, preventing biased results before they occur rather than detecting them after training completes

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The relevancy model provides feedback about the influence level of different feature types in the training data. This feedback mechanism enables the system to identify which features are causing bias and allows for iterative adjustment of the training data to achieve balanced feature influence, thereby improving prediction reliability

Inventive Principle:
Principle #23Feedback

2Reliability

If the system analyzes feature type influence using a relevancy model, then prediction reliability improves, but the complexity of the training process increases

Engineering Contradiction:
Improveprediction accuracyVSAvoidtraining process complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The relevancy model serves as an intermediary component between the training data and the prediction model. It analyzes feature influence independently and provides guidance for data adjustment without requiring modifications to the core prediction model architecture, thereby managing complexity through a dedicated auxiliary system

Inventive Principle:
Principle #24Intermediary (Mediator)

3Reliability

If additional datasets are obtained to update training data, then feature type influence is reduced, but the time required for data preparation increases

Engineering Contradiction:
Improveprediction accuracyVSAvoiddata preparation time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary identification of problematic feature types using the relevancy model before committing to extensive data collection. This allows for targeted updates where additional datasets are obtained only for specific features that require balancing, rather than uniformly expanding the entire training dataset, thus reducing overall data preparation time

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS10867245B1System and method for facilitating prediction model training
Publication Date: 2020.12.15 CAPITAL ONE SERVICES LLC
  • US10867245B1 patent drawing
  • US10867245B1 patent drawing
  • US10867245B1 patent drawing

AI summary

In certain embodiments, training data may be generated for training a prediction model. Training data including first datasets may be obtained, where the first datasets include a plurality of feature types. A determination, via a relevancy model, based on the training data, of whether a feature type satisfies a first condition may be made. If the first condition is satisfied, one or more second datasets may be obtained to update the training data, where the second datasets include the plurality of feature types. A determination, via the relevancy model, based on the updated training data, may be made as to whether the feature type satisfies a second condition. The first and second conditions may relate to whether the feature type has a threshold amount of influence on the prediction model. If the second condition is satisfied, the updated training data may be provided to the prediction model.