UniGAD: Unifying Multi-level Graph Anomaly Detection
Yiqing Lin, Jianheng Tang, Chenyi Zi, H.Vicky Zhao, Yuan Yao, Jia Li

TL;DR
UniGAD introduces a unified framework for detecting anomalies across node, edge, and graph levels simultaneously, leveraging a novel sampler and network to improve detection accuracy and transferability.
Contribution
It is the first to unify multi-level graph anomaly detection with a spectral-based sampler and a multi-level information integration network.
Findings
Outperforms specialized single-level GAD methods.
Achieves robust zero-shot transferability.
Provides comprehensive anomaly detection across multiple graph levels.
Abstract
Graph Anomaly Detection (GAD) aims to identify uncommon, deviated, or suspicious objects within graph-structured data. Existing methods generally focus on a single graph object type (node, edge, graph, etc.) and often overlook the inherent connections among different object types of graph anomalies. For instance, a money laundering transaction might involve an abnormal account and the broader community it interacts with. To address this, we present UniGAD, the first unified framework for detecting anomalies at node, edge, and graph levels jointly. Specifically, we develop the Maximum Rayleigh Quotient Subgraph Sampler (MRQSampler) that unifies multi-level formats by transferring objects at each level into graph-level tasks on subgraphs. We theoretically prove that MRQSampler maximizes the accumulated spectral energy of subgraphs (i.e., the Rayleigh quotient) to preserve the most…
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
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Advanced Graph Neural Networks · Network Security and Intrusion Detection
MethodsFocus
