Skip to content

Contrastive Attributed Network Anomaly Detection with Data Augmentation (PAKDD'22)

Notifications You must be signed in to change notification settings

zhiming-xu/conad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

This repository contains the code for our PAKDD'22 paper, Contrastive Attributed Network Anomaly Detection with Data Augmentation, as well as three other GNN baselines used as comparison. The evaluation data are included in the data/ folder. To run these models, use the main.py script and corresponding training function in it.

Download Data

  • The datasets used in this paper are stored as git lfs objects, and can be downloaded with git lfs pull.
  • In case the git-lfs storage quota runs out, download the datasets from Google Drive.

Cite

Please cite our paper if you use the model or this code in your own work:

@inproceedings{xu_conad_2022,
  title = {Contrastive Attributed Network Anomaly Detection with Data Augmentation},
  author = {Xu, Zhiming and Huang, Xiao and Zhao, Yue and Dong, Yushun and Li, Jundong},
  booktitle={Pacific-Asian Conference on Knowledge Discovery and Data Mining (PAKDD)},
  year = {2022}
}

About

Contrastive Attributed Network Anomaly Detection with Data Augmentation (PAKDD'22)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages