paper-with-me

Papers

Rethinking Reconstruction-based Graph-Level Anomaly Detection: Limitations and a Simple Remedy

2024-10-27 · Sunwoo Kim, Soo Yong Lee, Fanchen Bu, Shinhwan Kang, Kyungho Kim, Jaemin Yoo, Kijung Shin

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, we further argue that, while the reconstruction errors for a given graph are effective features for GLAD, leveraging the multifaceted summaries of the reconstruction errors, beyond just mean, can further strengthen the features. Thus, we propose a novel and simple GLAD method, named MUSE. The key innovation of MUSE involves taking multifaceted summaries of reconstruction errors as graph features for GLAD. This surprisingly simple method obtains SOTA performance in GLAD, performing best overall among 14 methods across 10 datasets.

📄 PDF Abstract BibTeX arXiv:2410.20366

Code (1)

kswoo97/GLAD_MUSE 공식 구현 pytorch

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Rethinking Graph Neural Networks for Anomaly Detection

2022-05-31 · Jianheng Tang, Jiajin Li, Ziqi Gao, Jia Li

Graph Neural Networks (GNNs) are widely applied for graph anomaly detection. As one of the key components for GNN design is to select a tailored spectral filter, we take the first step towards analyzing anomalies via the…

Anomaly DetectionGraph Anomaly DetectionGraph Neural Network

FedCIGAR: A Personalized Reconstruction Approach for Federated Graph-level Anomaly Detection

2026-05-10 · Yunfeng Zhao, Yixin Liu, Qingfeng Chen, Shiyuan Li 외 arxiv

Graph-level anomaly detection (GLAD) is crucial for ensuring the reliability of graph-driven applications by identifying abnormal graphs that deviate from the majority. Considering the privacy concerns in distributed sce…

Anomaly Detection

Rethinking Autoencoders for Medical Anomaly Detection from A Theoretical Perspective

2024-03-14 · Yu Cai, Hao Chen, Kwang-Ting Cheng

Medical anomaly detection aims to identify abnormal findings using only normal training data, playing a crucial role in health screening and recognizing rare diseases. Reconstruction-based methods, particularly those uti…

Anomaly DetectionPhilosophy

ADA-GAD: Anomaly-Denoised Autoencoders for Graph Anomaly Detection

2023-12-22 · Junwei He, Qianqian Xu, Yangbangyan Jiang, Zitai Wang 외

Graph anomaly detection is crucial for identifying nodes that deviate from regular behavior within graphs, benefiting various domains such as fraud detection and social network. Although existing reconstruction-based met…

Anomaly DetectionFraud DetectionGraph Anomaly Detection

GTHNA: Local-global Graph Transformer with Memory Reconstruction for Holistic Node Anomaly Evaluation

2025-09-13 · Mingkang Li, Xuexiong Luo, Yue Zhang, Yaoyang Li 외 arxiv

Anomaly detection in graph-structured data is an inherently challenging problem, as it requires the identification of rare nodes that deviate from the majority in both their structural and behavioral characteristics. Exi…

Anomaly Detection