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

From Few-Shot to Zero-Shot: Towards Generalist Graph Anomaly Detection

About

Graph anomaly detection (GAD) is critical for identifying abnormal nodes in graph-structured data from diverse domains, including cybersecurity and social networks. The existing GAD methods often focus on the learning paradigms of "one-model-for-one-dataset", requiring dataset-specific training for each dataset to achieve optimal performance. However, this paradigm suffers from significant limitations, such as high computational and data costs, limited generalization and transferability to new datasets, and challenges in privacy-sensitive scenarios where access to full datasets or sufficient labels is restricted. To address these limitations, we propose a novel generalist GAD paradigm that aims to develop a unified model capable of detecting anomalies on multiple unseen datasets without extensive retraining/fine-tuning or dataset-specific customization. To this end, we propose ARC, a few-shot generalist GAD method that leverages in-context learning and requires only a few labeled normal samples at inference time. Specifically, ARC consists of three core modules: a feature Alignment module to unify and align features across datasets, a Residual GNN encoder to capture dataset-agnostic anomaly representations, and a cross-attentive in-Context learning module to score anomalies using few-shot normal context. Building on ARC, we further introduce ARC_zero for the zero-shot generalist GAD setting, which selects representative pseudo-normal nodes via a pseudo-context mechanism and thus enables fully label-free inference on unseen datasets. Extensive experiments on 17 real-world graph datasets demonstrate that both ARC and ARC_zero effectively detect anomalies, exhibit strong generalization ability, and perform efficiently under few-shot and zero-shot settings.

Yixin Liu, Shiyuan Li, Yu Zheng, Qingfeng Chen, Chengqi Zhang, Philip S. Yu, Shirui Pan• 2026

Related benchmarks

TaskDatasetResultRank
Graph Anomaly DetectionREDDIT--
44
Graph Anomaly DetectionBlogCatalog--
43
Graph Anomaly DetectionCora
AUROC0.8754
40
Anomaly DetectionAMAZON
AUC-ROC0.8376
31
Anomaly DetectionCiteseer
AUROC91.2
26
Anomaly DetectionFacebook--
23
Graph Anomaly DetectionElliptic
AUROC79.33
15
Anomaly DetectionACM
AUROC0.7988
14
Anomaly DetectionWeibo
AUROC0.8885
12
Anomaly Detectiontolokers
AUROC53.08
4
Showing 10 of 12 rows

Other info

Follow for update