Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Cluster Aware Graph Anomaly Detection

About

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 the graph's adjacency matrix with the pseudo-label (i.e., soft membership assignments) without any strong assumption about the graph. To mitigate potential biases from the pseudo-label, we introduce a similarity-guided loss. Theoretically, we show that the proposed similarity-guided loss is a variant of contrastive learning loss, and we present how this loss alleviates the bias introduced by pseudo-label with the connection to graph spectral clustering. Experimental results on several datasets demonstrate the effectiveness and efficiency of our proposed framework. Specifically, CARE outperforms the second-best competitors by more than 39% on the Amazon dataset with respect to AUPRC and 18.7% on the YelpChi dataset with respect to AUROC. The code of our method is available at the GitHub link: https://github.com/zhenglecheng/CARE-demo.

Lecheng Zheng, John R. Birge, Haiyue Wu, Yifang Zhang, Jingrui He• 2024

Related benchmarks

TaskDatasetResultRank
Graph Anomaly DetectionREDDIT
AUPRC362
44
Graph Anomaly DetectionBlogCatalog
AUPRC0.2775
43
Graph Anomaly DetectionCora--
40
Graph Anomaly DetectionAMAZON--
35
Graph Anomaly DetectionFacebook (test)
AUROC0.7994
32
Graph Anomaly DetectionAmazon (test)
AUROC83.8
32
Graph Anomaly DetectionWeibo (test)
AUROC87.65
32
Graph Anomaly DetectionCora (test)
AUROC0.6727
32
Graph Anomaly DetectionReddit (test)
AUROC0.5532
32
Graph Anomaly DetectionACM (test)
AUROC71.53
32
Showing 10 of 31 rows

Other info

Follow for update