paper-with-me

Papers

Multi-view Deep Subspace Clustering Networks

2019-08-06 · Pengfei Zhu, Xinjie Yao, Yu Wang, Binyuan Hui, Dawei Du, QinGhua Hu

Multi-view subspace clustering aims to discover the inherent structure of data by fusing multiple views of complementary information. Most existing methods first extract multiple types of handcrafted features and then learn a joint affinity matrix for clustering. The disadvantage of this approach lies in two aspects: 1) multi-view relations are not embedded into feature learning, and 2) the end-to-end learning manner of deep learning is not suitable for multi-view clustering. Even when deep features have been extracted, it is a nontrivial problem to choose a proper backbone for clustering on different datasets. To address these issues, we propose the Multi-view Deep Subspace Clustering Networks (MvDSCN), which learns a multi-view self-representation matrix in an end-to-end manner. The MvDSCN consists of two sub-networks, \ie, a diversity network (Dnet) and a universality network (Unet). A latent space is built using deep convolutional autoencoders, and a self-representation matrix is learned in the latent space using a fully connected layer. Dnet learns view-specific self-representation matrices, whereas Unet learns a common self-representation matrix for all views. To exploit the complementarity of multi-view representations, the Hilbert--Schmidt independence criterion (HSIC) is introduced as a diversity regularizer that captures the nonlinear, high-order inter-view relations. Because different views share the same label space, the self-representation matrices of each view are aligned to the common one by universality regularization. The MvDSCN also unifies multiple backbones to boost clustering performance and avoid the need for model selection. Experiments demonstrate the superiority of the MvDSCN.

📄 PDF Abstract BibTeX arXiv:1908.01978

Code (2)

yxjdarren/mvdscn 공식 구현 tf
huybery/MvDSCN tf

Tasks

ClusteringDiversityModel SelectionMulti-view Subspace Clustering

Similar Papers 제목 키워드 기반

Multi-view Subspace Clustering Networks with Local and Global Graph Information

2020-10-19 · Qinghai Zheng, Jihua Zhu, Yuanyuan Ma, Zhongyu Li 외

This study investigates the problem of multi-view subspace clustering, the goal of which is to explore the underlying grouping structure of data collected from different fields or measurements. Since data do not always c…

ClusteringMulti-view Subspace Clustering

Multi-view Subspace Adaptive Learning via Autoencoder and Attention

2022-01-01 · Jian-wei Liu, Hao-jie Xie, Run-kun Lu, Xiong-lin Luo

Multi-view learning can cover all features of data samples more comprehensively, so multi-view learning has attracted widespread attention. Traditional subspace clustering methods, such as sparse subspace clustering (SSC…

ClusteringMULTI-VIEW LEARNING

Enriched Robust Multi-View Kernel Subspace Clustering

2022-05-21 · Mengyuan Zhang, Kai Liu

Subspace clustering is to find underlying low-dimensional subspaces and cluster the data points correctly. In this paper, we propose a novel multi-view subspace clustering method. Most existing methods suffer from two cr…

ClusteringMulti-view Subspace Clustering

Seeking Commonness and Inconsistencies: A Jointly Smoothed Approach to Multi-view Subspace Clustering

2022-03-15 · Xiaosha Cai, Dong Huang, Guang-Yu Zhang, Chang-Dong Wang

Multi-view subspace clustering aims to discover the hidden subspace structures from multiple views for robust clustering, and has been attracting considerable attention in recent years. Despite significant progress, most…

ClusteringMulti-view Subspace ClusteringRepresentation Learning

Multi-view Low-rank Sparse Subspace Clustering

2017-08-29 · Maria Brbic, Ivica Kopriva

Most existing approaches address multi-view subspace clustering problem by constructing the affinity matrix on each view separately and afterwards propose how to extend spectral clustering algorithm to handle multi-view …

ClusteringMulti-view Subspace Clustering