LGApr 17

NK-GAD: Neighbor Knowledge-Enhanced Unsupervised Graph Anomaly Detection

arXiv:2604.1566843.4
AI Analysis

For practitioners of graph anomaly detection, this work addresses the practical issue of heterophily in real-world graphs, offering a modest improvement over existing methods.

The paper identifies limitations of existing GNN-based unsupervised graph anomaly detection methods under attribute-level heterophily, and proposes NK-GAD, a framework that integrates neighbor knowledge enhancement. Experiments on seven datasets show an average 3.29% AUC improvement.

Graph anomaly detection aims to identify irregular patterns in graph-structured data. Most unsupervised GNN-based methods rely on the homophily assumption that connected nodes share similar attributes. However, real-world graphs often exhibit attribute-level heterophily, where connected nodes have dissimilar attributes. Our analysis of attribute-level heterophily graphs reveals two phenomena indicating that current approaches are not practical for unsupervised graph anomaly detection: 1) attribute similarities between connected nodes show nearly identical distributions across different connected node pair types, and 2) anomalies cause consistent variation trends between the graph with and without anomalous edges in the low- and high-frequency components of the spectral energy distributions, while the mid-part exhibits more erratic variations. Based on these observations, we propose NK-GAD, a neighbor knowledge-enhanced unsupervised graph anomaly detection framework. NK-GAD integrates a joint encoder capturing both similar and dissimilar neighbor features, a neighbor reconstruction module modeling normal distributions, a center aggregation module refining node features, and dual decoders for reconstructing attributes and structures. Experiments on seven datasets show NK-GAD achieves an average 3.29\% AUC improvement.

Foundations

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

Your Notes