Memory-Less Anomaly Detection With Probability-Based Thresholds

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing anomaly detection systems require significant computing resources and data storage, which increases vulnerability to malicious attacks and resource consumption.

Innovation Solution

Implement a memory-less anomaly detection system that discards data after use and performs partial re-training of the inference model, using anomaly and calibration thresholds to identify and update models efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If data is stored for anomaly detection and model re-training, then detection accuracy is improved, but data security deteriorates due to increased vulnerability to malicious attacks

Engineering Contradiction:
Improveanomaly detection accuracyVSAvoidvulnerability to malicious attacks
Core Design Contradiction:
Measurement precisionVSObject-affected harmful factors

Solution Approach 1:

The system implements memory-less anomaly detection where data is discarded after use rather than stored permanently. Training data is used to re-train the inference model and then discarded, creating a disposable data handling approach that eliminates persistent data storage vulnerabilities while maintaining detection capabilities through periodic model re-training.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Solution Approach 2:

The system extracts only the essential anomaly detection functionality from the data, using inference models that can operate without storing the actual data. The inference model captures the necessary patterns for anomaly detection while the raw data is discarded, separating the detection capability from the data itself.

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If data is stored for inference model re-training, then model accuracy is improved, but computing resource expenditure increases

Engineering Contradiction:
Improveinference model accuracyVSAvoidcomputing resource expenditure
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The system performs partial re-training of the inference model using only the necessary training data rather than complete re-training datasets. This partial action approach re-trains the model with sufficient data to maintain accuracy while avoiding the excessive computing resources required for full dataset re-processing.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system performs inference model re-training proactively before data is discarded, ensuring the model is updated with the latest patterns while the data is still available. This preliminary action allows accurate model updates without requiring long-term data storage, as re-training occurs immediately when needed.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If anomaly detection is performed continuously, then security monitoring is improved, but computing resource consumption increases

Engineering Contradiction:
Improvesecurity monitoringVSAvoidcomputing resource consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The inference model performs self-service anomaly detection by processing incoming data independently without requiring continuous human intervention or complex centralized processing. The model autonomously evaluates data against learned patterns and discards processed data, enabling continuous security monitoring with reduced computing overhead compared to centralized analysis systems.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12463993B2System and method for memory-less anomaly detection using anomaly thresholds based on probabilities
Publication Date: 2025.11.04 DELL PROD LP
  • US12463993B2 patent drawing
  • US12463993B2 patent drawing
  • US12463993B2 patent drawing

AI summary

Methods and systems for anomaly detection in a distributed environment are disclosed. To manage anomaly detection, a system may include an anomaly detector and one or more data collectors. The anomaly detector may detect anomalies in data obtained from one or more of the data collectors using an inference model and an anomaly threshold. The anomaly threshold may be determined by fitting a normal distribution to output of the inference model when the inference model is exercised across an input range of the inference model. The anomaly threshold may correspond to a portion of the normal distribution. To perform anomaly detection, the inference model may require periodic re-training. Data collected from the one or more data collectors may be used to re-train the inference model as needed. Following anomaly detection and/or inference model re-training, the data may be discarded to remove the data from the anomaly detector.