Biological Sensor Dependency Features for Time-Series Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing machine learning systems struggle to effectively process multivariate time series data from biological sensors due to the lack of efficient feature extraction methods that consider the statistical dependencies between sensors, leading to suboptimal prediction performance.

Innovation Solution

A method that calculates statistical dependencies between samples from multiple biological sensors, generates a relationship matrix, and transforms it into feature vectors to capture these dependencies, enhancing the training of machine learning models for improved prediction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If traditional feature extraction methods are used, then processing speed is improved, but prediction accuracy deteriorates because statistical dependencies between sensors are ignored

Engineering Contradiction:
Improveprocessing speedVSAvoidprediction accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The patent performs preliminary calculation of statistical dependencies between sensors during the feature extraction phase, generating a relationship matrix before the main prediction task. This preliminary action captures inter-sensor correlations in advance, allowing the prediction model to utilize these pre-computed relationships without adding significant processing time during real-time operation, thus resolving the contradiction between processing speed and prediction accuracy.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If statistical dependencies between sensors are calculated and incorporated, then prediction accuracy is improved, but computational complexity increases

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

Solution Approach 1:

The patent segments the computational task by dividing sensor data into multiple channels and calculating statistical dependencies separately for each channel pair. This segmentation allows parallel processing of dependency calculations and enables the use of efficient algorithms for each segment, reducing overall computational complexity while maintaining the ability to capture inter-sensor relationships for improved prediction accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the relationship matrix derived from statistical dependencies into a different dimensional representation that is more suitable for machine learning model input. This dimensionality transformation reduces the complexity of the data structure while preserving the essential statistical relationship information, allowing accurate predictions with lower computational burden.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

3Loss of information

If multiple biological sensors are used to sense biological functions, then measurement comprehensiveness is improved, but data processing requirements increase

Engineering Contradiction:
Improvemeasurement comprehensivenessVSAvoiddata processing efficiency
Core Design Contradiction:
Loss of informationVSProductivity

Solution Approach 1:

The patent merges the information from multiple biological sensors by calculating statistical dependencies between them and combining these relationships into a unified relationship matrix. This merging process integrates data from multiple sensors in a compact representation that captures their interrelationships, reducing the overall data processing requirements while maintaining comprehensive measurement information for accurate predictions.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS12629099B2Statistical dependence-aware biological predictive system
Publication Date: 2026.05.19 MICROSOFT TECHNOLOGY LICENSING LLC
  • US12629099B2 patent drawing
  • US12629099B2 patent drawing
  • US12629099B2 patent drawing

AI summary

A computer implemented method includes accessing a multivariate time series set of samples collected by multiple biological sensors sensing a first biological function over a first period of time, dividing the data set into windows, calculating statistical dependencies between the samples of the timeseries data collected by each sensor, generating a relationship matrix as a function of the statistical dependencies, and transforming the relationship matrix to generate a first feature vector for each window of time that captures the statistical dependencies amongst the sensors.