Robust Graph-Based Multi-View Clustering
Abstract
Graph-based multi-view clustering (G-MVC) constructs a graphical representation of each view and then fuses them to a unified graph for clustering. Though demonstrating promising clustering performance in various applications, we observe that their formulations are usually non-convex, leading to a local optimum. In this paper, we propose a novel MVC algorithm termed robust graph-based multi-view clustering (RG-MVC) to address this issue. In particular, we define a min-max formulation for robust learning and then rewrite it as a convex and differentiable objective function whose convexity and differentiability are carefully proved. Thus, we can efficiently solve the resultant problem using a reduced gradient descent algorithm, and the corresponding solution is guaranteed to be globally optimal. As a consequence, although our algorithm is free of hyper-parameters, it has shown good robustness against noisy views. Extensive experiments on benchmark datasets verify the superiority of the proposed method against the compared state-of-the-art algorithms. Our codes and appendix are available at https://github.com/wx-liang/RG-MVC.
Cite
Text
Liang et al. "Robust Graph-Based Multi-View Clustering." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I7.20710Markdown
[Liang et al. "Robust Graph-Based Multi-View Clustering." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/liang2022aaai-robust/) doi:10.1609/AAAI.V36I7.20710BibTeX
@inproceedings{liang2022aaai-robust,
title = {{Robust Graph-Based Multi-View Clustering}},
author = {Liang, Weixuan and Liu, Xinwang and Zhou, Sihang and Liu, Jiyuan and Wang, Siwei and Zhu, En},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2022},
pages = {7462-7469},
doi = {10.1609/AAAI.V36I7.20710},
url = {https://mlanthology.org/aaai/2022/liang2022aaai-robust/}
}