paper-with-me

Papers

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

2022-03-17 · Suhwan Lee, Xixi Lu, Hajo A. Reijers

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.

📄 PDF Abstract BibTeX arXiv:2203.09619

Code (1)

ghksdl6025/streaming_anomaly_detect 공식 구현

Tasks

Activity PredictionAnomaly DetectionUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

Bridging Discrete Marks and Continuous Dynamics: Dual-Path Cross-Interaction for Marked Temporal Point Processes

2026-03-12 · Yuxiang Liu, Qiao Liu, Tong Luo, Yanglei Gan 외 arxiv

Predicting irregularly spaced event sequences with discrete marks poses significant challenges due to the complex, asynchronous dependencies embedded within continuous-time data streams.Existing sequential approaches cap…

Point Processes

Real-time Top-K Predictive Query Processing over Event Streams

2015-08-26 · Saurav Acharya, Byung Suk Lee, Paul Hines

This paper addresses the problem of predicting the k events that are most likely to occur next, over historical real-time event streams. Existing approaches to causal prediction queries have a number of limitations. Firs…

Causal Inference

Addressing Mark Imbalance in Integration-free Neural Marked Temporal Point Processes

2025-10-23 · Sishun Liu, Ke Deng, Yongli Ren, Yan Wang 외 arxiv

Marked Temporal Point Process (MTPP) has been well studied to model the event distribution in marked event streams, which can be used to predict the mark and arrival time of the next event. However, existing studies over…

Point Processes

Keeping Teams in the Game: Predicting Dropouts in Online Problem-Based Learning Competition

2023-12-27 · Aditya Panwar, Ashwin T S, Ramkumar Rajendran, Kavi Arya

Online learning and MOOCs have become increasingly popular in recent years, and the trend will continue, given the technology boom. There is a dire need to observe learners' behavior in these online courses, similar to w…

Machine Learning Technique Predicting Video Streaming Views to Reduce Cost of Cloud Services

2022-10-17 · Mahmoud Darwich

Video streams tremendously occupied the highest portion of online traffic. Multiple versions of a video are created to fit the user's device specifications. In cloud storage, Keeping all versions of frequently accessed v…