Self-Attentive Classification-Based Anomaly Detection in Unstructured Logs
Sasho Nedelkoski, Jasmin Bogatinovski, Alexander Acker, Jorge Cardoso,, Odej Kao

TL;DR
This paper introduces Logsy, a classification-based anomaly detection method for unstructured logs that leverages auxiliary datasets and an attention-based encoder to improve detection accuracy and generalization.
Contribution
The paper proposes a novel Logsy method using an attention encoder and hyperspherical loss to learn log representations for anomaly detection, outperforming existing deep learning approaches.
Findings
Logsy improves F1 score by 0.25 on average over previous methods.
Auxiliary data size positively influences detection performance.
Learned representations significantly outperform PCA-based features.
Abstract
The detection of anomalies is essential mining task for the security and reliability in computer systems. Logs are a common and major data source for anomaly detection methods in almost every computer system. They collect a range of significant events describing the runtime system status. Recent studies have focused predominantly on one-class deep learning methods on predefined non-learnable numerical log representations. The main limitation is that these models are not able to learn log representations describing the semantic differences between normal and anomaly logs, leading to a poor generalization of unseen logs. We propose Logsy, a classification-based method to learn log representations in a way to distinguish between normal data from the system of interest and anomaly samples from auxiliary log datasets, easily accessible via the internet. The idea behind such an approach to…
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
TopicsSoftware System Performance and Reliability · Anomaly Detection Techniques and Applications · Network Security and Intrusion Detection
MethodsPrincipal Components Analysis
