Gu Ming, Yang Gaoming, Zheng Zhuonan, Liu Meihan, Wang Haishuai, Chen Jiawei, Zhou Sheng, Bu Jiajun
College of Computer Science and Technology, Zhejiang University, Hangzhou, 310027, China.
Taobao and Tmall Group, Hangzhou, 310052, China.
Neural Netw. 2025 Oct;190:107612. doi: 10.1016/j.neunet.2025.107612. Epub 2025 May 27.
Unsupervised Graph Anomaly Detection (UGAD) seeks to identify abnormal patterns in graphs without relying on labeled data. Among existing UGAD methods, Graph Neural Networks (GNNs) have played a critical role in learning effective representation for detection by filtering low-frequency graph signals. However, the presence of anomalies can shift the frequency band of graph signals toward higher frequencies, thereby violating the fundamental assumptions underlying GNNs and anomaly detection frameworks. To address this challenge, the design of novel graph filters has garnered significant attention, with recent approaches leveraging anomaly labels in a semi-supervised manner. Nonetheless, the absence of anomaly labels in real-world scenarios has rendered these methods impractical, leaving the question of how to design effective filters in an unsupervised manner largely unexplored. To bridge this gap, we propose a novel Frequency Self-Adaptation Graph Neural Network for Unsupervised Graph Anomaly Detection (FAGAD). Specifically, FAGAD adaptively fuses signals across multiple frequency bands using full-pass signals as a reference. It is optimized via a self-supervised learning approach, enabling the generation of effective representations for unsupervised graph anomaly detection. Experimental results demonstrate that FAGAD achieves state-of-the-art performance on both artificially injected datasets and real-world datasets. The code and datasets are publicly available at https://github.com/eaglelab-zju/FAGAD.
无监督图异常检测(UGAD)旨在在不依赖标记数据的情况下识别图中的异常模式。在现有的UGAD方法中,图神经网络(GNN)通过过滤低频图信号,在学习用于检测的有效表示方面发挥了关键作用。然而,异常的存在会将图信号的频带向更高频率移动,从而违反了GNN和异常检测框架的基本假设。为应对这一挑战,新型图滤波器的设计备受关注,近期的方法以半监督方式利用异常标签。尽管如此,现实场景中缺乏异常标签使得这些方法不切实际,如何以无监督方式设计有效滤波器的问题在很大程度上仍未得到探索。为弥合这一差距,我们提出了一种用于无监督图异常检测的新型频率自适应图神经网络(FAGAD)。具体而言,FAGAD以全通信号为参考,自适应地融合多个频带的信号。它通过自监督学习方法进行优化,能够为无监督图异常检测生成有效的表示。实验结果表明,FAGAD在人工注入数据集和真实世界数据集上均取得了领先的性能。代码和数据集可在https://github.com/eaglelab-zju/FAGAD上公开获取。