Hybrid Telemetry Image Matching for Infrastructure Outage Prediction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current systems fail to accurately predict system failures by not considering a series of previous events leading up to a current time, reducing the accuracy of failure detection and prevention.

Innovation Solution

A computing platform trains a hybrid deep learning model combining a convolutional neural network (CNN) and a recurrent neural network (RNN) to classify telemetry state images and identify patterns, using long short-term memory (LSTM) for enhanced pattern recognition, to predict system failures and trigger preemptive resolution commands.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If current system performance analysis is used to identify failure likelihood, then the analysis process is simple, but the accuracy of failure detection is reduced

Engineering Contradiction:
Improveaccuracy of failure detectionVSAvoidcomplexity of analysis system
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent transforms temporal data (time series events) into a spatial representation by creating telemetry state images that visualize system state transitions over time. This dimensional transformation allows the application of CNN image processing techniques to temporal patterns, enabling the system to detect failure patterns by analyzing visual representations of system evolution rather than raw numerical data, thereby improving detection accuracy while maintaining manageable system complexity.

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

Solution Approach 2:

The patent employs a hybrid deep learning model that combines CNN (for spatial pattern recognition in telemetry state images) and RNN/LSTM (for temporal sequence analysis). This composite architecture leverages the strengths of different neural network types: CNN excels at extracting features from the visualized state images, while RNN/LSTM captures the temporal dependencies in the sequence of state transitions, together achieving superior failure detection accuracy compared to single-model approaches.

Inventive Principle:
Principle #40Composite materials

2Measurement precision

If a series of previous events in time series are considered, then the accuracy of failure detection is improved, but the complexity of the analysis system increases

Engineering Contradiction:
Improveaccuracy of failure detectionVSAvoidcomplexity of time series analysis
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs preliminary processing of raw telemetry data by generating normalized telemetry state images that represent system states at different time points. This preprocessing step transforms complex time series data into standardized visual representations before analysis, making the subsequent pattern recognition task more manageable. By preparing the data in advance in a standardized format, the system reduces the complexity of analyzing raw time series sequences while preserving all necessary temporal information for accurate failure detection.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If telemetry data is normalized to values between 0.0 and 1.0, then the pattern recognition accuracy is improved, but the data processing time increases

Engineering Contradiction:
Improvepattern recognition accuracyVSAvoiddata processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies parameter transformation by normalizing telemetry data values to a standard range of 0.0 to 1.0. This parameter change serves multiple purposes: it scales diverse telemetry metrics (CPU usage, memory utilization, network traffic) to a common scale, enabling meaningful comparison and pattern recognition across different data types. The normalization process also improves the convergence and performance of the deep learning models by providing uniformly scaled input features, thereby enhancing pattern recognition accuracy despite the additional processing step.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12505003B2System and method for multi image matching for outage prediction, prevention, and mitigation for technology infrastructure using hybrid deep learning
Publication Date: 2025.12.23 BANK OF AMERICA CORP
  • US12505003B2 patent drawing
  • US12505003B2 patent drawing
  • US12505003B2 patent drawing

AI summary

A computing platform may train a hybrid deep learning model, including a CNN and RNN, to predict system failure for a system based on telemetry state images and transitions between the telemetry state images. The computing platform may receive initial telemetry data, and may generate an initial telemetry state image. The computing platform may receive additional telemetry data, and may generate an additional telemetry state image. The computing platform may classify, using the CNN and based on historical telemetry state images, the initial telemetry state image and the additional telemetry state image. The computing platform may identify, using the RNN and based on the classified telemetry state images and transitions between the classified telemetry state images, a matching pattern. The computing platform may identify, using the identified matching pattern, a likelihood of failure for the system, and may cause modification of operations at the system to prevent a predicted failure.