Correcting False Alarms from Unseen: Adapting Graph Anomaly Detectors at Test Time
Junjun Pan, Yixin Liu, Chuan Zhou, Fei Xiong, Alan Wee-Chung Liew, Shirui Pan

TL;DR
This paper introduces TUNE, a lightweight test-time adaptation framework that improves graph anomaly detection models' ability to handle unseen normal patterns without retraining, by aligning graph attributes and minimizing representation shifts.
Contribution
The paper proposes a novel, practical test-time adaptation method for GAD that addresses normality shifts caused by unseen data, enhancing model robustness without retraining.
Findings
TUNE significantly improves GAD performance on unseen normal patterns.
The framework effectively reduces semantic confusion and aggregation contamination.
Experiments on 10 real-world datasets validate its generalizability.
Abstract
Graph anomaly detection (GAD), which aims to detect outliers in graph-structured data, has received increasing research attention recently. However, existing GAD methods assume identical training and testing distributions, which is rarely valid in practice. In real-world scenarios, unseen but normal samples may emerge during deployment, leading to a normality shift that degrades the performance of GAD models trained on the original data. Through empirical analysis, we reveal that the degradation arises from (1) semantic confusion, where unseen normal samples are misinterpreted as anomalies due to their novel patterns, and (2) aggregation contamination, where the representations of seen normal nodes are distorted by unseen normals through message aggregation. While retraining or fine-tuning GAD models could be a potential solution to the above challenges, the high cost of model…
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.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Anomaly Detection Techniques and Applications · Software System Performance and Reliability
