Home

Awesome

Leveraging Active Learning with Auxiliary Task for Graph Anomaly Detection

Requirements

This code requires the following:

Usage

Take Cora dataset as an example:

python main.py  --dataset cora --strategy_ad medoids_spec_nent_diff --device 0 --alpha 1.25 --beta 0.5 --gamma 1 --cluster_num 24 --tau 0.95  --phi 1.25 

The hyperparameters for other datasets are reported as follows.

CoraCiteseerBlogCatalogFlickrAmazonYelpChi
$\tau$0.950.900.980.980.980.985
$\alpha$1.250.501.251.251.250.5
$\beta$0.502.001.000.500.81.25
$\phi$1.252.001.000.50108.0
$m$242418271020

The Amazon and YelpChi datasets can be found from GADBench.