paper-with-me

홈 › Papers

Guarding Graph Neural Networks for Unsupervised Graph Anomaly Detection

2024-04-25 · Yuanchen Bei, Sheng Zhou, Jinke Shi, Yao Ma, Haishuai Wang, Jiajun Bu

Unsupervised graph anomaly detection aims at identifying rare patterns that deviate from the majority in a graph without the aid of labels, which is important for a variety of real-world applications. Recent advances have utilized Graph Neural Networks (GNNs) to learn effective node representations by aggregating information from neighborhoods. This is motivated by the hypothesis that nodes in the graph tend to exhibit consistent behaviors with their neighborhoods. However, such consistency can be disrupted by graph anomalies in multiple ways. Most existing methods directly employ GNNs to learn representations, disregarding the negative impact of graph anomalies on GNNs, resulting in sub-optimal node representations and anomaly detection performance. While a few recent approaches have redesigned GNNs for graph anomaly detection under semi-supervised label guidance, how to address the adverse effects of graph anomalies on GNNs in unsupervised scenarios and learn effective representations for anomaly detection are still under-explored. To bridge this gap, in this paper, we propose a simple yet effective framework for Guarding Graph Neural Networks for Unsupervised Graph Anomaly Detection (G3AD). Specifically, G3AD introduces two auxiliary networks along with correlation constraints to guard the GNNs from inconsistent information encoding. Furthermore, G3AD introduces an adaptive caching module to guard the GNNs from solely reconstructing the observed data that contains anomalies. Extensive experiments demonstrate that our proposed G3AD can outperform seventeen state-of-the-art methods on both synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2404.16366

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionGraph Anomaly Detection

Similar Papers 제목 키워드 기반

FANFOLD: Graph Normalizing Flows-driven Asymmetric Network for Unsupervised Graph-Level Anomaly Detection

2024-06-29 · Rui Cao, Shijie Xue, Jindong Li, Qi Wang 외

Unsupervised graph-level anomaly detection (UGAD) has attracted increasing interest due to its widespread application. In recent studies, knowledge distillation-based methods have been widely used in unsupervised anomaly…

Anomaly DetectionKnowledge DistillationUnsupervised Anomaly Detection

Graph Anomaly Detection at Group Level: A Topology Pattern Enhanced Unsupervised Approach

2023-08-02 · Xing Ai, Jialong Zhou, Yulin Zhu, Gaolei Li 외

Graph anomaly detection (GAD) has achieved success and has been widely applied in various domains, such as fraud detection, cybersecurity, finance security, and biochemistry. However, existing graph anomaly detection alg…

Anomaly DetectionContrastive LearningFraud DetectionGraph Anomaly Detection

Explainable and Fine-Grained Safeguarding of LLM Multi-Agent Systems via Bi-Level Graph Anomaly Detection

2025-12-21 · Junjun Pan, Yixin Liu, Rui Miao, Kaize Ding 외 arxiv

Large language model (LLM)-based multi-agent systems (MAS) have shown strong capabilities in solving complex tasks. As MAS become increasingly autonomous in various safety-critical tasks, detecting malicious agents has b…

Graph Anomaly Detection

AutoGraphAD: Unsupervised network anomaly detection using Variational Graph Autoencoders

2025-11-21 · Georgios Anyfantis, Pere Barlet-Ros arxiv

Network Intrusion Detection Systems (NIDS) are essential tools for detecting network attacks and intrusions. While extensive research has explored the use of supervised Machine Learning for attack detection and character…

Unsupervised Anomaly DetectionNetwork Intrusion DetectionContrastive Learning

UMGAD: Unsupervised Multiplex Graph Anomaly Detection

2024-11-19 · Xiang Li, Jianpeng Qi, Zhongying Zhao, Guanjie Zheng 외

Graph anomaly detection (GAD) is a critical task in graph machine learning, with the primary objective of identifying anomalous nodes that deviate significantly from the majority. This task is widely applied in various r…

Anomaly DetectionAttributeContrastive LearningFraud Detection+1