Awesome
Partially view-aligned clustering
This repository is the official implementation of Partially view-aligned clustering.
Requirements
To install requirements:
conda env create -f pvc.yml
Run
Training and evaluation.
python run.py
Citation
If you find our approach useful in your research, please consider citing:
@inproceedings{huang2020pvc,
Author = {Huang, Zhenyu and Hu, Peng and Zhou, Joey Tianyi and Lv, Jiancheng and Peng, Xi},
Booktitle = {Proceedings of the 34th Conference on Neural Information Processing Systems , {NeurIPS'2020}},
Title = {Partially View-aligned Clustering},
Year = {2020},
}