MEGAD: A Memory-Efficient Framework for Large-Scale Attributed Graph Anomaly Detection

Abstract

Graph anomaly detection (GAD), with its ability to accurately identify anomalous patterns in graph data, plays a vital role in areas such as network security, social media platforms, and fraud detection. Graph autoencoder-based methods are widely used for GAD due to their efficiency and effectiveness in capturing complex patterns and learning meaningful representations. However, the above methods are constrained by hardware memory, hindering the detection for large-scale graph data. In this paper, we propose a Memory-Efficient framework for large-scale attributed Graph Anomaly Detection (MEGAD). Specifically, MEGAD first generates node embeddings and then refines them through a lightweight joint optimization model, ensuring minimal memory overhead. The optimized embeddings are subsequently fed into a detector to compute anomaly scores. Extensive experiments demonstrate that our framework achieves comparable accuracy to state-of-the-art methods across multiple datasets while significantly reducing memory consumption on large-scale graphs.

Cite

Text

Zhang et al. "MEGAD: A Memory-Efficient Framework for Large-Scale Attributed Graph Anomaly Detection." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/406

Markdown

[Zhang et al. "MEGAD: A Memory-Efficient Framework for Large-Scale Attributed Graph Anomaly Detection." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/zhang2025ijcai-megad/) doi:10.24963/IJCAI.2025/406

BibTeX

@inproceedings{zhang2025ijcai-megad,
  title     = {{MEGAD: A Memory-Efficient Framework for Large-Scale Attributed Graph Anomaly Detection}},
  author    = {Zhang, Yifan and Xiang, Haolong and Xu, Xiaolong and Rui, Zishun and Li, Xiaoyong and Qi, Lianyong and Dai, Fei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3651-3659},
  doi       = {10.24963/IJCAI.2025/406},
  url       = {https://mlanthology.org/ijcai/2025/zhang2025ijcai-megad/}
}