This is the official implementation of our [TPAMI-2024] paper EBMGC-GNF: Efficient Balanced Multi-view Graph Clustering via Good Neighbor Fusion.
Run EBMGC_GNF_demo.m
to reproduce our results.
The source code in finchpp
folder is based on https://github.com/ssarfraz/FINCH-Clustering and slightly modified to fulfill our needs.
If you use our code, please cite our work as:
@article{wu2024ebmgc,
title={EBMGC-GNF: Efficient Balanced Multi-view Graph Clustering via Good Neighbor Fusion},
author={Wu, Danyang and Yang, Zhenkun and Lu, Jitao and Xu, Jin and Xu, Xiangmin and Nie, Feiping},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2024},
publisher={IEEE}
}