Streaming Data Risk Prediction Trigger Logic

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In time-sensitive streaming data environments, such as healthcare and finance, traditional predictive models face challenges with missing data, as they require complete data sets for accurate predictions, leading to suboptimal early output in urgent situations.

Innovation Solution

A trigger logic engine that imputes missing data, calculates risk scores and metrics, and uses rule-based logic to determine if a predetermined action should be taken based on statistically derived metrics exceeding a threshold, allowing for early and accurate predictions even with incomplete data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional predictive models wait for complete data sets before generating predictions, then prediction accuracy is improved, but response time deteriorates

Engineering Contradiction:
Improveprediction accuracyVSAvoidresponse time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs predictions with partial data rather than waiting for complete data sets. It generates predictions based on available parameters and progressively updates them as additional data arrives, allowing early predictions with acceptable accuracy rather than delayed perfect predictions

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system performs preliminary predictions with available data immediately, then updates predictions as additional data becomes available. This allows early actionable insights while continuing to refine accuracy over time

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If traditional predictive models impute missing data to ensure complete data sets, then prediction accuracy is improved, but system complexity deteriorates

Engineering Contradiction:
Improveprediction accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system extracts and identifies only the most critical parameters needed for prediction rather than requiring complete data sets. It determines a subset of parameters that provide sufficient accuracy for time-sensitive decisions, reducing the need for complex imputation of all missing data

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system changes the approach from imputing all missing parameters to selectively using available parameters with varying degrees of completeness. It adjusts prediction confidence levels based on the number and quality of available parameters rather than requiring complete data

Inventive Principle:
Principle #35Parameter changes

3Reliability

If the system processes multiple imputed values and calculates statistical metrics, then prediction reliability is improved, but computational complexity deteriorates

Engineering Contradiction:
Improveprediction reliabilityVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system generates multiple imputed values and calculates statistical metrics such as standard deviations for critical parameters only, rather than comprehensively analyzing all possible variations. This provides sufficient reliability information for time-sensitive decisions without excessive computational overhead

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20230040185A1A time-sensitive trigger for a streaming data environment
Publication Date: 2023.02.09 PRENOSIS INC
  • US20230040185A1 patent drawing
  • US20230040185A1 patent drawing
  • US20230040185A1 patent drawing

AI summary

A method for making dynamic risk predictions is provided. The method includes receiving a dataset with a first data field and a second data field. The first data field is populated with a measured value. The method also includes imputing a first predicted value to the second data field, generating a first risk score and a first set of associated metrics based on the measured value and the first predicted value, and imputing a second predicted value to the second data field. The method also includes calculating a statistically derived metric and determining whether the statistically derived metric exceeds a predetermined threshold, wherein a predetermined action is recommended if the statistically derived metric exceeds the predetermined threshold. A system and a non-transitory, computer readable medium storing instructions to cause the system to perform the above method are also provided.