paper-with-me

홈 › Papers

Online Multi-view Clustering with Incomplete Views

2016-11-02 · Weixiang Shao, Lifang He, Chun-Ta Lu, Philip S. Yu

In the era of big data, it is common to have data with multiple modalities or coming from multiple sources, known as "multi-view data". Multi-view clustering provides a natural way to generate clusters from such data. Since different views share some consistency and complementary information, previous works on multi-view clustering mainly focus on how to combine various numbers of views to improve clustering performance. However, in reality, each view may be incomplete, i.e., instances missing in the view. Furthermore, the size of data could be extremely huge. It is unrealistic to apply multi-view clustering in large real-world applications without considering the incompleteness of views and the memory requirement. None of previous works have addressed all these challenges simultaneously. In this paper, we propose an online multi-view clustering algorithm, OMVC, which deals with large-scale incomplete views. We model the multi-view clustering problem as a joint weighted nonnegative matrix factorization problem and process the multi-view data chunk by chunk to reduce the memory requirement. OMVC learns the latent feature matrices for all the views and pushes them towards a consensus. We further increase the robustness of the learned latent feature matrices in OMVC via lasso regularization. To minimize the influence of incompleteness, dynamic weight setting is introduced to give lower weights to the incoming missing instances in different views. More importantly, to reduce the computational time, we incorporate a faster projected gradient descent by utilizing the Hessian matrices in OMVC. Extensive experiments conducted on four real data demonstrate the effectiveness of the proposed OMVC method.

📄 PDF Abstract BibTeX arXiv:1611.00481

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Unbalanced Incomplete Multi-view Clustering via the Scheme of View Evolution: Weak Views are Meat; Strong Views do Eat

2020-11-20 · Xiang Fang, Yuchong Hu, Pan Zhou, Dapeng Oliver Wu

Incomplete multi-view clustering is an important technique to deal with real-world incomplete multi-view data. Previous works assume that all views have the same incompleteness, i.e., balanced incompleteness. However, di…

ClusteringIncomplete multi-view clusteringMulti-view Subspace Clustering

Incomplete Multi-view Clustering via Diffusion Completion

2023-05-19 · Sifan Fang

Incomplete multi-view clustering is a challenging and non-trivial task to provide effective data analysis for large amounts of unlabeled data in the real world. All incomplete multi-view clustering methods need to addres…

ClusteringContrastive LearningIncomplete multi-view clustering

Spectral Perturbation Meets Incomplete Multi-view Data

2019-05-31 · Hao Wang, Linlin Zong, Bing Liu, Yan Yang 외

Beyond existing multi-view clustering, this paper studies a more realistic clustering scenario, referred to as incomplete multi-view clustering, where a number of data instances are missing in certain views. To tackle th…

ClusteringIncomplete multi-view clusteringMatrix Completion

V3H: View Variation and View Heredity for Incomplete Multi-view Clustering

2020-11-23 · Xiang Fang, Yuchong Hu, Pan Zhou, Dapeng Oliver Wu

Real data often appear in the form of multiple incomplete views. Incomplete multi-view clustering is an effective method to integrate these incomplete views. Previous methods only learn the consistent information between…

ClusteringIncomplete multi-view clustering

A Survey on Incomplete Multi-view Clustering

2022-08-17 · Jie Wen, Zheng Zhang, Lunke Fei, Bob Zhang 외

Conventional multi-view clustering seeks to partition data into respective groups based on the assumption that all views are fully observed. However, in practical applications, such as disease diagnosis, multimedia analy…

ClusteringIncomplete multi-view clusteringSurvey