Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 135 tok/s
Gemini 2.5 Pro 48 tok/s Pro
GPT-5 Medium 27 tok/s Pro
GPT-5 High 28 tok/s Pro
GPT-4o 80 tok/s Pro
Kimi K2 181 tok/s Pro
GPT OSS 120B 439 tok/s Pro
Claude Sonnet 4.5 35 tok/s Pro
2000 character limit reached

Deep Learning for Predictive Business Process Monitoring: Review and Benchmark (2009.13251v4)

Published 24 Sep 2020 in cs.LG and cs.AI

Abstract: Predictive monitoring of business processes is concerned with the prediction of ongoing cases on a business process. Lately, the popularity of deep learning techniques has propitiated an ever-growing set of approaches focused on predictive monitoring based on these techniques. However, the high disparity of process logs and experimental setups used to evaluate these approaches makes it especially difficult to make a fair comparison. Furthermore, it also difficults the selection of the most suitable approach to solve a specific problem. In this paper, we provide both a systematic literature review of approaches that use deep learning to tackle the predictive monitoring tasks. In addition, we performed an exhaustive experimental evaluation of 10 different approaches over 12 publicly available process logs.

Citations (64)

Summary

  • The paper presents a comprehensive survey and benchmark, categorizing deep learning methods for predicting business process outcomes.
  • It evaluates different neural network architectures—such as RNNs, CNNs, and Transformers—using metrics like accuracy and MAE across multiple real-life logs.
  • The findings underscore that tailored data preprocessing and model selection are critical for enhancing predictive performance in business process monitoring.

Deep Learning for Predictive Business Process Monitoring: Review and Benchmark

Introduction

The paper "Deep Learning for Predictive Business Process Monitoring: Review and Benchmark" provides a comprehensive survey and practical benchmark of deep learning methods applied to predictive business process monitoring. It systematically reviews existing approaches and identifies a taxonomy to categorize them, followed by an experimental evaluation across multiple process logs.

Background and Problem Definition

Predictive business process monitoring aims to forecast the behavior and outcomes of ongoing cases in business processes. The rapid evolution of deep learning techniques has led to diverse methodologies being employed for this task. The complexity in comparing these methods arises from varied process logs and experimental setups, which challenge the selection of the optimal approach for specific predictive problems.

Methodological Overview

The paper categorizes deep learning approaches based on input data, prediction tasks, neural network types, sequence encoding, and event encoding:

  • Input Data: Key attributes include case identifiers, activities, timestamps, and optional case/event attributes. Deep learning models often require preprocessing of timestamps and handling noise in logs.
  • Prediction Tasks: Includes next activity, activity suffix, next timestamp, remaining time, and outcome predictions. Proper encoding is crucial for handling parallel activities and variability in process logs.
  • Neural Network Types: The paper discusses the use of various architectures like RNNs, LSTMs, GRUs, CNNs, and Transformers. Each architecture has its strengths depending on the prediction task and data characteristics.
  • Sequence and Event Encoding: Techniques such as one-hot encoding, embeddings, frequency-based, and pre-trained embeddings are used to transform categorical features into neural network-compatible formats.

Benchmark and Experimental Evaluation

The authors benchmarked ten state-of-the-art approaches across twelve real-life event logs. They utilized metrics like accuracy for next activity prediction, Damerau-Levenshtein distance for activity suffix prediction, and Mean Absolute Error (MAE) for time-related tasks. A Bayesian analysis established rankings, highlighting performance disparities across techniques. Figure 1

Figure 1: Credible intervals (5% and 95% quantiles) and expected probability of winning for the next activity prediction problem.

Key Findings

  • Attribute Use: The utility of additional attributes in process logs is minimal in improving predictive accuracy unless optimally selected.
  • RNNs vs. CNNs: While RNNs generally outperformed CNNs due to their ability to capture long dependencies within sequences, CNNs can offer computational advantages in scenarios where training and inference speed are prioritized. Figure 2

    Figure 2: Graphical representation of a vanilla recurrent neural network. In the left part, the general model is presented. In the right part, the computational graph is unfolded three timesteps.

  • Sampling Strategies: Random sampling techniques for activity suffix prediction perform better than deterministic ones (e.g., argmax) in complex log scenarios with loops and long traces.
  • Prediction Strategies: Direct prediction of the remaining time was found superior to sequential timestamp predictions, as it mitigated error accumulation.

Conclusion

This work offers a valuable resource for researchers and practitioners in the process mining field, providing insights into the relative strengths and weaknesses of different deep learning approaches for predictive monitoring. The benchmark results serve as a basis for future research and refinement of predictive monitoring models, emphasizing the need for tailored data preprocessing and model selection strategies based on specific application requirements. Figure 3

Figure 3: Hierarchical Bayesian tests for the next activity prediction problem.

Dice Question Streamline Icon: https://streamlinehq.com

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

List To Do Tasks Checklist Streamline Icon: https://streamlinehq.com

Collections

Sign up for free to add this paper to one or more collections.