LGDBMar 17, 2022

The Analysis of Online Event Streams: Predicting the Next Activity for Anomaly Detection

arXiv:2203.09619v15 citationsh-index: 67
Originality Synthesis-oriented
AI Analysis

This addresses the need for real-time anomaly detection to prevent fraud and improve process compliance, though it is incremental as it applies existing prediction methods to a new online setting.

The paper tackled online event-level anomaly detection in process mining by using next-activity prediction methods, showing that ML models like RF and XGBoost outperformed deep models and classical unsupervised approaches in detecting anomalous events.

Anomaly detection in process mining focuses on identifying anomalous cases or events in process executions. The resulting diagnostics are used to provide measures to prevent fraudulent behavior, as well as to derive recommendations for improving process compliance and security. Most existing techniques focus on detecting anomalous cases in an offline setting. However, to identify potential anomalies in a timely manner and take immediate countermeasures, it is necessary to detect event-level anomalies online, in real-time. In this paper, we propose to tackle the online event anomaly detection problem using next-activity prediction methods. More specifically, we investigate the use of both ML models (such as RF and XGBoost) and deep models (such as LSTM) to predict the probabilities of next-activities and consider the events predicted unlikely as anomalies. We compare these predictive anomaly detection methods to four classical unsupervised anomaly detection approaches (such as Isolation forest and LOF) in the online setting. Our evaluation shows that the proposed method using ML models tends to outperform the one using a deep model, while both methods outperform the classical unsupervised approaches in detecting anomalous events.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes