IP Library Granted Patent US 10,812,515
Granted Patent B1
US 10,812,515 · App. 16/586,992 · Granted Oct 20, 2020

System and method for anomaly detection in dynamically evolving data using hybrid decomposition

Inventors: David Segev (Lapid, IL); Gil Shabat (Hod Hasharon, IL); Amir Averbuch (Tel-Aviv, IL)
Assignee: ThetaRay Ltd.
H04L63/1425H04L63/145
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,812,515
App. No.
16/586,992
Granted
Oct 20, 2020
Kind
B1
Abstract

A computer program product for performing anomaly detection, a detected anomaly being indicative of an undesirable event, the computer program product comprising: a non-transitory tangible storage medium readable by a processing circuit and storing instructions for execution by the processing circuit for performing a method comprising: receiving data comprising a plurality m of multidimensional datapoints (MDDPs), each data point having n features; constructing a dictionary D based on the received data; embedding dictionary D into a lower dimension embedded space; and classifying, based in the lower dimension embedded space, an MDDP as an anomaly or as normal.

Claims (48)

1. In a computer system, a method comprising:

a) receiving a plurality of measurements m of multidimensional data points (MDDPs), each data point having n≥2 features, wherein the data forms a matrix A with size m×n and a rank 0<k≤n and wherein n<<m;

b) applying randomized lower and upper triangular matrix (LU) decomposition to matrix A using l random projections and rank k of matrix A to obtain a dictionary D in the form of a matrix of size l×n, wherein k<l<m;

c) embedding dictionary D in a lower dimension space that has a dimension r lower than n, thereby obtaining an embedded dictionary D that has a plurality of embedded data points;

d) determining an average distance D nn between each embedded data point and a respective nearest neighbor;

e) applying a Gaussian mixture fit with an expectation-maximization (EM) function to a plurality of average distances D nn to obtain Gaussians associated by respective probabilities with elements in D nn ;

f) deriving a threshold T from a posterior probability for each element in D nn ; and

g) classifying the MDDP or a newly arrived MDDP (NAMDDP) as an anomaly if a D nn associated with the MDDP or the NAMDDP is larger than T, while requiring smaller computational effort and having faster processing due to the reduction in size from m to l and the reduction in dimension from n to r, thereby enhancing anomaly detection performance.

2. The method of claim 1 , further comprising:

repeating step (b) p≥1 times to obtain p additional dictionaries D(p);

concatenating each additional dictionary D(p) with all previously obtained dictionaries into a concatenated dictionary Dc; and

embedding concatenated dictionary Dc into the lower dimension space to obtain an embedded concatenated dictionary Dc,

whereby the repeating step (b) p≥1 times removes randomization effects related to the randomized LU decomposition, thereby providing a more robust embedded space and improving anomaly detection performance.

3. The method of claim 2 , further comprising: preparing an alert related to the anomaly and sending the alert to a data client system.

4. The method of claim 1 , further comprising: preparing an alert related to the anomaly and sending the alert to a data client system.

5. The method of claim 1 , further comprising: preparing an alert related to the anomaly and sending the alert to a data client system.

6. A computer program product, comprising: a non-transitory tangible storage medium readable by a processing circuit and storing instructions for execution by the processing circuit for performing a method comprising:

a) receiving a plurality of measurements m of multidimensional data points (MDDPs), each data point having n≥2 features, wherein the data forms a matrix A with size m×n and a rank 0<k≤n and wherein n<<m;

b) applying randomized lower and upper triangular matrix (LU) decomposition to matrix A using l random projections and rank k of matrix A to obtain a dictionary D in the form of a matrix of size l×n, wherein k<l<m;

c) embedding dictionary D in a lower dimension space that has a dimension r lower than n, thereby obtaining an embedded dictionary D that has a plurality of embedded data points;

d) determining an average distance D nn between each embedded data point and a respective nearest neighbor;

e) applying a Gaussian mixture fit with an expectation-maximization (EM) function to a plurality of average distances D nn to obtain Gaussians associated by respective probabilities with elements in D nn ;

f) deriving a threshold T from a posterior probability for each element in D nn ; and

g) classifying the MDDP or a newly arrived MDDP (NAMDDP) as an anomaly if a D nn associated with the MDDP or the NAMDDP is larger than T, while requiring smaller computational effort and having faster processing due to the reduction in size from m to l and the reduction in dimension from n to r, thereby enhancing anomaly detection performance.

7. The computer program product of claim 6 , wherein the method further comprises:

repeating step (b) p≥1 times to obtain p additional dictionaries D(p);

concatenating each additional dictionary D(p) with all previously obtained dictionaries into a concatenated dictionary Dc; and

embedding concatenated dictionary Dc into the lower dimension space to obtain an embedded concatenated dictionary Dc,

whereby the repeating step (b) p≥1 times removes randomization effects related to the randomized LU decomposition, thereby providing a more robust embedded space and improving anomaly detection performance.

8. The computer program product of claim 7 , wherein the method further comprises: preparing an alert related to the anomaly and sending the alert to a data client system.

9. The computer program product of claim 6 , wherein the method further comprises: preparing an alert related to the anomaly and sending the alert to a data client system.

10. The computer program product of claim 6 , wherein the method further comprises: preparing an alert related to the anomaly and sending the alert to a data client system.

11. A computer system, comprising a hardware processor configurable to perform a method comprising:

a) receiving a plurality of measurements m of multidimensional data points (MDDPs), each data point having n≥2 features, wherein the data forms a matrix A with size m×n and a rank 0<k≤n and wherein n<<m;

b) applying randomized lower and upper triangular matrix (LU) decomposition to matrix A using l random projections and rank k of matrix A to obtain a dictionary D in the form of a matrix of size l×n, wherein k<l<m;

c) using dictionary D to form a reduced dimension embedded space with a dimension r smaller than n, the embedded space including a plurality of embedded data points;

d) determining an average distance D nn between each embedded data point and a respective nearest neighbor;

e) applying a Gaussian mixture fit with an expectation-maximization (EM) function to a plurality of average distances D nn to obtain Gaussians associated by respective probabilities with elements in D nn ;

f) deriving a threshold T from a posterior probability for each element in D nn ; and

g) classifying the MDDP or a newly arrived MDDP (NAMDDP) as an anomaly if a D nn associated with the MDDP or the NAMDDP is larger than T, while requiring smaller computational effort and having faster processing due to the reduction in size from m to l and the reduction in dimension from n to r, thereby enhancing anomaly detection performance.

12. The computer system of claim 11 , wherein the method further comprises:

repeating step (b) p≥1 times to obtain p additional dictionaries D(p);

concatenating each additional dictionary D(p) with all previously obtained dictionaries into a concatenated dictionary Dc; and

embedding concatenated dictionary Dc into the lower dimension space to obtain an embedded concatenated dictionary Dc,

whereby the repeating step (b) p≥1 times removes randomization effects related to the randomized LU decomposition, thereby providing a more robust embedded space and improving anomaly detection performance.

13. The computer system of claim 12 , wherein the method further comprises: preparing an alert related to the anomaly and sending the alert to a data client system.

14. The computer system of claim 11 , wherein the method further comprises: preparing an alert related to the anomaly and sending the alert to a data client system.

15. The computer system of claim 11 , wherein the method further comprises: preparing an alert related to the anomaly and sending the alert to a data client system.

Assignments (3)
SECURITY INTEREST Recorded Jun 25, 2024
From: THETA RAY LTD
To: HSBC BANK PLC
Reel/Frame 067826/0839 →
SECURITY INTEREST Recorded Dec 27, 2022
From: THETA RAY LTD
To: KREOS CAPITAL VI (EXPERT FUND) L.P.
Reel/Frame 062207/0011 →
SECURITY INTEREST Recorded Jun 30, 2021
From: THETARAY LTD.
To: KREOS CAPITAL VI (EXPERT FUND) L.P.
Reel/Frame 056711/0546 →
Continuity (4)
Continuation 16447981 · Jun 21, 2019
Continuation 16199194 · Nov 25, 2018
Continuation 15183102 · Jun 15, 2016
Provisional Application 62175469 · Jun 15, 2015