English

MLAD: A Unified Model for Multi-system Log Anomaly Detection

Software Engineering 2024-01-17 v1 Artificial Intelligence Machine Learning

Abstract

In spite of the rapid advancements in unsupervised log anomaly detection techniques, the current mainstream models still necessitate specific training for individual system datasets, resulting in costly procedures and limited scalability due to dataset size, thereby leading to performance bottlenecks. Furthermore, numerous models lack cognitive reasoning capabilities, posing challenges in direct transferability to similar systems for effective anomaly detection. Additionally, akin to reconstruction networks, these models often encounter the "identical shortcut" predicament, wherein the majority of system logs are classified as normal, erroneously predicting normal classes when confronted with rare anomaly logs due to reconstruction errors. To address the aforementioned issues, we propose MLAD, a novel anomaly detection model that incorporates semantic relational reasoning across multiple systems. Specifically, we employ Sentence-bert to capture the similarities between log sequences and convert them into highly-dimensional learnable semantic vectors. Subsequently, we revamp the formulas of the Attention layer to discern the significance of each keyword in the sequence and model the overall distribution of the multi-system dataset through appropriate vector space diffusion. Lastly, we employ a Gaussian mixture model to highlight the uncertainty of rare words pertaining to the "identical shortcut" problem, optimizing the vector space of the samples using the maximum expectation model. Experiments on three real-world datasets demonstrate the superiority of MLAD.

Keywords

Cite

@article{arxiv.2401.07655,
  title  = {MLAD: A Unified Model for Multi-system Log Anomaly Detection},
  author = {Runqiang Zang and Hongcheng Guo and Jian Yang and Jiaheng Liu and Zhoujun Li and Tieqiao Zheng and Xu Shi and Liangfan Zheng and Bo Zhang},
  journal= {arXiv preprint arXiv:2401.07655},
  year   = {2024}
}
R2 v1 2026-06-28T14:16:57.435Z