Recomposition vs. Prediction: A Novel Anomaly Detection for Discrete Events Based On Autoencoder
Lun-Pin Yuan, Peng Liu, Sencun Zhu

TL;DR
This paper introduces DabLog, a deep autoencoder-based method for anomaly detection in discrete event logs, which analyzes and reconstructs sequences to improve accuracy over prediction-based models.
Contribution
The paper presents a novel autoencoder-based approach for anomaly detection that outperforms prediction-based methods by reducing false positives and negatives.
Findings
Significantly reduces false positives and negatives.
Achieves higher F1 score compared to existing methods.
Effective in detecting anomalies in discrete event logs.
Abstract
One of the most challenging problems in the field of intrusion detection is anomaly detection for discrete event logs. While most earlier work focused on applying unsupervised learning upon engineered features, most recent work has started to resolve this challenge by applying deep learning methodology to abstraction of discrete event entries. Inspired by natural language processing, LSTM-based anomaly detection models were proposed. They try to predict upcoming events, and raise an anomaly alert when a prediction fails to meet a certain criterion. However, such a predict-next-event methodology has a fundamental limitation: event predictions may not be able to fully exploit the distinctive characteristics of sequences. This limitation leads to high false positives (FPs) and high false negatives (FNs). It is also critical to examine the structure of sequences and the bi-directional…
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
TopicsNetwork Security and Intrusion Detection · Anomaly Detection Techniques and Applications · Software System Performance and Reliability
