LGAIMLMar 12, 2019

Decay Replay Mining to Predict Next Process Events

arXiv:1903.05084v310 citations
Originality Incremental advance
AI Analysis

This work addresses event prediction in complex processes, such as business workflows, by integrating time features into process models, representing an incremental advance over existing deep learning approaches.

The paper tackles the problem of predicting the next event in complex processes by enhancing Petri net models with time decay functions to create continuous state samples, which are used to train a deep learning model, resulting in significant performance improvements that outperform state-of-the-art methods on nine real-world benchmark event logs.

In complex processes, various events can happen in different sequences. The prediction of the next event given an a-priori process state is of importance in such processes. Recent methods have proposed deep learning techniques such as recurrent neural networks, developed on raw event logs, to predict the next event from a process state. However, such deep learning models by themselves lack a clear representation of the process states. At the same time, recent methods have neglected the time feature of event instances. In this paper, we take advantage of Petri nets as a powerful tool in modeling complex process behaviors considering time as an elemental variable. We propose an approach which starts from a Petri net process model constructed by a process mining algorithm. We enhance the Petri net model with time decay functions to create continuous process state samples. Finally, we use these samples in combination with discrete token movement counters and Petri net markings to train a deep learning model that predicts the next event. We demonstrate significant performance improvements and outperform the state-of-the-art methods on nine real-world benchmark event logs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes