paper-with-me

Papers

Class Label-aware Graph Anomaly Detection

2023-08-22 · JungHoon Kim, Yeonjun In, Kanghoon Yoon, Junmo Lee, Chanyoung Park

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}.

📄 PDF Abstract BibTeX arXiv:2308.11669

Code (1)

jhkim611/clad 공식 구현 pytorch

Tasks

Anomaly DetectionGraph Anomaly DetectionNode Classification

Similar Papers 제목 키워드 기반

Cross-Domain Graph Anomaly Detection via Anomaly-aware Contrastive Alignment

2022-12-02 · Qizhou Wang, Guansong Pang, Mahsa Salehi, Wray Buntine 외

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 Detection

Towards Anomaly-Aware Pre-Training and Fine-Tuning for Graph Anomaly Detection

2025-04-19 · Yunhui Liu, Jiashun Cheng, Yiqing Lin, Qizhuo Xie 외

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 Detection

Demographic-Aware Self-Supervised Anomaly Detection Pretraining for Equitable Rare Cardiac Diagnosis

2026-03-20 · Chaoqin Huang, Zi Zeng, Aofan Jiang, Yuchen Xu 외 arxiv

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 Classification

AnomalyLLM: Few-shot Anomaly Edge Detection for Dynamic Graphs using Large Language Models

2024-05-13 · Shuo Liu, Di Yao, Lanting Fang, Zhetao Li 외

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 Embeddings

Context-Aware Graph Attention for Unsupervised Telco Anomaly Detection

2026-04-29 · Sara Malacarne, Eirik Hoel-Høiseth, Erlend Aune, David Zsolt Biro 외 arxiv

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