TL;DR
This paper compares various deep-learning models, including GNNs and MLPs, for predicting business process activities and timings, revealing that simple MLPs often outperform more complex models at different process stages.
Contribution
It introduces a comprehensive evaluation of deep-learning models at different process stages, highlighting the effectiveness of simple MLPs over complex models in process prediction tasks.
Findings
MLPs often outperform GNNs and CNNs in prediction accuracy.
Model performance varies significantly across different process stages.
Careful baseline selection is crucial for evaluating process prediction models.
Abstract
Deep-learning models such as Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) have been successfully used for process-mining tasks. They have achieved better performance for different predictive tasks than traditional approaches. We extend the existing body of research by testing four different variants of Graph Neural Networks (GNN) and a fully connected Multi-layer Perceptron (MLP) with dropout for the tasks of predicting the nature and timestamp of the next process activity. In contrast to existing studies, we evaluate our models' performance at different stages of a process, determined by quartiles of the number of events and normalized quarters of the case duration. This provides new insights into the performance of a prediction model, as they behave differently at different stages of a business-process. Interestingly, our experiments show that the simple MLP…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Network · Dropout
