paper-with-me

홈 › Papers

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

2026-02-21 · Yixin Liu, Shiyuan Li, Yu Zheng, Qingfeng Chen, Chengqi Zhang, Philip S. Yu, Shirui Pan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.18793

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Anomaly Detection

Similar Papers 제목 키워드 기반

Zero-shot Generalizable Graph Anomaly Detection with Mixture of Riemannian Experts

2026-02-06 · Xinyu Zhao, Qingyun Sun, Jiayi Luo, Xingcheng Fu 외 arxiv

Graph Anomaly Detection (GAD) aims to identify irregular patterns in graph data, and recent works have explored zero-shot generalist GAD to enable generalization to unseen graph datasets. However, existing zero-shot GAD …

Graph Anomaly DetectionDomain Generalization

Generalist Graph Anomaly Detection via Prototype-Based Distillation

2026-05-26 · Yiming Xu, Zihan Chen, Zhen Peng, Song Wang 외 arxiv

Driven by the pressing demand for graph anomaly detection (GAD) in high-stakes domains, the generalist GAD paradigm, which trains a single detector transferable across new graphs, has recently gained growing attention. H…

Graph Anomaly DetectionGraph Neural Network

AnomalyGFM: Graph Foundation Model for Zero/Few-shot Anomaly Detection

2025-02-13 · Hezhe Qiao, Chaoxi Niu, Ling Chen, Guansong Pang

Graph anomaly detection (GAD) aims to identify abnormal nodes that differ from the majority of the nodes in a graph, which has been attracting significant attention in recent years. Existing generalist graph models have …

Anomaly DetectionGraph Anomaly Detection

Zero-shot Generalist Graph Anomaly Detection with Unified Neighborhood Prompts

2024-10-18 · Chaoxi Niu, Hezhe Qiao, Changlu Chen, Ling Chen 외

Graph anomaly detection (GAD), which aims to identify nodes in a graph that significantly deviate from normal patterns, plays a crucial role in broad application domains. Existing GAD methods, whether supervised or unsup…

Anomaly DetectionAttributeGraph Anomaly Detection

NeighborDiv: Training-free Zero-shot Generalist Graph Anomaly Detection via Neighbor Diversity

2026-05-20 · Kaifeng Wei, Teng Liu, Liang Dong, Xiubo Liang 외 arxiv

Graph Anomaly Detection (GAD) is increasingly shifting to Generalist GAD (GGAD) for cross-domain "one-for-all" detection, but existing GGAD methods predominantly rely on the neighbor consistency principle, falling into t…

Graph Anomaly DetectionDomain Generalization