# WWW2020-O2MAC **Repository Path**: xiao-song-sinx/WWW2020-O2MAC ## Basic Information - **Project Name**: WWW2020-O2MAC - **Description**: 选一个最有信息量的视图,如果没有先验信息,算自趋模块度取最大的作为基准,之后通过深度自编码器来学习到特征表示,解码重构多视图网络,让聚类P,Q聚类loss最小 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-06 - **Last Updated**: 2021-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WWW2020-O2MAC WWW2020-One2Multi Graph Autoencoder for Multi-view Graph Clustering The source code is based on [ARGA](https://github.com/Ruiqi-Hu/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 Google dirve: https://drive.google.com/file/d/1uF64x8IgiqQMUeepRDOmY6KSkWKtfGjz/view?usp=sharing # 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}, }