paper-with-me

Papers

Self-Attentive Classification-Based Anomaly Detection in Unstructured Logs

2020-08-21 · Sasho Nedelkoski, Jasmin Bogatinovski, Alexander Acker, Jorge Cardoso, Odej Kao

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 anomaly detection is that the auxiliary dataset is sufficiently informative to enhance the representation of the normal data, yet diverse to regularize against overfitting and improve generalization. We propose an attention-based encoder model with a new hyperspherical loss function. This enables learning compact log representations capturing the intrinsic differences between normal and anomaly logs. Empirically, we show an average improvement of 0.25 in the F1 score, compared to the previous methods. To investigate the properties of Logsy, we perform additional experiments including evaluation of the effect of the auxiliary data size, the influence of expert knowledge, and the quality of the learned log representations. The results show that the learned representation boost the performance of the previous methods such as PCA with a relative improvement of 28.2%.

📄 PDF Abstract BibTeX arXiv:2008.09340

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Self-Attentive, Multi-Context One-Class Classification for Unsupervised Anomaly Detection on Text

2019-07-01 · ACL 2019 7 · Lukas Ruff, Yury Zemlyanskiy, V, Robert ermeulen 외

There exist few text-specific methods for unsupervised anomaly detection, and for those that do exist, none utilize pre-trained models for distributed vector representations of words. In this paper we introduce a new ano…

Anomaly DetectionContextual Anomaly DetectionGeneral ClassificationOne-Class Classification+2

SLSG: Industrial Image Anomaly Detection by Learning Better Feature Embeddings and One-Class Classification

2023-04-30 · Minghui Yang, Jing Liu, Zhiwei Yang, Zhaoyang Wu

Industrial image anomaly detection under the setting of one-class classification has significant practical value. However, most existing models struggle to extract separable feature representations when performing featur…

Anomaly DetectionClassificationOne-Class ClassificationSelf-Supervised Learning

Self-Supervised Predictive Convolutional Attentive Block for Anomaly Detection

2021-11-17 · CVPR 2022 1 · Nicolae-Catalin Ristea, Neelu Madan, Radu Tudor Ionescu, Kamal Nasrollahi 외

Anomaly detection is commonly pursued as a one-class classification problem, where models can only learn from normal training samples, while being evaluated on both normal and abnormal test samples. Among the successful …

Anomaly DetectionOne-Class Classification

Self-Supervised Masked Convolutional Transformer Block for Anomaly Detection

2022-09-25 · Neelu Madan, Nicolae-Catalin Ristea, Radu Tudor Ionescu, Kamal Nasrollahi 외

Anomaly detection has recently gained increasing attention in the field of computer vision, likely due to its broad set of applications ranging from product fault detection on industrial production lines and impending ev…

Anomaly DetectionEvent DetectionFault DetectionOne-Class Classification

LogELECTRA: Self-supervised Anomaly Detection for Unstructured Logs

2024-02-16 · Yuuki Yamanaka, Tomokatsu Takahashi, Takuya Minami, Yoshiaki Nakajima

System logs are some of the most important information for the maintenance of software systems, which have become larger and more complex in recent years. The goal of log-based anomaly detection is to automatically detec…

Anomaly DetectionSelf-Supervised Anomaly DetectionSupervised Anomaly Detection