Technical System State Prediction Using Dual Time-Series Filters

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for predicting the state of technical systems struggle to maintain precision in long-term behavior without compromising short-term behavior, often leading to inaccuracies or increased computational resources.

Innovation Solution

A computer-implemented method using complementary high-pass and low-pass filters to decompose time series data into separate components for short-term and long-term predictions, with models trained on filtered data to predict states efficiently, reducing computational requirements through sampling and interpolation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a single model is used for prediction, then the model complexity is low, but the prediction accuracy for both short-term and long-term behavior cannot be maintained simultaneously

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

Solution Approach 1:

The patent divides the prediction task into two separate models: a first model for short-term behavior prediction and a second model for long-term behavior prediction. Each model is specialized for its respective time horizon, allowing both to achieve high accuracy without the complexity of a single universal model. The segmentation is further applied by dividing the time series data into short-term and long-term components through filtering operations.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If full time series data is used for training, then the prediction accuracy improves, but the computational resources required increase

Engineering Contradiction:
Improveprediction accuracyVSAvoidcomputational resources
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent extracts only the necessary components from the full time series data for each model's training. The first model receives short-term filtered values while the second model receives long-term filtered values. This extraction approach allows each model to be trained on relevant data subsets, reducing overall computational requirements while maintaining prediction accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies partial action by training each model on a subset of the full time series data appropriate for its prediction horizon. Rather than training both models on complete data, the first model uses short-term components and the second model uses long-term components, reducing total computational effort while achieving accurate predictions.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20240176342A1Computer-implemented method and device for predicting a state of a technical system
Publication Date: 2024.05.30 ROBERT BOSCH GMBH
  • US20240176342A1 patent drawing
  • US20240176342A1 patent drawing
  • US20240176342A1 patent drawing

AI summary

A device and computer-implemented method for predicting a state of a technical system. A state of the technical system is detected. A time series is provided which includes values which characterize a course of the detected state of the technical system. Using a first filter, first filtered values for predicting the short-term behavior of the technical system are determined as a function of the values of the time series. Using a second filter, second filtered values for predicting the long-term behavior of the technical system are determined as a function of the values of the time series. A first value for the prediction is determined as a function of the filtered first values. A second value for the prediction is determined as a function of the filtered second values. A value of the prediction is determined as a function of the first and second values for the prediction.