Process Outcome Prediction: CNN vs. LSTM (with Attention)
Hans Weytjens, Jochen De Weerdt

TL;DR
This study compares CNNs, LSTMs, and LSTMs with Attention for process outcome prediction, finding CNNs are as accurate as LSTMs but significantly faster, making them preferable for real-time applications.
Contribution
The paper demonstrates that CNNs can effectively predict process outcomes with comparable accuracy to LSTMs, offering advantages in speed and early prediction capability.
Findings
CNNs perform on par with LSTMs in accuracy.
CNNs are an order of magnitude faster than LSTMs.
Models achieve high predictive power after only a few events.
Abstract
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-Term Memory (LSTM) on this type of classification problem has been thorougly investigated. Recently, much research focused on applying Convolutional Neural Networks (CNN) to time series problems including classification, however not yet to outcome prediction. The purpose of this paper is to close this gap and compare CNNs to LSTMs. Attention is another technique that, in combination with LSTMs, has found application in time series classification and was included in our research. Our findings show that all these neural networks achieve satisfactory to high predictive power provided sufficiently large datasets. CNNs perfom on par with LSTMs; the Attention mechanism adds no…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
