On-Demand Anomaly Detection for Counter-Based Asset Metrics

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Large scale systems generate vast amounts of operational data, and identifying the cause of failures promptly to reduce Mean Time to Repair (MTTR) is challenging due to the complexity and volume of data.

Innovation Solution

A metrics-based anomaly detection system that utilizes time series data analysis and machine learning models to identify anomalous metrics by converting counter metrics to gauge metrics, training models specific to each metric, and detecting anomalies through anomaly scores.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If engineers manually analyze operational data to identify failure causes, then measurement precision may be improved, but loss of time increases significantly

Engineering Contradiction:
Improveanomaly detection accuracyVSAvoidmean time to repair
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary actions by continuously collecting and storing operational metrics in time-series format, pre-processing data to detect counter metrics, and training anomaly detection models before failures occur. This preparation enables rapid anomaly detection when failures happen, reducing the time engineers need to spend analyzing operational data while maintaining high detection accuracy through pre-trained models specific to each metric type.

Inventive Principle:
Principle #10Preliminary action

2Ease of operation

If the system processes all metrics uniformly, then ease of operation is improved, but manufacturing precision of anomaly detection decreases

Engineering Contradiction:
Improvesystem simplicityVSAvoidanomaly detection precision
Core Design Contradiction:
Ease of operationVSManufacturing precision

Solution Approach 1:

The system applies local quality by detecting the type of each metric (counter vs. non-counter) and applying type-specific anomaly detection models accordingly. Counter metrics undergo seasonal differencing and use counter-specific models, while other metrics use standard models. This localized approach tailored to each metric's characteristics improves anomaly detection precision while the automated type detection and model selection maintain system ease of operation.

Inventive Principle:
Principle #3Local quality

3Measurement precision

If the system uses specialized models for different metric types, then anomaly detection precision is improved, but device complexity increases

Engineering Contradiction:
Improveanomaly detection accuracyVSAvoidmodel training complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments metrics into different types (counter and non-counter) based on their characteristics, and trains separate anomaly detection models for each type. Counter metrics are identified through seasonal differencing and linear regression analysis, then processed with counter-specific models that account for their monotonically increasing nature. This segmentation improves anomaly detection precision by applying appropriate models to each metric type while managing complexity through automated classification and modular model architecture.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12547933B2Metrics-based on-demand anomaly detection
Publication Date: 2026.02.10 INTUIT INC
  • US12547933B2 patent drawing
  • US12547933B2 patent drawing
  • US12547933B2 patent drawing

AI summary

A method for metrics-based anomaly detection involves receiving an anomaly analysis request for an asset and obtaining metrics associated with the asset. Each of the metrics includes time series data. The method further involves detecting that one of the metrics is a counter. The detection involves seasonally differencing the metric, obtaining a regression line by performing a linear regression on the metric, and determining that an angle of the regression line exceeds a predetermined threshold angle. The method also involves training models for the metrics, the training including training a counter-specific model for the metric that is a counter. The method further involves determining, using the models after the training, at least one metric that is anomalous.