Search papers, labs, and topics across Lattice.
This paper introduces NeiGAD, a plug-and-play module for graph anomaly detection that leverages spectral graph analysis to explicitly model neighbor information. NeiGAD uses a compact set of eigenvectors from the adjacency matrix to capture local neighbor interactions and amplify anomaly signals. Experiments on eight real-world datasets demonstrate that NeiGAD consistently improves detection accuracy and outperforms state-of-the-art GAD methods, highlighting the benefits of explicit neighbor modeling via spectral analysis.
Spectral analysis of graph neighborhoods reveals a surprisingly effective and efficient way to boost anomaly detection, consistently outperforming existing GNN-based methods.
Graph anomaly detection (GAD) aims to identify irregular nodes or structures in attributed graphs. Neighbor information, which reflects both structural connectivity and attribute consistency with surrounding nodes, is essential for distinguishing anomalies from normal patterns. Although recent graph neural network (GNN)-based methods incorporate such information through message passing, they often fail to explicitly model its effect or interaction with attributes, limiting detection performance. This work introduces NeiGAD, a novel plug-and-play module that captures neighbor information through spectral graph analysis. Theoretical insights demonstrate that eigenvectors of the adjacency matrix encode local neighbor interactions and progressively amplify anomaly signals. Based on this, NeiGAD selects a compact set of eigenvectors to construct efficient and discriminative representations. Experiments on eight real-world datasets show that NeiGAD consistently improves detection accuracy and outperforms state-of-the-art GAD methods. These results demonstrate the importance of explicit neighbor modeling and the effectiveness of spectral analysis in anomaly detection. Code is available at: https://github.com/huafeihuang/NeiGAD.