LGCVMar 28, 2021

Self-Supervised Discriminative Feature Learning for Deep Multi-View Clustering

arXiv:2103.15069v3220 citationsHas Code
AI Analysis

This addresses multi-view clustering for researchers and practitioners by improving performance, but it is incremental as it builds on existing deep learning and self-supervised methods.

The paper tackles the problem of poor multi-view clustering performance due to views with unclear clustering structures by proposing SDMVC, which uses self-supervised discriminative feature learning to leverage complementary information, resulting in outperforming 14 competitors on various datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes