论文标题
时间很重要:预测业务流程监控的时间感知的LSTM
Time Matters: Time-Aware LSTMs for Predictive Business Process Monitoring
论文作者
论文摘要
预测业务流程监控(PBPM)旨在根据事件日志数据在正在进行的过程执行过程中预测未来的过程行为。特别是,下一项活动和时间戳预测的技术可以帮助提高运营业务流程的性能。最近,研究人员提出了许多基于深度学习的PBPM解决方案。由于事件日志数据的顺序性质,一个共同的选择是应用具有长期记忆(LSTM)细胞的复发性神经网络。我们认为,事件之间经过的时间是有益的。但是,当前的PBPM技术主要使用“香草” LSTM单元格和手工制作的与时间相关的控制流动。为了更好地模拟事件之间的时间依赖关系,我们提出了一种基于时间感知LSTM(T-LSTM)细胞的新PBPM技术。 T-LSTM单元格将连续事件之间的经过的时间固有地固有地调节细胞存储器。此外,我们介绍了成本敏感的学习,以说明事件日志中常见类失衡。我们对公开基准事件日志的实验表明了引入技术的有效性。
Predictive business process monitoring (PBPM) aims to predict future process behavior during ongoing process executions based on event log data. Especially, techniques for the next activity and timestamp prediction can help to improve the performance of operational business processes. Recently, many PBPM solutions based on deep learning were proposed by researchers. Due to the sequential nature of event log data, a common choice is to apply recurrent neural networks with long short-term memory (LSTM) cells. We argue, that the elapsed time between events is informative. However, current PBPM techniques mainly use 'vanilla' LSTM cells and hand-crafted time-related control flow features. To better model the time dependencies between events, we propose a new PBPM technique based on time-aware LSTM (T-LSTM) cells. T-LSTM cells incorporate the elapsed time between consecutive events inherently to adjust the cell memory. Furthermore, we introduce cost-sensitive learning to account for the common class imbalance in event logs. Our experiments on publicly available benchmark event logs indicate the effectiveness of the introduced techniques.