GLADformer: A Mixed Perspective for Graph-Level Anomaly Detection

Abstract

Graph-Level Anomaly Detection (GLAD) aims to distinguish anomalous graphs within a graph data set. However, current methods are constrained by their receptive fields, struggling to learn global features within the graphs. Moreover, most these methods are based on spatial domain and lack exploration of spectral characteristics. In this paper, we propose a multi-perspective hybrid graph-level anomaly detector named GLADformer, consisting of two key modules. Specifically, we first design a Graph Transformer module with global spectrum enhancement, which ensures balanced and resilient parameter distributions by fusing global features and spectral distribution characteristics. Furthermore, to explore local anomalous attributes, we customize a band-pass spectral GNN message passing module that enhances the model’s generalization capability. Through comprehensive experiments on ten real-world datasets from multiple domains, we validate the effectiveness and robustness of GLADformer. This demonstrates that GLADformer outperforms current state-of-the-art graph-level anomaly detection methods, particularly in effectively capturing global anomaly representations and spectral characteristics.

Cite

Text

Xu et al. "GLADformer: A Mixed Perspective for Graph-Level Anomaly Detection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2024. doi:10.1007/978-3-031-70365-2_20

Markdown

[Xu et al. "GLADformer: A Mixed Perspective for Graph-Level Anomaly Detection." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2024.](https://mlanthology.org/ecmlpkdd/2024/xu2024ecmlpkdd-gladformer/) doi:10.1007/978-3-031-70365-2_20

BibTeX

@inproceedings{xu2024ecmlpkdd-gladformer,
  title     = {{GLADformer: A Mixed Perspective for Graph-Level Anomaly Detection}},
  author    = {Xu, Fan and Wang, Nan and Wu, Hao and Wen, Xuezhi and Zhang, Dalin and Lu, Siyang and Li, Binyong and Gong, Wei and Wan, Hai and Zhao, Xibin},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2024},
  pages     = {337-353},
  doi       = {10.1007/978-3-031-70365-2_20},
  url       = {https://mlanthology.org/ecmlpkdd/2024/xu2024ecmlpkdd-gladformer/}
}