smith6036 / WWW2020-O2MAC

WWW2020-One2Multi Graph Autoencoder for Multi-view Graph Clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WWW2020-O2MAC

WWW2020-One2Multi Graph Autoencoder for Multi-view Graph Clustering

The source code is based on ARGA

paper: http://www.shichuan.org/doc/83.pdf

Contact

Shaohua Fan, Email:fanshaohua92@163.com

Preprocessed-Data

Preprocessed DBLP can be found in: https://pan.baidu.com/s/1Qr2e97MofXsBhUvQqgJqDg password:6b3h

Preprocessed IMDB can be found in: https://pan.baidu.com/s/199LoAr5WmL3wgx66j-qwaw password:qkec

Requirements

pip -r requirements.txt

Running the model

python O2MAC.py

Note

Set input_view (Informative view) in settings.py as 0 for ACM and 1 for DBLP.

Reference

@inproceedings{

author = {Shaohua Fan, Xiao Wang, Chuan Shi, Emiao Lu, Ken Lin, Bai Wang},

title = {One2Multi Graph Autoencoder for Multi-view Graph Clustering},

booktitle = {Proceedings of The Web Conference 2020 (WWW ’20)},

year = {2020},

publisher = {ACM},

address = {Taipei,Taiwan},

}

About

WWW2020-One2Multi Graph Autoencoder for Multi-view Graph Clustering


Languages

Language:Python 99.4%Language:MATLAB 0.6%