paper-with-me

홈 › Papers

Graph Anomaly Detection with Graph Neural Networks: Current Status and Challenges

2022-09-29 · Hwan Kim, Byung Suk Lee, Won-Yong Shin, Sungsu Lim

Graphs are used widely to model complex systems, and detecting anomalies in a graph is an important task in the analysis of complex systems. Graph anomalies are patterns in a graph that do not conform to normal patterns expected of the attributes and/or structures of the graph. In recent years, graph neural networks (GNNs) have been studied extensively and have successfully performed difficult machine learning tasks in node classification, link prediction, and graph classification thanks to the highly expressive capability via message passing in effectively learning graph representations. To solve the graph anomaly detection problem, GNN-based methods leverage information about the graph attributes (or features) and/or structures to learn to score anomalies appropriately. In this survey, we review the recent advances made in detecting graph anomalies using GNN models. Specifically, we summarize GNN-based methods according to the graph type (i.e., static and dynamic), the anomaly type (i.e., node, edge, subgraph, and whole graph), and the network architecture (e.g., graph autoencoder, graph convolutional network). To the best of our knowledge, this survey is the first comprehensive review of graph anomaly detection methods based on GNNs.

📄 PDF Abstract BibTeX arXiv:2209.14930

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionGraph Anomaly DetectionGraph ClassificationLink PredictionNode ClassificationSurvey

Similar Papers 제목 키워드 기반

Graph Neural Networks based Log Anomaly Detection and Explanation

2023-07-02 · Zhong Li, Jiayang Shi, Matthijs van Leeuwen

Event logs are widely used to record the status of high-tech systems, making log anomaly detection important for monitoring those systems. Most existing log anomaly detection methods take a log event count matrix or log …

Anomaly DetectionGraph Neural Network

Multitask Active Learning for Graph Anomaly Detection

2024-01-24 · Wenjing Chang, Kay Liu, Kaize Ding, Philip S. Yu 외

In the web era, graph machine learning has been widely used on ubiquitous graph-structured data. As a pivotal component for bolstering web security and enhancing the robustness of graph-based applications, the significan…

Active LearningAnomaly DetectionGraph Anomaly DetectionInformativeness+1

TAS-GNN: A Status-Aware Signed Graph Neural Network for Anomaly Detection in Bitcoin Trust Systems

2026-02-28 · Chang Xue, Fang Liu, Jiaye Wang, Jinming Xing 외 arxiv

Decentralized financial platforms rely heavily on Web of Trust reputation systems to mitigate counterparty risk in the absence of centralized identity verification. However, these pseudonymous networks are inherently vul…

Graph Neural NetworkAnomaly Detection

Deep Graph Stream SVDD: Anomaly Detection in Cyber-Physical Systems

2023-02-24 · Ehtesamul Azim, Dongjie Wang, Yanjie Fu

Our work focuses on anomaly detection in cyber-physical systems. Prior literature has three limitations: (1) Failing to capture long-delayed patterns in system anomalies; (2) Ignoring dynamic changes in sensor connection…

Anomaly Detection

Anomaly Detection in Graph Structured Data: A Survey

2024-05-10 · Prabin B Lamichhane, William Eberle

Real-world graphs are complex to process for performing effective analysis, such as anomaly detection. However, recently, there have been several research efforts addressing the issues surrounding graph-based anomaly det…

Anomaly DetectionSurvey