Conformance checking

A simple visual conformance checking using myInvenio
A simple visual conformance checking using myInvenio

Conformance checking is a process mining technique that compares an existing process model with an event log of the same process.[1] It can be used to check if reality, as recorded in the log, conforms to the model and vice versa.

For instance, there may be a process model indicating that purchase orders of more than one million Euro require two checks. Analysis of the event log will show whether this rule is followed or not. Another example is the checking of the socalled “four-eyes” principle stating that particular activities should not be executed by one and the same person. By scanning the event log using a model specifying these requirements, one can discover potential cases of fraud. Hence, conformance checking may be used to detect, locate and explain deviations, and to measure the severity of these deviations.

Overview

Unlike process discovery, conformance checking takes both a model and event log as a starting point. While conducting a conformance check the behavior of a process model and the behavior recorded in an event log are compared to find commonalities and discrepancies. Such analysis may result in global conformance measures (e.g., 85% of the cases in the event log can be replayed by the model) and local diagnostics (e.g., activity x was executed 15 times although this was not allowed according to the model).

The interpretation of non-conformance depends on the purpose of the model:

Techniques and Metrics

Most conformance checking techniques are based on the principle of Replay, i.e., the event log is replayed on the process model. For example, while replaying an event log on a Petri net, one can count the number of missing and remaining tokens. Alternatively, one can try to optimize the mapping of traces onto models by introducing costs associated to skipping, ignoring, or swapping events in the log and/or model.

Typical conformance metrics are:

References

  1. Process Mining Webpage (www.processmining.org)

Further reading

External links

This article is issued from Wikipedia - version of the Friday, December 11, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.