A Deep Adversarial Model for Suffix and Remaining Time Prediction of Event Sequences
Farbod Taymouri, Marcello La Rosa, Sarah M. Erfani

TL;DR
This paper introduces a deep adversarial encoder-decoder model for more accurate suffix and remaining time prediction in event sequences, outperforming existing methods by up to four times in real-world datasets.
Contribution
It proposes an open-loop training approach combined with adversarial learning to improve sequence prediction accuracy in event data.
Findings
Up to four times improvement over state-of-the-art methods.
Adversarial training outperforms standard training.
Effective on four real-life datasets.
Abstract
Event suffix and remaining time prediction are sequence to sequence learning tasks. They have wide applications in different areas such as economics, digital health, business process management and IT infrastructure monitoring. Timestamped event sequences contain ordered events which carry at least two attributes: the event's label and its timestamp. Suffix and remaining time prediction are about obtaining the most likely continuation of event labels and the remaining time until the sequence finishes, respectively. Recent deep learning-based works for such predictions are prone to potentially large prediction errors because of closed-loop training (i.e., the next event is conditioned on the ground truth of previous events) and open-loop inference (i.e., the next event is conditioned on previously predicted events). In this work, we propose an encoder-decoder architecture for open-loop…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Data Stream Mining Techniques
