Rethinking Reconstruction-based Graph-Level Anomaly Detection: Limitations and a Simple Remedy
Sunwoo Kim, Soo Yong Lee, Fanchen Bu, Shinhwan Kang, Kyungho Kim,, Jaemin Yoo, Kijung Shin

TL;DR
This paper identifies limitations in existing graph autoencoder-based anomaly detection methods due to a phenomenon called reconstruction flip and proposes a simple, effective solution called MUSE that leverages multifaceted error summaries to improve detection accuracy.
Contribution
The paper reveals the limitations of current reconstruction-based GLAD methods and introduces MUSE, a simple approach using multifaceted error summaries that achieves state-of-the-art results.
Findings
MUSE outperforms 14 methods across 10 datasets.
Reconstruction flip challenges existing assumptions in GLAD.
Multifaceted error summaries enhance anomaly detection features.
Abstract
Graph autoencoders (Graph-AEs) learn representations of given graphs by aiming to accurately reconstruct them. A notable application of Graph-AEs is graph-level anomaly detection (GLAD), whose objective is to identify graphs with anomalous topological structures and/or node features compared to the majority of the graph population. Graph-AEs for GLAD regard a graph with a high mean reconstruction error (i.e. mean of errors from all node pairs and/or nodes) as anomalies. Namely, the methods rest on the assumption that they would better reconstruct graphs with similar characteristics to the majority. We, however, report non-trivial counter-examples, a phenomenon we call reconstruction flip, and highlight the limitations of the existing Graph-AE-based GLAD methods. Specifically, we empirically and theoretically investigate when this assumption holds and when it fails. Through our analyses,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAnomaly Detection Techniques and Applications
