菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-30
📄 Abstract - NeiGAD: Augmenting Graph Anomaly Detection via Spectral Neighbor Information

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: this https URL.

顶级标签: machine learning systems model evaluation
详细标签: graph anomaly detection spectral analysis graph neural networks neighbor information attributed graphs 或 搜索:

NeiGAD:通过谱邻居信息增强图异常检测 / NeiGAD: Augmenting Graph Anomaly Detection via Spectral Neighbor Information


1️⃣ 一句话总结

这篇论文提出了一种名为NeiGAD的新方法,它通过分析图的数学谱结构来捕捉节点邻居信息,从而更有效地识别出图中的异常节点或结构,并在多个真实数据集上取得了比现有方法更好的检测效果。

源自 arXiv: 2603.28300