LGOct 24, 2024

Graph Pre-Training Models Are Strong Anomaly Detectors

arXiv:2410.18487v13 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses anomaly detection in graph data, which is practical for domains like network security, but it is incremental as it applies existing pre-training methods to a new task.

The paper tackled the problem of Graph Anomaly Detection (GAD) by showing that graph pre-training models outperform state-of-the-art end-to-end training models, especially with limited supervision, and uncovered that pre-training enhances detection of distant anomalies beyond 2-hop neighborhoods.

Graph Anomaly Detection (GAD) is a challenging and practical research topic where Graph Neural Networks (GNNs) have recently shown promising results. The effectiveness of existing GNNs in GAD has been mainly attributed to the simultaneous learning of node representations and the classifier in an end-to-end manner. Meanwhile, graph pre-training, the two-stage learning paradigm such as DGI and GraphMAE, has shown potential in leveraging unlabeled graph data to enhance downstream tasks, yet its impact on GAD remains under-explored. In this work, we show that graph pre-training models are strong graph anomaly detectors. Specifically, we demonstrate that pre-training is highly competitive, markedly outperforming the state-of-the-art end-to-end training models when faced with limited supervision. To understand this phenomenon, we further uncover pre-training enhances the detection of distant, under-represented, unlabeled anomalies that go beyond 2-hop neighborhoods of known anomalies, shedding light on its superior performance against end-to-end models. Moreover, we extend our examination to the potential of pre-training in graph-level anomaly detection. We envision this work to stimulate a re-evaluation of pre-training's role in GAD and offer valuable insights for future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes