Dictionary Based Projection for High-Dimensional Anomaly Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for anomaly detection in high-dimensional big data lack efficiency and require significant computational resources, especially when dealing with unknown multidimensional data points, and often rely on domain expertise, signatures, rules, or semantics.

Innovation Solution

The use of dictionary-based projection (DBP) to construct a smaller dictionary from input data, which reduces computational requirements by determining whether a new data point is normal or anomalous, utilizing a Gaussian kernel for affinity matrix construction and iterative projection to identify anomalies without direct reference to the original data matrix.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional anomaly detection methods are used on high-dimensional big data, then detection accuracy can be maintained, but computational requirements and processing time increase significantly

Engineering Contradiction:
Improveanomaly detection accuracyVSAvoidcomputational efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent segments the high-dimensional data into multiple lower-dimensional subspaces using random projection. Each subspace is processed independently to compute local anomaly scores, which are then aggregated to form the final anomaly detection result. This segmentation approach maintains detection accuracy while significantly reducing computational complexity by avoiding direct processing of the full high-dimensional space.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the high-dimensional data into multiple lower-dimensional subspaces through random projection. This dimensionality change allows the system to process data more efficiently in each subspace while preserving the essential anomaly characteristics. The aggregation of scores from multiple subspaces compensates for the reduced dimensionality, maintaining overall detection accuracy.

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

2Measurement precision

If domain expertise and semantic understanding are incorporated into anomaly detection, then detection precision improves, but system complexity and implementation difficulty increase

Engineering Contradiction:
Improveanomaly detection precisionVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent implements an unsupervised anomaly detection system that operates without requiring domain expertise, signatures, rules, or semantic understanding. The system automatically learns the normal data distribution from the input data and identifies anomalies based on deviations from this distribution. This self-service approach eliminates the need for manual configuration of domain-specific knowledge while maintaining effective anomaly detection capability.

Inventive Principle:
Principle #25Self-service

3Loss of information

If the original data matrix is used for anomaly detection, then comprehensive analysis is possible, but memory usage and computational resources increase

Engineering Contradiction:
Improvedata information completenessVSAvoidmemory usage
Core Design Contradiction:
Loss of informationVSQuantity of substance

Solution Approach 1:

The patent extracts essential information from the high-dimensional data by projecting it into multiple lower-dimensional subspaces. Instead of storing and processing the complete original data matrix in memory, the system processes projections that capture the essential anomaly characteristics. This extraction approach reduces memory requirements while preserving the information necessary for accurate anomaly detection through score aggregation.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS11935385B1Anomaly detection using dictionary based projection
Publication Date: 2024.03.19 THETARAY
  • US11935385B1 patent drawing
  • US11935385B1 patent drawing
  • US11935385B1 patent drawing

AI summary

Methods for anomaly detection using dictionary based projection (DBP), and system for implementing such methods. In an embodiment, a method comprises receiving input data including a plurality n of multidimensional data points (MDDPs) with dimension m, applying DBP iteratively to the input data to construct a dictionary D, receiving a newly arrived MDDP (NAMDDP), calculating a score S associated with the NAMDDP as a distance of the NAMDDP from dictionary D, and classifying the NAMDDP as normal or as an anomaly based on score S, wherein classification of the NAMDDP as an anomaly is indicative of detection of an unknown undesirable event.