Anchor Learning with Potential Cluster Constraints for Multi-view Clustering
Yawei Chen, Huibing Wang, Jinjia Peng, Yang Wang
TL;DR
ALPC tackles the challenge of scalable, high-quality anchors in multi-view clustering by introducing a shared latent semantic constraint that forces anchors to be generated from multiple data clusters and by aligning anchor graphs with the data’s clustering structure. The method jointly learns view-specific anchors and a consistent anchor graph, using variables $A^{(v)}$, $Z$, $P$, $R$, and $U^{(v)}$, and enforces orthogonality and nonnegativity to ensure discriminative representation. Through an alternating optimization with closed-form updates, ALPC achieves state-of-the-art clustering performance on six benchmarks, with favorable convergence and linear scalability in the number of samples. This approach offers practical benefits for large-scale, multi-view data by producing more representative anchors and compact, informative graphs that reflect the underlying clustering layout.
Abstract
Anchor-based multi-view clustering (MVC) has received extensive attention due to its efficient performance. Existing methods only focus on how to dynamically learn anchors from the original data and simultaneously construct anchor graphs describing the relationships between samples and perform clustering, while ignoring the reality of anchors, i.e., high-quality anchors should be generated uniformly from different clusters of data rather than scattered outside the clusters. To deal with this problem, we propose a noval method termed Anchor Learning with Potential Cluster Constraints for Multi-view Clustering (ALPC) method. Specifically, ALPC first establishes a shared latent semantic module to constrain anchors to be generated from specific clusters, and subsequently, ALPC improves the representativeness and discriminability of anchors by adapting the anchor graph to capture the common clustering center of mass from samples and anchors, respectively. Finally, ALPC combines anchor learning and graph construction into a unified framework for collaborative learning and mutual optimization to improve the clustering performance. Extensive experiments demonstrate the effectiveness of our proposed method compared to some state-of-the-art MVC methods. Our source code is available at https://github.com/whbdmu/ALPC.
