DAGAD: Data Augmentation for Graph Anomaly Detection
Fanzhen Liu, Xiaoxiao Ma, Jia Wu, Jian Yang, Shan Xue, Amin Beheshti,, Chuan Zhou, Hao Peng, Quan Z. Sheng, Charu C. Aggarwal

TL;DR
This paper introduces DAGAD, a novel data augmentation framework for graph anomaly detection that addresses class imbalance and scarce anomalous samples, significantly improving detection performance.
Contribution
The paper proposes a new graph anomaly detection method using data augmentation and tailored learning modules to enhance detection of rare anomalies.
Findings
DAGAD outperforms ten baseline detectors on three datasets.
The data augmentation module effectively increases anomalous sample diversity.
Ablation studies confirm the importance of each module.
Abstract
Graph anomaly detection in this paper aims to distinguish abnormal nodes that behave differently from the benign ones accounting for the majority of graph-structured instances. Receiving increasing attention from both academia and industry, yet existing research on this task still suffers from two critical issues when learning informative anomalous behavior from graph data. For one thing, anomalies are usually hard to capture because of their subtle abnormal behavior and the shortage of background knowledge about them, which causes severe anomalous sample scarcity. Meanwhile, the overwhelming majority of objects in real-world graphs are normal, bringing the class imbalance problem as well. To bridge the gaps, this paper devises a novel Data Augmentation-based Graph Anomaly Detection (DAGAD) framework for attributed graphs, equipped with three specially designed modules: 1) an…
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
TopicsAnomaly Detection Techniques and Applications · Advanced Graph Neural Networks · Complex Network Analysis Techniques
MethodsGraph Neural Network
