Skip to content

The source code for ADGCN: A Weakly Supervised Framework for Anomaly Detection in Social Networks

Notifications You must be signed in to change notification settings

zxlearningdeep/ADGCN-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

The official implementation of ADGCN in our paper:

Zhixiang Shen, Tianle Zhang, Haolan He. "ADGCN: A Weakly Supervised Framework for Anomaly Detection in Social Networks." In the 2023 International Conference on Neural Information Processing (ICONIP-2023)

https://doi.org/10.1007/978-981-99-8145-8_20

ADGCN:

ADGCN Fig

Abstract:

Detecting abnormal users in social networks is crucial for protecting user privacy and preventing criminal activities. However, existing graph learning methods have limitations. Unsupervised methods focus on topological anomalies and may overlook user characteristics, while supervised methods require costly data annotations. To address these challenges, we propose a weakly supervised framework called Anomaly Detection Graph Convolutional Network (ADGCN). Our model includes three modules: information-preserving compression of user features, collaborative mining of global and local graph information, and multi-view weakly supervised classification. We demonstrate that ADGCN generates high-quality user representations using minimal labeled data and achieves state-of-the-art performance on two real-world social network datasets. Ablation experiments and performance analyses show the feasibility and effectiveness of our approach in practical scenarios.

Dataset:

http://snap.stanford.edu/jodie/reddit.csv
http://snap.stanford.edu/jodie/wikipedia.csv

About

The source code for ADGCN: A Weakly Supervised Framework for Anomaly Detection in Social Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages