└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Multi-view Clustering 2 | 3 | --- 4 | 5 | This repo hosts the codes for (incomplete) multi-view clustering papers. 6 | 7 | --- 8 | 9 | > **Spectral Perturbation Meets Incomplete Multi-view Data**,
10 | > Hao Wang, LinLin Zong, Bing Liu, Yan Yang, and Wei Zhou. 2019.
11 | > _In Proceedings of International Joint Conference on Artificial Intelligence (IJCAI-2019)_.
12 | > [ [pdf](https://www.ijcai.org/Proceedings/2019/510) ] [ [code](https://github.com/cshaowang/pic) ] 13 | 14 | > **GMC: Graph-based Multi-view Clustering**,
15 | > Hao Wang, Yan Yang, and Bing Liu. 2019.
16 | > _IEEE Transactions on Knowledge and Data Engineering (IEEE TKDE)_.
17 | > [ [pdf](https://ieeexplore.ieee.org/abstract/document/8662703) ] [ [code](https://github.com/cshaowang/gmc) ] 18 | 19 | > **A Study of Graph-based System for Multi-view Clustering**,
20 | > Hao Wang, Yan Yang, Bing Liu, and Hamido Fujita. 2019.
21 | > _Knowledge-Based Systems (KBS)_.
22 | > [ [pdf](https://www.sciencedirect.com/science/article/pii/S0950705118305082) ] [ [code](https://github.com/cswanghao/gbs) ] 23 | 24 | > **Multi-view Clustering via Concept Factorization with Local Manifold Fegularization**,
25 | > Hao Wang, Yan Yang, and Tianrui Li. 2016.
26 | > _In Proceedings of IEEE International Conference on Data Mining (ICDM-2016)_.
27 | > [ [pdf](https://ieeexplore.ieee.org/abstract/document/7837980) ] [ [code](https://github.com/vast-wang/Clustering) ] 28 | --------------------------------------------------------------------------------