ADALog: Adaptive Unsupervised Anomaly detection in Logs with Self-attention Masked Language Model
Przemek Pospieszny, Wojciech Mormul, Karolina Szyndler, Sanjeev Kumar

TL;DR
ADALog introduces an adaptive, transformer-based unsupervised log anomaly detection method that leverages self-attention and masked language modeling to effectively identify anomalies without relying on log parsing or labeled data.
Contribution
The paper presents ADALog, a novel framework that uses a pretrained transformer encoder with adaptive thresholding for unsupervised anomaly detection in unstructured logs, improving flexibility and accuracy.
Findings
Strong generalization on benchmark datasets
Competitive performance with state-of-the-art methods
Effective detection without log parsing or labeled data
Abstract
Modern software systems generate extensive heterogeneous log data with dynamic formats, fragmented event sequences, and varying temporal patterns, making anomaly detection both crucial and challenging. To address these complexities, we propose ADALog, an adaptive, unsupervised anomaly detection framework designed for practical applicability across diverse real-world environments. Unlike traditional methods reliant on log parsing, strict sequence dependencies, or labeled data, ADALog operates on individual unstructured logs, extracts intra-log contextual relationships, and performs adaptive thresholding on normal data. The proposed approach utilizes a transformer-based, pretrained bidirectional encoder with a masked language modeling task, fine-tuned on normal logs to capture domain-specific syntactic and semantic patterns essential for accurate anomaly detection. Anomalies are…
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
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Time Series Analysis and Forecasting
