paper-with-me

홈 › Papers

Zero-shot Generalist Graph Anomaly Detection with Unified Neighborhood Prompts

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

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 unsupervised, are one-model-for-one-dataset approaches, i.e., training a separate model for each graph dataset. This limits their applicability in real-world scenarios where training on the target graph data is not possible due to issues like data privacy. To overcome this limitation, we propose a novel zero-shot generalist GAD approach UNPrompt that trains a one-for-all detection model, requiring the training of one GAD model on a single graph dataset and then effectively generalizing to detect anomalies in other graph datasets without any retraining or fine-tuning. The key insight in UNPrompt is that i) the predictability of latent node attributes can serve as a generalized anomaly measure and ii) highly generalized normal and abnormal graph patterns can be learned via latent node attribute prediction in a properly normalized node attribute space. UNPrompt achieves generalist GAD through two main modules: one module aligns the dimensionality and semantics of node attributes across different graphs via coordinate-wise normalization in a projected space, while another module learns generalized neighborhood prompts that support the use of latent node attribute predictability as an anomaly score across different datasets. Extensive experiments on real-world GAD datasets show that UNPrompt significantly outperforms diverse competing methods under the generalist GAD setting, and it also has strong superiority under the one-model-for-one-dataset setting.

📄 PDF Abstract BibTeX arXiv:2410.14886

Code (1)

mala-lab/UNPrompt 공식 구현 pytorch

Tasks

Anomaly DetectionAttributeGraph Anomaly Detection

Similar Papers 제목 키워드 기반

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

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

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

2026-02-21 · Yixin Liu, Shiyuan Li, Yu Zheng, Qingfeng Chen 외 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 pa…

Graph Anomaly Detection

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

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