Class Label-aware Graph Anomaly Detection
Unsupervised GAD methods assume the lack of anomaly labels, i.e., whether a node is anomalous or not. One common observation we made from previous unsupervised methods is that they not only assume the absence of such anomaly labels, but also the absence of class labels (the class a node belongs to used in a general node classification task). In this work, we study the utility of class labels for unsupervised GAD; in particular, how they enhance the detection of structural anomalies. To this end, we propose a Class Label-aware Graph Anomaly Detection framework (CLAD) that utilizes a limited amount of labeled nodes to enhance the performance of unsupervised GAD. Extensive experiments on ten datasets demonstrate the superior performance of CLAD in comparison to existing unsupervised GAD methods, even in the absence of ground-truth class label information. The source code for CLAD is available at \url{https://github.com/jhkim611/CLAD}.
Code (1)
Tasks
Anomaly DetectionGraph Anomaly DetectionNode ClassificationSimilar Papers 제목 키워드 기반
Cross-Domain Graph Anomaly Detection via Anomaly-aware Contrastive Alignment
Cross-domain graph anomaly detection (CD-GAD) describes the problem of detecting anomalous nodes in an unlabelled target graph using auxiliary, related source graphs with labelled anomalous and normal nodes. Although it …
Anomaly DetectionContrastive LearningDomain AdaptationGraph Anomaly DetectionTowards Anomaly-Aware Pre-Training and Fine-Tuning for Graph Anomaly Detection
Graph anomaly detection (GAD) has garnered increasing attention in recent years, yet remains challenging due to two key factors: (1) label scarcity stemming from the high cost of annotations and (2) homophily disparity a…
Anomaly DetectionGraph Anomaly DetectionDemographic-Aware Self-Supervised Anomaly Detection Pretraining for Equitable Rare Cardiac Diagnosis
Rare cardiac anomalies are difficult to detect from electrocardiograms (ECGs) due to their long-tailed distribution with extremely limited case counts and demographic disparities in diagnostic performance. These limitati…
Self-Supervised Anomaly DetectionRepresentation LearningECG ClassificationAnomalyLLM: Few-shot Anomaly Edge Detection for Dynamic Graphs using Large Language Models
Detecting anomaly edges for dynamic graphs aims to identify edges significantly deviating from the normal pattern and can be applied in various domains, such as cybersecurity, financial transactions and AIOps. With the e…
Anomaly DetectionEdge DetectionIn-Context LearningWord EmbeddingsContext-Aware Graph Attention for Unsupervised Telco Anomaly Detection
We propose C-MTAD-GAT, an \emph{unsupervised}, \emph{context-aware} graph-attention model for anomaly detection in multivariate time series from mobile networks. C-MTAD-GAT combines graph attention with lightweight conte…
Anomaly Detection