Using Anomaly Detection to Solve Association Problems

The Anomaly Detection task extracts and characterizes anomalies from an event log, singling out the events in the flow which do not fit with any of the frequent sequences in the process model.

To perform this operation the task must receive an event log and the frequent sequences generated by the Sequence Analysis task. The task then provides a list of anomalies in output.


Prerequisites

Additional tabs

The following additional tabs are provided:

  • Documentation tab where you can document your task,

  • Parametric options tab where you can configure process variables instead of fixed values. Parametric equivalents are expressed in italics in this page (PO). 

  • Anomaly Detection and Results tabs, where you can see the output of the task computation. See Results table below.


Procedure

  1. Drag and drop the Anomaly Detection task onto the stage.

  2. Connect a Sequence Analysis task to the new Anomaly Detection task.

  3. Double click the new task to open it. The left-hand pane displays a list of all the available attributes in the dataset, which can be ordered and searched as required.

  4. Configure the basic options, as described in the table below.

  5. Click on the Compressed tab to configure the advanced compression options, as described in the table below.

  6. Save and compute the task.

Anomaly Detection Basic options

Name

PO

Description

Time attribute

seqname

Select the attribute that contains the timestamp for events.

Label also early events as anomalies

ademincheck

If selected early events are labeled as anomalies. This may happen when one event is detected shortly after the event preceding it in the sequence, earlier than the minimum time span between those events predicted by the model.

Append results

append

If selected attributes generated by the tasks will follow current result attributes, otherwise current result attributes will be overwritten.

Sequence key attributes

mbaorderkeynames

Drag and drop the nominal attributes which will be used to identify sequences from the Available Attributes list to this list. Instead of manually dragging and dropping attributes, they can be defined via a filtered list.

Event key attributes

mbaitemkeynames

Drag and drop the nominal attributes which will be used to characterize events from the Available Attributes list to this list. Instead of manually dragging and dropping attributes, they can be defined via a filtered list.

Anomaly Detection Compressed options

Model compression method

adefiltmode

Select how you want to compress the frequent sequences model to single out anomalies from the drop-down list:

  • Maximal frequent sequences - to consider only frequent sequences which are not sub-sequences of any other frequent sequence. 

  • Closed frequent sequences - to discard frequent sequences for which at least one supersequence has the same support

  • All-confidence based filter - to discard frequent sequences for which at least one supersequence meets the minimum all-confidence threshold defined below. The minimum threshold is fixed by the user for sequences of cardinality 2 (couple of events) and decreases linearly with cardinality.

All-confidence threshold for sequences of dimension 2

adeaconfth

If the All-confidence based filter has been selected as the compression method above, select the value which determines if a sequence should be discarded or not.

Only compress sequences

adeonlycompr

If selected, sequences will be compressed, but no anomaly detection will be performed.

 

Results

The results of the Anomaly Detection task can be viewed in two separate tabs.

  • The Compressed frequent sequences tab displays the data resulting from the anomaly detection execution, where:

    • Frequent Sequence ID is the Sequential ID number for the frequent sequence.

    • Cardinality is the number of events constituting the frequent sequence.

    • Couple characterization is a qualitative characterization of the behavior for the sequence of two events A-B. Possible outcomes are:

      • Weak sequence - B is likely to follow A, A is indifferent to B,

      • Strong sequence - B is likely to follow A, A is unlikely to follow B,

      • Complements - B is likely to follow A and viceversa,

      • Substitutes - B is unlikely to follow A and viceversa,

      • Independents - B is indifferent to A and viceversa, or

      • Not enough information to determine.

    • #Occurrences is the number of times in which the sequence is retrieved in the data.

    • Confidences is the ratio of cases (0-1 value) in which, if the initial part of the sequence is verified, the final part follows. The first column of confidence is referred to the initial event, i.e. measures how often, if the initial event happens, the rest of the sequence follows. If a Maximum sequence cardinality higher than 2 is set, other columns are also generated, representing how often if the first two events are verified the other follow and so on.

    • All-confidence is the ratio between the number of occurrences of the whole sequence and the number of occurrences of the least frequent event included in the sequence.

    • Minimum time interval, Maximum time interval, Average time interval, Std time interval are the minimum, maximum, average and std interval of occurrences associated to the frequent sequence.

    • Event IDs are the IDs of the events that make up the frequent sequence.


  • The Results tab displays statistics on the task computation are displayed, where:

    • Task identifier is the ID code for the task, internally used by the Rulex engine.

    • Task name is simply the name of the task.

    • Elapsed time is the time required for latest computation (in seconds).

    • Number of different events in input is the number of distinct events which were fed to the task during latest computation.

    • Number of different sequences in input is the number of distinct sequences which were fed to the task during latest computation.

    • Number of detected anomalies is the number of events labeled as anomalies by the task.

    • Number of compressed frequent sequences is the number of frequent sequences which constitute the model, after the compression step performed by the task.


Example

In the example process, anomalies are detected in an imported dataset with the Anomaly Detection task.

 

Scenario data can be found in the Datasets folder in your Rulex installation.

 

 

The following steps were performed:

  1. First we import the dataset.

  2. The dataset is rearranged in the Reshape To Long task.

  3. Frequent sequences are extracted with the Sequence Analysis task.

  4. The Anomaly Detection task extracts anomalies from the dataset.

  5. The relative results are viewed via the Take a look functionality.

Procedure

Screenshot

Procedure

Screenshot

First we import the san-test dataset, retrieving attribute names from line 1 and attribute types from line 2. Each row of the dataset represents a sequence, composed by Sequence ID, the date of occurrence, and a variable number of Event IDs.



Then add a Reshape to Long task to the process to re-arrange the dataset, so that the information concerning a purchase of N items is distributed over N rows, with each row including a Order ID/Item ID pair. 

Then, we connect the Sequence Analysis task to the Reshape to Long task.

Configure the task as follows:

  • Drag and drop the Sequence ID attribute in the Sequence ID attributes list and the Wide_1 attribute in the Event ID attributes list.

  • Select the Auto option (to the right) for the Minimum event support.

  • Set the #Events to consider to 30 (if you have problems setting this number deselect and reselect the Auto option above).

  • Deselect the Auto (above average) option for Minimum sequence support (#samples) and set the value to 10.

  • Set the Maximum sequence cardinality to 2.

  • Select Date as the Time attribute (and Day as the unit of measure).

  • Set the Minimum and maximum interval between sequence elements respectively to 0 and 1

The extracted frequent sequences can be seen in the Frequent Sequences tab.

Now we connect the Anomaly Detection task to the Sequence Analysis task, and configure it as follows:

  • Drag and drop the Sequence ID attribute in the Sequence ID attributes list and the Wide_1 attribute in the Event ID attributes list.

  • Select Date as the Time attribute 

In the Compression tab of the Options panel, select Closed frequent sequences as Model compression method.

To check the results of the computation, right-click the task in the process and select Take a look.

Supplementary attributes, generated by the Anomaly Detection task, have been generated, allowing us to determine if, with respect to the considered model, the event is an anomaly.

For each anomalous event, if previous events constituting an incomplete frequent sequence involving it were detected, their IDs are printed in the Detected Event column(s) and the one which should be next is included in the Missing Event column. The timeout period after which the missing event was not detected is stored in the Timeout column. Otherwise, if the event is anomalous by itself, i.e. if it is not frequent enough to be included in the (compressed) frequent sequences model, the Detected event column is filled with the ID of the event itself, and both the Timeout and the Missing Event columns are left blank.



Need to get in touch? https://www.rulex.ai/contact/ - Need a license renewal? https://rulex.atlassian.net/servicedesk/customer/user/login?destination=portals
© 2024 Rulex, Inc. All rights reserved.