Association Rule Mining for Anomaly Explanation Clarity

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing anomaly detection techniques struggle to provide clear and concise explanations for detected anomalies, leading to issues with false alerts and remediation processes, particularly in Zero Trust ecosystems.

Innovation Solution

The use of association rules and frequent pattern mining to identify anomalies and generate explanations, which involves computing outlier scores, boolean transactions, and risk ratios to select itemsets and derive association rules that explain anomalies and their root causes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If anomaly detection techniques are used to identify abnormal events, then detection capability is improved, but explanation clarity and conciseness deteriorate

Engineering Contradiction:
Improveanomaly detection capabilityVSAvoidexplanation clarity
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The patent introduces association rules as an intermediary element that bridges anomaly detection and explanation generation. The system detects anomalies using AD techniques, then applies association rule mining to the time series data to generate human-readable explanations that clarify why certain events are classified as anomalies, thus preserving explanation clarity while maintaining detection capability

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent segments the explanation generation process into distinct phases: (1) anomaly detection phase that identifies abnormal events, (2) association rule mining phase that discovers patterns in the data, and (3) explanation generation phase that combines results to produce clear explanations. This segmentation allows each phase to optimize for its specific function while contributing to overall explanation quality

Inventive Principle:
Principle #1Segmentation

2Adaptability or versatility

If user-defined thresholds are used for anomaly detection, then detection flexibility is improved, but explanation interpretability deteriorates

Engineering Contradiction:
Improvedetection flexibilityVSAvoidexplanation interpretability
Core Design Contradiction:
Adaptability or versatilityVSEase of operation

Solution Approach 1:

The patent changes the parameter representation from raw threshold values to association rule metrics (support, confidence, lift). Instead of presenting users with numerical thresholds that lack context, the system transforms these into interpretable rules with meaningful metrics that explain the relationships between features and anomalies, making explanations more understandable while preserving detection flexibility

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If visual analysis methods are used for anomaly interpretation, then visual understanding is improved, but quantitative evaluation capability deteriorates

Engineering Contradiction:
Improvevisual understandingVSAvoidquantitative evaluation capability
Core Design Contradiction:
Ease of operationVSMeasurement precision

Solution Approach 1:

The patent merges visual analysis capabilities with quantitative association rule metrics. The system generates visual representations of anomalies while simultaneously providing quantitative measures (support, confidence, lift) that allow for precise evaluation and comparison of different anomalies and explanations, thus combining the strengths of both visual and quantitative approaches

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20250141897A1Exploring association rules to aid in the trackability of root causes of abnormal events and in the generation of more precise and concise explanations for anomaly detection techniques
Publication Date: 2025.05.01 DELL PROD LP
  • US20250141897A1 patent drawing
  • US20250141897A1 patent drawing
  • US20250141897A1 patent drawing

AI summary

One example method includes evaluating a set of itemsets, based on the evaluating, computing association rules corresponding to the itemsets, filtering the association rules to identify relevant association rules, sorting the relevant association rules according to their respective metrics of support, confidence, lift, and conviction, and the relevant association rules are sorted from best metrics to worst metrics, storing (1) best itemsets of the set of itemsets, and (2) the association rules with the best metrics, as thresholds, mapping the thresholds to the stored association rules and to feature-value ranges, and identifying the stored association rules and the feature-value ranges as root causes of an anomaly, and explanations of the anomaly, respectively.