Process Drift Detection in Event Logs with Graph Convolutional Networks.

Leilei Lin,Yumeng Jin,Lijie Wen,Wenlong Chen,Ying Di,Yusong Xu,Jianmin Wang
DOI: https://doi.org/10.1007/978-3-031-30678-5_29
2023-01-01
Abstract:The only constant is change. Drift detection in process mining is a family of methods to detect changes by analyzing event logs to ensure the accuracy and reliability of business processes in process-aware information systems (e.g., ERP systems). However, artificial feature selection is still a mountain to climb in existing methods, which requires high domain knowledge for users. In this paper, we propose a novel approach by using Graph convolutional networks for Drifts Detection in the event log, we name it GDD. Specifically, 1) we transform event sequences into two directed graphs by using two consecutive time windows, and construct the line graphs for the directed graphs to capture the orders between different activities; 2) we use graph convolutional networks to capture the features in these graphs, and augment the original graphs with virtual nodes to represent the latent aspects of the graphs; 3) we calculate the distances between virtual nodes, and use the K-means algorithm to find the outliers that are considered as candidate change points. Then, a filter mechanism is used to confirm the actual change points. The experiments on simulated event logs and real-life event logs confirmed the improvements of GDD compared with the baselines.
What problem does this paper attempt to address?