zoukankan      html  css  js  c++  java
  • 论文笔记:Latent Multi-view Subspace Clustering

    motivation

    Existing works usually reconstruct the data points on the original view directly, 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 Alternat Direction Minimizing strategy.

    experiment results and conclusions

    Data sets: MSRCV1, Scene-15, ORL, LandUse-21, Still DB, BBCSport.

    • With the help of multiple views the proposed method achieves much more promising results compared with the result that only using single view.
    • In a big picture, the proposed approach outperforms all the baselines with a large margin.

    论文信息

    Zhang C , Hu Q , Fu H , et al. Latent Multi-view Subspace Clustering[C]// 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2017.

  • 相关阅读:
    用Python计算最长公共子序列和最长公共子串
    两个有序数列,求中间值 Median of Two Sorted Arrays
    python判断平衡二叉树
    经验之谈:如何为你的机器学习问题选择合适的算法?
    跑道没了,它们还在跑:澳门赛狗业的遗孤
    钉钉:工作的归工作,生活的…也归工作?
    假·照骗,真·社交焦虑
    苹果市值破万亿,iPhone 会涨价吗?
    写日志(log)
    多维数组排序
  • 原文地址:https://www.cnblogs.com/picassooo/p/12877596.html
Copyright © 2011-2022 走看看