Home

Awesome

SCAN: Semi-supervisedly Co-embedding Attributed Networks

This repository contains the Python&Pytorch implementation for SCAN. Further details about SCAN can be found in this paper:

Zaiqiao Meng, Shangsong Liang, Jinyuan Fang, Teng Xiao. Semi-supervisedly Co-embedding Attributed Networks. (NeurIPS 2019)

The orignal tensorflow implementation for SCAN can be found in SCAN

Requirements

=================

Run the demo

=================

python train.py

Result

The Link prediction performance AUC&AP score :

DatasetAUCAP
BLOGCATALOG0.8440.850
CORA0.9720.972
FLICKR0.8890.906

The Attribute inference performance AUC&AP score :

DatasetAUCAP
BLOGCATALOG0.8860.888
CORA0.8220.838
FLICKR0.8640.859

The node classification performance accuracy :

DatasetACC of SCVA_SVMACC of SCVA_DIS
BLOGCATALOG0.8340.844
CORA0.7360.822
FLICKR0.6950.800