Cluster Aware Graph Anomaly Detection
Lecheng Zheng, John R. Birge, Haiyue Wu, Yifang Zhang, Jingrui He

TL;DR
This paper introduces CARE, a novel cluster-aware multi-view graph anomaly detection method that effectively captures node affinities and mitigates pseudo-label bias, outperforming existing methods on multiple datasets.
Contribution
We propose CARE, a new unsupervised multi-view graph anomaly detection approach that leverages pseudo-labels and a similarity-guided loss to improve detection accuracy without strong graph assumptions.
Findings
CARE outperforms competitors by over 39% on Amazon dataset (AUPRC)
CARE achieves 18.7% improvement on YelpChi dataset (AUROC)
The similarity-guided loss is a variant of contrastive learning that reduces pseudo-label bias.
Abstract
Graph anomaly detection has gained significant attention across various domains, particularly in critical applications like fraud detection in e-commerce platforms and insider threat detection in cybersecurity. Usually, these data are composed of multiple types (e.g., user information and transaction records for financial data), thus exhibiting view heterogeneity. However, in the era of big data, the heterogeneity of views and the lack of label information pose substantial challenges to traditional approaches. Existing unsupervised graph anomaly detection methods often struggle with high-dimensionality issues, rely on strong assumptions about graph structures or fail to handle complex multi-view graphs. To address these challenges, we propose a cluster aware multi-view graph anomaly detection method, called CARE. Our approach captures both local and global node affinities by augmenting…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Complex Network Analysis Techniques
MethodsContrastive Learning
