🤖 AI Summary
In multi-view clustering, ambiguous structural information in certain views degrades overall performance. Method: This paper proposes a self-supervised discriminative feature learning framework. It employs deep autoencoders to independently extract view-specific embeddings and introduces a novel global feature concatenation mechanism to enhance robustness. A unified target distribution is constructed under pseudo-label guidance, and multi-view collaborative optimization is driven by KL divergence, jointly improving feature discriminability and clustering consistency during iterative refinement. The framework balances view diversity with clustering coherence. Contribution/Results: Extensive experiments on multiple benchmark datasets demonstrate significant superiority over 14 classical and state-of-the-art methods. The open-sourced implementation validates the framework’s effectiveness, robustness, and generalizability.
📝 Abstract
Multi-view clustering is an important research topic due to its capability to utilize complementary information from multiple views. However, there are few methods to consider the negative impact caused by certain views with unclear clustering structures, resulting in poor multi-view clustering performance. To address this drawback, we propose self-supervised discriminative feature learning for deep multi-view clustering (SDMVC). Concretely, deep autoencoders are applied to learn embedded features for each view independently. To leverage the multi-view complementary information, we concatenate all views’ embedded features to form the global features, which can overcome the negative impact of some views’ unclear clustering structures. In a self-supervised manner, pseudo-labels are obtained to build a unified target distribution to perform multi-view discriminative feature learning. During this process, global discriminative information can be mined to supervise all views to learn more discriminative features, which in turn are used to update the target distribution. Besides, this unified target distribution can make SDMVC learn consistent cluster assignments, which accomplishes the clustering consistency of multiple views while preserving their features’ diversity. Experiments on various types of multi-view datasets show that SDMVC outperforms 14 competitors including classic and state-of-the-art methods. The code is available at https://github.com/SubmissionsIn/SDMVC.