/NN-2022-MVGC

Tensorflow 1.13.X implementation for our NN paper: Wei Xia, Sen Wang, Ming Yang, Quanxue Gao, Jungong Han, Xinbo Gao: Multi-view graph embedding clustering network: Joint self-supervision and block diagonal representation. Neural Networks 145: 1-9 (2022)

Primary LanguagePython

Multi-view graph embedding clustering network: Joint self-supervision and block diagonal representation

Simple implementation of our paper MVGC. The details can be found in our NN paper.

requirements

  • Python 3.6
  • Tensorflow 1.13.X

run

run_cluster.py

Citation

If you find our approach useful in your research, please consider citing:

@article{XiaWYGHG22,
  author    = {Wei Xia and
               Sen Wang and
               Ming Yang and
               Quanxue Gao and
               Jungong Han and
               Xinbo Gao},
  title     = {Multi-view graph embedding clustering network: Joint self-supervision
               and block diagonal representation},
  journal   = {Neural Networks},
  volume    = {145},
  pages     = {1--9},
  year      = {2022}
}