/2019-IJCAI-MvSCN

Primary LanguagePythonMIT LicenseMIT

Multi-view Spectral Clustering Network

Simple implementation of our paper MvSCN. The details can be found in the IJCAI2019 paper here.

requirements

  • Python 3.6
  • scikit-learn
  • tensorflow
  • keras
  • munkres

run

python run.py

Citation

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


@inproceedings{huang2019mvscn,
	Author = {Huang, Zhenyu and Zhou, Joey Tianyi and Peng, Xi and Zhang, Changqing and Zhu, Hongyuan and Lv, Jiancheng},
	Booktitle = {Proceedings of the Twenty-Eighth International Joint Conference on
               Artificial Intelligence, {IJCAI-19}},
	publisher = {International Joint Conferences on Artificial Intelligence Organization},  
	Month = {10--16 Aug},
	Pages = {2563--2569},
	Title = {Multi-view Spectral Clustering Network},
	Year = {2019},
}