paper-with-me

Papers

GLAD: Content-aware Dynamic Graphs For Log Anomaly Detection

2023-09-12 · Yufei Li, Yanchi Liu, Haoyu Wang, Zhengzhang Chen, Wei Cheng, Yuncong Chen, Wenchao Yu, Haifeng Chen, Cong Liu

Logs play a crucial role in system monitoring and debugging by recording valuable system information, including events and states. Although various methods have been proposed to detect anomalies in log sequences, they often overlook the significance of considering relations among system components, such as services and users, which can be identified from log contents. Understanding these relations is vital for detecting anomalies and their underlying causes. To address this issue, we introduce GLAD, a Graph-based Log Anomaly Detection framework designed to detect relational anomalies in system logs. GLAD incorporates log semantics, relational patterns, and sequential patterns into a unified framework for anomaly detection. Specifically, GLAD first introduces a field extraction module that utilizes prompt-based few-shot learning to identify essential fields from log contents. Then GLAD constructs dynamic log graphs for sliding windows by interconnecting extracted fields and log events parsed from the log parser. These graphs represent events and fields as nodes and their relations as edges. Subsequently, GLAD utilizes a temporal-attentive graph edge anomaly detection model for identifying anomalous relations in these dynamic log graphs. This model employs a Graph Neural Network (GNN)-based encoder enhanced with transformers to capture content, structural and temporal features. We evaluate our proposed method on three datasets, and the results demonstrate the effectiveness of GLAD in detecting anomalies indicated by varying relational patterns.

📄 PDF Abstract BibTeX arXiv:2309.05953

Code (1)

yul091/graphlogad 공식 구현 pytorch

Tasks

Anomaly DetectionFew-Shot LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Interpretable Graph-Level Anomaly Detection via Contrast with Normal Prototypes

2026-02-11 · Qiuran Zhao, Kai Ming Ting, Xinpeng Li arxiv

The task of graph-level anomaly detection (GLAD) is to identify anomalous graphs that deviate significantly from the majority of graphs in a dataset. While deep GLAD methods have shown promising performance, their black-…

Anomaly Detection

GLADformer: A Mixed Perspective for Graph-level Anomaly Detection

2024-06-02 · Fan Xu, Nan Wang, Hao Wu, Xuezhi Wen 외

Graph-Level Anomaly Detection (GLAD) aims to distinguish anomalous graphs within a graph dataset. However, current methods are constrained by their receptive fields, struggling to learn global features within the graphs.…

Anomaly Detection

Rethinking Reconstruction-based Graph-Level Anomaly Detection: Limitations and a Simple Remedy

2024-10-27 · Sunwoo Kim, Soo Yong Lee, Fanchen Bu, Shinhwan Kang 외

Graph autoencoders (Graph-AEs) learn representations of given graphs by aiming to accurately reconstruct them. A notable application of Graph-AEs is graph-level anomaly detection (GLAD), whose objective is to identify gr…

Anomaly Detection

Towards Self-Interpretable Graph-Level Anomaly Detection

2023-10-25 · NeurIPS 2023 11 · Yixin Liu, Kaize Ding, Qinghua Lu, Fuyi Li 외

Graph-level anomaly detection (GLAD) aims to identify graphs that exhibit notable dissimilarity compared to the majority in a collection. However, current works primarily focus on evaluating graph-level abnormality while…

Anomaly DetectionGraph Anomaly Detection

GLAD: Group Anomaly Detection in Social Media Analysis- Extended Abstract

2014-10-07 · QI, Yu, Xinran He, Yan Liu

Traditional anomaly detection on social media mostly focuses on individual point anomalies while anomalous phenomena usually occur in groups. Therefore it is valuable to study the collective behavior of individuals and d…

Anomaly DetectionGroup Anomaly Detection