paper-with-me

Papers

Graph Contrastive Learning for Anomaly Detection

2021-08-17 · Bo Chen, Jing Zhang, Xiaokang Zhang, Yuxiao Dong, Jian Song, Peng Zhang, Kaibo Xu, Evgeny Kharlamov, Jie Tang

Graph-based anomaly detection has been widely used for detecting malicious activities in real-world applications. Existing attempts to address this problem have thus far focused on structural feature engineering or learning in the binary classification regime. In this work, we propose to leverage graph contrastive coding and present the supervised GraphCAD model for contrasting abnormal nodes with normal ones in terms of their distances to the global context (e.g., the average of all nodes). To handle scenarios with scarce labels, we further enable GraphCAD as a self-supervised framework by designing a graph corrupting strategy for generating synthetic node labels. To achieve the contrastive objective, we design a graph neural network encoder that can infer and further remove suspicious links during message passing, as well as learn the global context of the input graph. We conduct extensive experiments on four public datasets, demonstrating that 1) GraphCAD significantly and consistently outperforms various advanced baselines and 2) its self-supervised version without fine-tuning can achieve comparable performance with its fully supervised version.

📄 PDF Abstract BibTeX arXiv:2108.07516

Code (2)

allanchen95/gccad 공식 구현
thudm/graphcad 공식 구현 pytorch

Tasks

Anomaly DetectionBinary ClassificationContrastive LearningFeature EngineeringGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Graph Contrastive Coding Graph Contrastive Coding is a self-supervised graph neural network pre-training framework to capture the universal network topological properties across multiple networks.…

Similar Papers 제목 키워드 기반

EAGLE: Contrastive Learning for Efficient Graph Anomaly Detection

2025-05-12 · Jing Ren, Mingliang Hou, Zhixuan Liu, Xiaomei Bai

Graph anomaly detection is a popular and vital task in various real-world scenarios, which has been studied for several decades. Recently, many studies extending deep learning-based methods have shown preferable performa…

Anomaly DetectionContrastive LearningGraph Anomaly Detection

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

Rethinking Contrastive Learning in Graph Anomaly Detection: A Clean-View Perspective

2025-05-23 · Di Jin, Jingyi Cao, Xiaobao Wang, Bingdao Feng 외

Graph anomaly detection aims to identify unusual patterns in graph-based data, with wide applications in fields such as web security and financial fraud detection. Existing methods typically rely on contrastive learning,…

Anomaly DetectionContrastive LearningFraud DetectionGraph Anomaly Detection

Generative and Contrastive Self-Supervised Learning for Graph Anomaly Detection

2021-08-23 · Yu Zheng, Ming Jin, Yixin Liu, Lianhua Chi 외

Anomaly detection from graph data has drawn much attention due to its practical significance in many critical applications including cybersecurity, finance, and social networks. Existing data mining and machine learning …

Anomaly DetectionAttributeContrastive LearningGraph Anomaly Detection+2

Revisiting Graph Contrastive Learning for Anomaly Detection

2023-05-04 · Zhiyuan Liu, Chunjie Cao, Fangjian Tao, Jingzhang Sun

Combining Graph neural networks (GNNs) with contrastive learning for anomaly detection has drawn rising attention recently. Existing graph contrastive anomaly detection (GCAD) methods have primarily focused on improving …

Anomaly DetectionAttributeContrastive Learning