paper-with-me

Papers

Time Matters: Time-Aware LSTMs for Predictive Business Process Monitoring

2020-10-02 · An Nguyen, Srijeet Chatterjee, Sven Weinzierl, Leo Schwinn, Martin Matzner, Bjoern Eskofier

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.

📄 PDF Abstract BibTeX arXiv:2010.00889

Code (1)

annguy/time-aware-pbpm 공식 구현 tf

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Parsimonious Setup for Streamflow Forecasting using CNN-LSTM

2024-04-11 · Sudan Pokharel, Tirthankar Roy

Significant strides have been made in advancing streamflow predictions, notably with the introduction of cutting-edge machine-learning models. Predominantly, Long Short-Term Memories (LSTMs) and Convolution Neural Networ…

Time Series

Process Outcome Prediction: CNN vs. LSTM (with Attention)

2021-04-14 · Hans Weytjens, Jochen De Weerdt

The early outcome prediction of ongoing or completed processes confers competitive advantage to organizations. The performance of classic machine learning and, more recently, deep learning techniques such as Long Short-T…

General ClassificationPredictionTime SeriesTime Series Analysis+1

Initialization matters: Orthogonal Predictive State Recurrent Neural Networks

2018-01-01 · ICLR 2018 1 · Krzysztof Choromanski, Carlton Downey, Byron Boots

Learning to predict complex time-series data is a fundamental challenge in a range of disciplines including Machine Learning, Robotics, and Natural Language Processing. Predictive State Recurrent Neural Networks (PSRNNs)…

regressionTime SeriesTime Series Analysis

Cell-aware Stacked LSTMs for Modeling Sentences

2018-09-07 · Jihun Choi, Taeuk Kim, Sang-goo Lee

We propose a method of stacking multiple long short-term memory (LSTM) layers for modeling sentences. In contrast to the conventional stacked LSTMs where only hidden states are fed as input to the next layer, the suggest…

Machine TranslationNatural Language InferenceParaphrase IdentificationSentiment Analysis+2

Learning Scalable Deep Kernels with Recurrent Structure

2016-10-27 · Maruan Al-Shedivat, Andrew Gordon Wilson, Yunus Saatchi, Zhiting Hu 외

Many applications in speech, robotics, finance, and biology deal with sequential data, where ordering matters and recurrent structures are common. However, this structure cannot be easily captured by standard kernel func…

Autonomous DrivingGaussian ProcessesSmart Grid Prediction