首页 > 其他 > 详细

论文笔记:Latent Multi-view Subspace Clustering

时间:2020-05-12 18:11:11      阅读:138      评论:0      收藏:0      [点我收藏+]

motivation

Existing works usually reconstruct the data points on the original view di- rectly, and generate the individual subspace representation for each view. However, each single view alone is usually not sufficient to describe data points, which makes the reconstruction by using only one view itself risky. Moreover, the data collection may be noisy, which further increases the difficulty of clustering. To address these issues, this paper introduces a latent representation to explore the relationships among data points and handle the possible noise.

contribution

This work proposes a novel Latent Multi-view Subspace Clustering (LMSC) method, which clusters data points with latent representation and simultaneously explores underlying complementary information from multiple views.

Assumption

The proposed method assumes that multi-view observations are all originated from one underlying latent representation.

技术分享图片

Algorithm

objective function:

技术分享图片

The first term is utilized to assure the learned latent representations H and reconstruction models P(v) associated to different views to be good for reconstructing the observations, while the second one penalizes the reconstruction error in the latent multi-view subspaces. The last term prevents the trivial solution by enforcing the subspace representation to be low-rank. 

The above objective function can be solved by minimizing the following Augmented Lagrange Multiplier (ALM) problem 

技术分享图片

this problem is separated into 5 subproblems in order to optimize it with ALM-ADM (Augmented Lagrange Multiplier with Alternat Direction Minimizing strategy).

技术分享图片

experiment results and conclusions

Test data sets used in this work:

技术分享图片

  • The proposed method significantly outperforms those of the comparisons on all criteria, for all types of data including facial image, object image, digits image, and text data.  
  • It‘s concluded that the proposed method is relatively insensitive to its parameters as long as the parameters are in a suitable range. 
  • Multiview can be employed to comprehensively and accurately describe the data wherever possible.

Drawback

The proposed method cannot be directly applied to very large data sets unless parallelization or random sampling is used.

 

论文信息

Ming, Yin, Junbin, et al. Multiview Subspace Clustering via Tensorial t-Product Representation.[J]. IEEE Transactions on Neural Networks & Learning Systems, 2018.

论文笔记:Latent Multi-view Subspace Clustering

原文:https://www.cnblogs.com/picassooo/p/12877596.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!