Notes on MiDA
Notes on MiDA
Authors:
Vincenzo Pasquadibisceglie
Annalisa Appice
Giovanna Castellano
Donato Malerba
Abstract
Objective: The article addresses the task of predicting the next trace activity in a
running trace based on historical event logs. This predictive capability can help
companies act proactively and improve their business processes.
Approach: Combines multi-view learning and deep learning to enhance predictive
accuracy by considering the variety of information recorded in event logs.
Results: Experiments with various benchmark event logs show the effectiveness of
the proposed approach compared to other state-of-the-art methods.
Introduction
Event Logs: Collect business process executions recorded as traces, which are
ordered lists of events.
Predictive Business Process Monitoring: Analyzing event log data to predict future
events in a process. This includes predicting the next activity, completion cycle time,
and trace outcomes.
Importance: Predicting the next activity in a running trace allows analysts to
intervene proactively and prevent undesired behaviors, thereby improving business
processes.
MiDA Framework: The proposed Multi-view Deep learning based approach for next
Activity prediction (MiDA) extracts a predictive model from event log data and
applies it to real-time event data to predict future trace behavior.
Datasets: BPI 2012, BPI 2013, and BPI 2014, which are widely used in the process
mining community.
Characteristics: Description of each dataset including the number of traces, number
of events, and average trace length.
Preprocessing: Steps include filtering out incomplete traces and splitting the data into
training and testing sets.
Conclusion (Page 6)
MiDA Evaluation:
o Metrics Explanation: Detailed computation of evaluation metrics used for
assessing performance.
o Experimental Setup: Detailed description of the experimental setup for both
ORANGE and MiDA frameworks.
o Benchmark Event Logs: Use of BPI 2012, BPI 2013, and BPI 2014 datasets,
including preprocessing steps applied.
o Results: Presentation of empirical results for different view variants and their
impact on performance.
o Discussion: Detailed analysis of the experimental results, emphasizing the
impact of various factors on MiDA’s performance.
Significance and Implications (Page 14)