All Projects → googlebaba → WWW2020-O2MAC

googlebaba / WWW2020-O2MAC

Licence: other
WWW2020-One2Multi Graph Autoencoder for Multi-view Graph Clustering

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to WWW2020-O2MAC

Awesome Community Detection
A curated list of community detection research papers with implementations.
Stars: ✭ 1,874 (+2615.94%)
Mutual labels:  graph-clustering
watset-java
An implementation of the Watset clustering algorithm in Java.
Stars: ✭ 24 (-65.22%)
Mutual labels:  graph-clustering
resolutions-2019
A list of data mining and machine learning papers that I implemented in 2019.
Stars: ✭ 19 (-72.46%)
Mutual labels:  graph-clustering
LabelPropagation
A NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).
Stars: ✭ 101 (+46.38%)
Mutual labels:  graph-clustering
EgoSplitting
A NetworkX implementation of "Ego-splitting Framework: from Non-Overlapping to Overlapping Clusters" (KDD 2017).
Stars: ✭ 78 (+13.04%)
Mutual labels:  graph-clustering
SDSNE
AAAI 2022: Stationary diffusion state neural estimation
Stars: ✭ 31 (-55.07%)
Mutual labels:  multiview
cca zoo
Canonical Correlation Analysis Zoo: A collection of Regularized, Deep Learning based, Kernel, and Probabilistic methods in a scikit-learn style framework
Stars: ✭ 103 (+49.28%)
Mutual labels:  multiview
MVDet
[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".
Stars: ✭ 123 (+78.26%)
Mutual labels:  multiview
GNN-FakeNews
A collection of GNN-based fake news detection models.
Stars: ✭ 127 (+84.06%)
Mutual labels:  graphneuralnetwork
Benchmark dataset for graph classification
This repository contains a dataset for testing graph classification algorithms, such as Graph Kernels and Graph Neural Networks.
Stars: ✭ 30 (-56.52%)
Mutual labels:  graphneuralnetwork
FUNDED NISL
FUNDED is a novel learning framework for building vulnerability detection models.
Stars: ✭ 49 (-28.99%)
Mutual labels:  graphneuralnetwork
CARE-GNN
Code for CIKM 2020 paper Enhancing Graph Neural Network-based Fraud Detectors against Camouflaged Fraudsters
Stars: ✭ 121 (+75.36%)
Mutual labels:  graphneuralnetwork
DGFraud-TF2
A Deep Graph-based Toolbox for Fraud Detection in TensorFlow 2.X
Stars: ✭ 84 (+21.74%)
Mutual labels:  graphneuralnetwork
GraphMix
Code for reproducing results in GraphMix paper
Stars: ✭ 64 (-7.25%)
Mutual labels:  graphneuralnetwork

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:[email protected]

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},

}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].