Predictive Business Process Monitoring via Generative Adversarial Nets: The Case of Next Event Prediction
About
Predictive process monitoring aims to predict future characteristics of an ongoing process case, such as case outcome or remaining timestamp. Recently, several predictive process monitoring methods based on deep learning such as Long Short-Term Memory or Convolutional Neural Network have been proposed to address the problem of next event prediction. However, due to insufficient training data or sub-optimal network configuration and architecture, these approaches do not generalize well the problem at hand. This paper proposes a novel adversarial training framework to address this shortcoming, based on an adaptation of Generative Adversarial Networks (GANs) to the realm of sequential temporal data. The training works by putting one neural network against the other in a two-player game (hence the adversarial nature) which leads to predictions that are indistinguishable from the ground truth. We formally show that the worst-case accuracy of the proposed approach is at least equal to the accuracy achieved in non-adversarial settings. From the experimental evaluation it emerges that the approach systematically outperforms all baselines both in terms of accuracy and earliness of the prediction, despite using a simple network architecture and a naive feature encoding. Moreover, the approach is more robust, as its accuracy is not affected by fluctuations over the case length.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Event processing | BPIC17 | Processing Time per Event (ms)4.56 | 6 | |
| Event processing | BPIC Recur 15 | Processing Time (ms)22.5 | 6 | |
| Process prediction | BPIC Recur 15 | Average Accuracy60.4 | 6 | |
| Event processing | RandTasks | Latency (ms)5.08 | 6 | |
| Event processing | ImbalTasks | Processing Time (ms)5.22 | 6 | |
| Event processing | RecurTasks | Processing Time per Event (ms)5.23 | 6 | |
| Process prediction | RandTasks | Accuracy73.9 | 6 | |
| Process prediction | ImbalTasks | Average Accuracy70.4 | 6 | |
| Process prediction | RecurTasks | Average Accuracy69.4 | 6 | |
| Process prediction | BPIC17 | Average Accuracy69.3 | 6 |