菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-26
📄 Abstract - Generalist Graph Anomaly Detection via Prototype-Based Distillation

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. However, existing methods often rely on scarce and costly annotations for training and sometimes even require few-shot support at inference, which limits their robustness to diverse and unseen anomaly patterns. To address this limitation, we introduce ProMoS, the first unsupervised generalist GAD framework, which detects anomalies by modeling the abundant normality in unlabeled data. ProMoS adopts a knowledge-distillation paradigm to distill normality priors from a frozen self-supervised graph neural network (GNN) teacher to a mixture-of-students model with shared global and lightweight personalized branches, enabling efficient and expressive normality modeling without learning from scratch. We further propose prototype-guided soft-label distillation to align teacher and student in a shared prototype space, enhancing cross-graph generalizability. During inference, ProMoS performs zero-shot anomaly detection on unseen graphs via distillation bias and prototype geometric deviation. Extensive experiments show the effectiveness and efficiency of ProMoS, charting a practical path toward label-free, zero-shot generalist GAD.

顶级标签: machine learning data anomaly detection
详细标签: graph anomaly detection unsupervised learning knowledge distillation zero-shot prototype learning 或 搜索:

基于原型蒸馏的通才图异常检测 / Generalist Graph Anomaly Detection via Prototype-Based Distillation


1️⃣ 一句话总结

本文提出了一种名为ProMoS的无监督图异常检测框架,它通过从预训练模型中提取正常数据的共同规律,并利用原型空间的知识对齐,实现了无需标注数据即可在全新图上零样本发现异常,解决了传统方法依赖昂贵标注和泛化性差的问题。

源自 arXiv: 2605.26857