Label-based Graph Augmentation with Metapath for Graph Anomaly Detection
Hwan Kim, Junghoon Kim, Byung Suk Lee, and Sungsu Lim

TL;DR
This paper introduces MGAD, a novel graph anomaly detection framework that leverages metapaths and labeled anomalies to improve detection accuracy by embedding connectivity patterns and propagating context information.
Contribution
The paper proposes a new metapath-based graph autoencoder framework with dual encoders for effective anomaly detection using limited labeled anomalies.
Findings
MGAD outperforms state-of-the-art methods on seven real-world networks.
Metapath-based embeddings effectively capture anomaly-normal connectivity patterns.
Dual encoders enhance the exploitation of context information between labeled and unlabeled nodes.
Abstract
Graph anomaly detection has attracted considerable attention from various domain ranging from network security to finance in recent years. Due to the fact that labeling is very costly, existing methods are predominately developed in an unsupervised manner. However, the detected anomalies may be found out uninteresting instances due to the absence of prior knowledge regarding the anomalies looking for. This issue may be solved by using few labeled anomalies as prior knowledge. In real-world scenarios, we can easily obtain few labeled anomalies. Efficiently leveraging labelled anomalies as prior knowledge is crucial for graph anomaly detection; however, this process remains challenging due to the inherently limited number of anomalies available. To address the problem, we propose a novel approach that leverages metapath to embed actual connectivity patterns between anomalous and normal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Advanced Graph Neural Networks · Complex Network Analysis Techniques
MethodsGraph Convolutional Network
