EAGLE: Contrastive Learning for Efficient Graph Anomaly Detection
Jing Ren, Mingliang Hou, Zhixuan Liu, Xiaomei Bai
TL;DR
The paper tackles efficient anomaly detection on heterogeneous graphs under limited supervision. It introduces EAGLE, a self-supervised framework that fuses a graph autoencoder with a discriminator and meta-path–level contrastive learning, enabling robust node representations and anomaly scoring. By sampling positive and negative instance pairs on meta paths and integrating reconstruction and contrastive objectives, EAGLE achieves state-of-the-art performance on three real-world datasets, with noticeable efficiency gains suitable for embedded deployment. The work demonstrates the value of meta-path–driven contrastive learning for preserving heterogeneous semantics while enabling scalable anomaly detection in practice.
Abstract
Graph anomaly detection is a popular and vital task in various real-world scenarios, which has been studied for several decades. Recently, many studies extending deep learning-based methods have shown preferable performance on graph anomaly detection. However, existing methods are lack of efficiency that is definitely necessary for embedded devices. Towards this end, we propose an Efficient Anomaly detection model on heterogeneous Graphs via contrastive LEarning (EAGLE) by contrasting abnormal nodes with normal ones in terms of their distances to the local context. The proposed method first samples instance pairs on meta path-level for contrastive learning. Then, a graph autoencoder-based model is applied to learn informative node embeddings in an unsupervised way, which will be further combined with the discriminator to predict the anomaly scores of nodes. Experimental results show that EAGLE outperforms the state-of-the-art methods on three heterogeneous network datasets.
