1
|
Wang Z, Lin Q, Ma Y, Ma X. Local High-Order Graph Learning for Multi-View Clustering. IEEE TRANSACTIONS ON BIG DATA 2025; 11:761-773. [DOI: 10.1109/tbdata.2024.3433525] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 01/11/2025]
Affiliation(s)
- Zhi Wang
- School of Computer Science and Technology, Xidian University, Xian, China
| | - Qiang Lin
- School of Mathematic and Information, Northwest Minzu University, Lanzhou, China
| | - Yaxiong Ma
- School of Computer Science and Technology, Xidian University, Xian, China
| | - Xiaoke Ma
- School of Computer Science and Technology, Xidian University, Xian, China
| |
Collapse
|
2
|
Tang C, Wang M, Sun K. One-Step Multiview Clustering via Adaptive Graph Learning and Spectral Rotation. IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS 2025; 36:5442-5453. [PMID: 38598393 DOI: 10.1109/tnnls.2024.3381223] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 04/12/2024]
Abstract
In graph based multiview clustering methods, the ultimate partition result is usually achieved by spectral embedding of the consistent graph using some traditional clustering methods, such as -means. However, optimal performance will be reduced by this multistep procedure since it cannot unify graph learning with partition generation closely. In this article, we propose a one-step multiview clustering method through adaptive graph learning and spectral rotation (AGLSR). For every view, AGLSR adaptively learns affinity graphs to capture similar relationships of samples. Then, a spectral embedding is designed to take advantage of the potential feature space shared by different views. In addition, AGLSR utilizes a spectral rotation strategy to obtain the discrete clustering labels from the learned spectral embeddings directly. An effective updating algorithm with proven convergence is derived to optimize the optimization problem. Sufficient experiments on benchmark datasets have clearly demonstrated the effectiveness of the proposed method in six metrics. The code of AGLSR is uploaded at https://github.com/tangchuan2000/AGLSR.
Collapse
|
3
|
Qin Y, Zhang X, Yu S, Feng G. A survey on representation learning for multi-view data. Neural Netw 2025; 181:106842. [PMID: 39515080 DOI: 10.1016/j.neunet.2024.106842] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 07/15/2024] [Revised: 09/19/2024] [Accepted: 10/23/2024] [Indexed: 11/16/2024]
Abstract
Multi-view clustering has become a rapidly growing field in machine learning and data mining areas by combining useful information from different views for last decades. Although there have been some surveys based on multi-view clustering, most of these works ignore simultaneously taking the self-supervised and non-self supervised multi-view clustering into consideration. We give a novel survey for sorting out the existing algorithms of multi-view clustering in this work, which can be classified into two different categories, i.e., non-self supervised and self-supervised multi-view clustering. We first review the representative approaches based on the non-self supervised multi-view clustering, which consist of methods based on non-representation learning and representation learning. Furthermore, the methods built on non-representation learning contain works based on matrix factorization, kernel and other non-representation learning. Methods based on representation learning consist of multi-view graph clustering, deep representation learning and multi-view subspace clustering. For the methods based on self-supervised multi-view clustering, we divide them into contrastive methods and generative methods. Overall, this survey attempts to give an insightful overview regarding the developments in the multi-view clustering field.
Collapse
Affiliation(s)
- Yalan Qin
- School of Communication and Information Engineering, Shanghai University, China
| | - Xinpeng Zhang
- School of Communication and Information Engineering, Shanghai University, China
| | - Shui Yu
- School of Computer Science, University of Technology Sydney, Australia
| | - Guorui Feng
- School of Communication and Information Engineering, Shanghai University, China.
| |
Collapse
|
4
|
Quadir A, Tanveer M. Multiview learning with twin parametric margin SVM. Neural Netw 2024; 180:106598. [PMID: 39173204 DOI: 10.1016/j.neunet.2024.106598] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 03/26/2024] [Revised: 06/27/2024] [Accepted: 08/02/2024] [Indexed: 08/24/2024]
Abstract
Multiview learning (MVL) seeks to leverage the benefits of diverse perspectives to complement each other, effectively extracting and utilizing the latent information within the dataset. Several twin support vector machine-based MVL (MvTSVM) models have been introduced and demonstrated outstanding performance in various learning tasks. However, MvTSVM-based models face significant challenges in the form of computational complexity due to four matrix inversions, the need to reformulate optimization problems in order to employ kernel-generated surfaces for handling non-linear cases, and the constraint of uniform noise assumption in the training data. Particularly in cases where the data possesses a heteroscedastic error structure, these challenges become even more pronounced. In view of the aforementioned challenges, we propose multiview twin parametric margin support vector machine (MvTPMSVM). MvTPMSVM constructs parametric margin hyperplanes corresponding to both classes, aiming to regulate and manage the impact of the heteroscedastic noise structure existing within the data. The proposed MvTPMSVM model avoids the explicit computation of matrix inversions in the dual formulation, leading to enhanced computational efficiency. We perform an extensive assessment of the MvTPMSVM model using benchmark datasets such as UCI, KEEL, synthetic, and Animals with Attributes (AwA). Our experimental results, coupled with rigorous statistical analyses, confirm the superior generalization capabilities of the proposed MvTPMSVM model compared to the baseline models. The source code of the proposed MvTPMSVM model is available at https://github.com/mtanveer1/MvTPMSVM.
Collapse
Affiliation(s)
- A Quadir
- Department of Mathematics, Indian Institute of Technology Indore, Simrol, Indore, 453552, Madhya Pradesh, India
| | - M Tanveer
- Department of Mathematics, Indian Institute of Technology Indore, Simrol, Indore, 453552, Madhya Pradesh, India.
| |
Collapse
|
5
|
You J, Ren Z, Yu FR, You X. One-Stage Shifted Laplacian Refining for Multiple Kernel Clustering. IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS 2024; 35:11501-11513. [PMID: 37030712 DOI: 10.1109/tnnls.2023.3262590] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 06/19/2023]
Abstract
Graph learning can effectively characterize the similarity structure of sample pairs, hence multiple kernel clustering based on graph learning (MKC-GL) achieves promising results on nonlinear clustering tasks. However, previous methods confine to a "three-stage" scheme, that is, affinity graph learning, Laplacian construction, and clustering indicator extracting, which results in the information distortion in the step alternating. Meanwhile, the energy of Laplacian reconstruction and the necessary cluster information cannot be preserved simultaneously. To address these problems, we propose a one-stage shifted Laplacian refining (OSLR) method for multiple kernel clustering (MKC), where using the "one-stage" scheme focuses on Laplacian learning rather than traditional graph learning. Concretely, our method treats each kernel matrix as an affinity graph rather than ordinary data and constructs its corresponding Laplacian matrix in advance. Compared to the traditional Laplacian methods, we transform each Laplacian to an approximately shifted Laplacian (ASL) for refining a consensus Laplacian. Then, we project the consensus Laplacian onto a Fantope space to ensure that reconstruction information and clustering information concentrate on larger eigenvalues. Theoretically, our OSLR reduces the memory complexity and computation complexity to O(n) and O(n2) , respectively. Moreover, experimental results have shown that it outperforms state-of-the-art MKC methods on multiple benchmark datasets.
Collapse
|
6
|
Cui J, Fu Y, Huang C, Wen J. Low-Rank Graph Completion-Based Incomplete Multiview Clustering. IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS 2024; 35:8064-8074. [PMID: 36449580 DOI: 10.1109/tnnls.2022.3224058] [Citation(s) in RCA: 1] [Impact Index Per Article: 1.0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 06/17/2023]
Abstract
In order to reduce the negative effect of missing data on clustering, incomplete multiview clustering (IMVC) has become an important research content in machine learning. At present, graph-based methods are widely used in IMVC, but these methods still have some defects. First, some of the methods overlook potential relationships across views. Second, most of the methods depend on local structure information and ignore the global structure information. Third, most of the methods cannot use both global structure information and potential information across views to adaptively recover the incomplete relationship structure. To address the above issues, we propose a unified optimization framework to learn reasonable affinity relationships, called low-rank graph completion-based IMVC (LRGR_IMVC). 1) Our method introduces adaptive graph embedding to effectively explore the potential relationship among views; 2) we append a low-rank constraint to adequately exploit the global structure information among views; and 3) this method unites related information within views, potential information across views, and global structure information to adaptively recover the incomplete graph structure and obtain complete affinity relationships. Experimental results on several commonly used datasets show that the proposed method achieves better clustering performance significantly than some of the most advanced methods.
Collapse
|
7
|
Wang H, Wang Q, Miao Q, Ma X. Joint learning of data recovering and graph contrastive denoising for incomplete multi-view clustering. INFORMATION FUSION 2024; 104:102155. [DOI: 10.1016/j.inffus.2023.102155] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 01/11/2025]
|
8
|
Zhao M, Yang W, Nie F. Deep graph reconstruction for multi-view clustering. Neural Netw 2023; 168:560-568. [PMID: 37837745 DOI: 10.1016/j.neunet.2023.10.001] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 02/08/2023] [Revised: 07/01/2023] [Accepted: 10/01/2023] [Indexed: 10/16/2023]
Abstract
Graph-based multi-view clustering methods have achieved impressive success by exploring a complemental or independent graph embedding with low-dimension among multiple views. The majority of them, however, are shallow models with limited ability to learn the nonlinear information in multi-view data. To this end, we propose a novel deep graph reconstruction (DGR) framework for multi-view clustering, which contains three modules. Specifically, a Multi-graph Fusion Module (MFM) is employed to obtain the consensus graph. Then node representation is learned by the Graph Embedding Network (GEN). To assign clusters directly, the Clustering Assignment Module (CAM) is devised to obtain the final low-dimensional graph embedding, which can serve as the indicator matrix. In addition, a simple and powerful loss function is designed in the proposed DGR. Extensive experiments on seven real-world datasets have been conducted to verify the superior clustering performance and efficiency of DGR compared with the state-of-the-art methods.
Collapse
Affiliation(s)
- Mingyu Zhao
- School of Computer Science, Fudan University, Shanghai 200433, PR China.
| | - Weidong Yang
- School of Computer Science, Fudan University, Shanghai 200433, PR China.
| | - Feiping Nie
- School of Computer Science, School of Artificial Intelligence, Optics and Electronics (iOPEN), and the Key Laboratory of Intelligent Interaction and Applications (Ministry of Industry and Information Technology), Northwestern Polytechnical University, Xi'an 710072, Shaanxi, PR China.
| |
Collapse
|
9
|
Sun L, Wen J, Liu C, Fei L, Li L. Balance guided incomplete multi-view spectral clustering. Neural Netw 2023; 166:260-272. [PMID: 37531726 DOI: 10.1016/j.neunet.2023.07.022] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 10/06/2022] [Revised: 07/13/2023] [Accepted: 07/14/2023] [Indexed: 08/04/2023]
Abstract
There is a large volume of incomplete multi-view data in the real-world. How to partition these incomplete multi-view data is an urgent realistic problem since almost all of the conventional multi-view clustering methods are inapplicable to cases with missing views. In this paper, a novel graph learning-based incomplete multi-view clustering (IMVC) method is proposed to address this issue. Different from existing works, our method aims at learning a common consensus graph from all incomplete views and obtaining a clustering indicator matrix in a unified framework. To achieve a stable clustering result, a relaxed spectral clustering model is introduced to obtain a probability consensus representation with all positive elements that reflect the data clustering result. Considering the different contributions of views to the clustering task, a weighted multi-view learning mechanism is introduced to automatically balance the effects of different views in model optimization. In this way, the intrinsic information of the incomplete multi-view data can be fully exploited. The experiments on several incomplete multi-view datasets show that our method outperforms the compared state-of-the-art clustering methods, which demonstrates the effectiveness of our method for IMVC.
Collapse
Affiliation(s)
- Lilei Sun
- School of Data Science and Information Engineering, Guizhou Minzu University, Guiyang, 550025, China; Shenzhen Key Laboratory of Visual Object Detection and Recognition, Harbin Institute of Technology, Shenzhen, Shenzhen, 518000, China
| | - Jie Wen
- Shenzhen Key Laboratory of Visual Object Detection and Recognition, Harbin Institute of Technology, Shenzhen, Shenzhen, 518000, China.
| | - Chengliang Liu
- Shenzhen Key Laboratory of Visual Object Detection and Recognition, Harbin Institute of Technology, Shenzhen, Shenzhen, 518000, China
| | - Lunke Fei
- School of Computer Science and Technology, Guangdong University of Technology, Guangzhou, 510000, China
| | - Lusi Li
- Department of Computer Science, Old Dominion University, USA
| |
Collapse
|
10
|
Tang C, Sun K, Tang C, Zheng X, Liu X, Huang JJ, Zhang W. Multi-view subspace clustering via adaptive graph learning and late fusion alignment. Neural Netw 2023; 165:333-343. [PMID: 37327580 DOI: 10.1016/j.neunet.2023.05.019] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [MESH Headings] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/09/2022] [Revised: 02/22/2023] [Accepted: 05/11/2023] [Indexed: 06/18/2023]
Abstract
Multi-view subspace clustering has attracted great attention due to its ability to explore data structure by utilizing complementary information from different views. Most of existing methods learn a sample representation coefficient matrix or an affinity graph for each single view, then the final clustering result is obtained from the spectral embedding of a consensus graph using certain traditional clustering techniques, such as k-means. However, clustering performance will be degenerated if the early fusion of partitions cannot fully exploit relationships between all samples. Different from existing methods, we propose a multi-view subspace clustering method via adaptive graph learning and late fusion alignment (AGLLFA). For each view, AGLLFA learns an affinity graph adaptively to capture the similarity relationship among samples. Moreover, a spectral embedding learning term is designed to exploit the latent feature space of different views. Furthermore, we design a late fusion alignment mechanism to generate an optimal clustering partition by fusing view-specific partitions obtained from multiple views. An alternate updating algorithm with validated convergence is developed to solve the resultant optimization problem. Extensive experiments on several benchmark datasets are conducted to illustrate the effectiveness of the proposed method when compared with other state-of-the-art methods. The demo code of this work is publicly available at https://github.com/tangchuan2000/AGLLFA.
Collapse
Affiliation(s)
- Chuan Tang
- School of Computer Science, China University of Geosciences, No. 68 Jincheng Road, 430078, Wuhan, China.
| | - Kun Sun
- School of Computer Science, China University of Geosciences, No. 68 Jincheng Road, 430078, Wuhan, China.
| | - Chang Tang
- School of Computer Science, China University of Geosciences, No. 68 Jincheng Road, 430078, Wuhan, China.
| | - Xiao Zheng
- School of Computer, National University of Defense Technology, Deya Road, 410073, Changsha, China.
| | - Xinwang Liu
- School of Computer, National University of Defense Technology, Deya Road, 410073, Changsha, China.
| | - Jun-Jie Huang
- School of Computer, National University of Defense Technology, Deya Road, 410073, Changsha, China.
| | - Wei Zhang
- Shandong Provincial Key Laboratory of Computer Networks, Shandong Computer Science Center (National Supercomputing Center in Jinan), Qilu University of Technology (Shandong Academy of Sciences), 250000, Jinan, China.
| |
Collapse
|
11
|
Li C, Che H, Leung MF, Liu C, Yan Z. Robust multi-view non-negative matrix factorization with adaptive graph and diversity constraints. Inf Sci (N Y) 2023. [DOI: 10.1016/j.ins.2023.03.119] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 03/30/2023]
|
12
|
Jia W, Ma X. Clustering of multi-layer networks with structural relations and conservation of features. Appl Soft Comput 2023; 140:110272. [DOI: 10.1016/j.asoc.2023.110272] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 04/03/2023]
|
13
|
Liu X, Shao W, Chen J, Lü Z, Glover F, Ding J. Multi-start local search algorithm based on a novel objective function for clustering analysis. APPL INTELL 2023. [DOI: 10.1007/s10489-023-04580-x] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 04/09/2023]
|
14
|
Yu Y, Liu B, Du S, Song J, Zhang K. Semi-supervised Multi-view Clustering Based on Non-negative Matrix Factorization and Low-Rank Tensor Representation. Neural Process Lett 2023. [DOI: 10.1007/s11063-023-11260-x] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 04/08/2023]
|
15
|
Robust and Optimal Neighborhood Graph Learning for Multi-View Clustering. Inf Sci (N Y) 2023. [DOI: 10.1016/j.ins.2023.02.089] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 03/06/2023]
|
16
|
Zhao M, Yang W, Nie F. Auto-weighted Orthogonal and Nonnegative Graph Reconstruction for Multi-view Clustering. Inf Sci (N Y) 2023. [DOI: 10.1016/j.ins.2023.03.016] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 03/10/2023]
|
17
|
Incomplete multi-view clustering network via nonlinear manifold embedding and probability-induced loss. Neural Netw 2023; 163:233-243. [PMID: 37086541 DOI: 10.1016/j.neunet.2023.03.013] [Citation(s) in RCA: 5] [Impact Index Per Article: 2.5] [Reference Citation Analysis] [Abstract] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/15/2022] [Revised: 02/21/2023] [Accepted: 03/07/2023] [Indexed: 03/13/2023]
Abstract
Incomplete multi-view clustering, which included missing data in different views, is more challenging than multi-view clustering. For the purpose of eliminating the negative influence of incomplete data, researchers have proposed a series of solutions. However, the present incomplete multi-view clustering methods still confront three major issues: (1) The interference of redundant features hinders these methods to learn the most discriminative features. (2) The importance role of local structure is not considered during clustering. (3) These methods fail to utilize data distribution information to guide models update to decrease the effects of outliers and noise. To address above issues, a novel deep clustering network which exerted on incomplete multi-view data was proposed in this paper. We combine multi-view autoencoders with nonlinear manifold embedding method UMAP to extract latent consistent features of incomplete multi-view data. In the clustering method, we introduce Gaussian Mixture Model (GMM) to fit the complex distribution of data and deal with the interference of outliers. In addition, we reasonably utilize the probability distribution information generated by GMM, using probability-induced loss function to integrate feature learning and clustering as a joint framework. In experiments conducted on multiple benchmark datasets, our method captures incomplete multi-view data features effectively and perform excellent.
Collapse
|
18
|
Inductive Multi-View Semi-supervised Learning with a Consensus Graph. Cognit Comput 2023. [DOI: 10.1007/s12559-023-10123-w] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 03/02/2023]
|
19
|
Inclusivity induced adaptive graph learning for multi-view clustering. Knowl Based Syst 2023. [DOI: 10.1016/j.knosys.2023.110424] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 03/02/2023]
|
20
|
Shi S, Nie F, Wang R, Li X. Multi-View Clustering via Nonnegative and Orthogonal Graph Reconstruction. IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS 2023; 34:201-214. [PMID: 34288875 DOI: 10.1109/tnnls.2021.3093297] [Citation(s) in RCA: 4] [Impact Index Per Article: 2.0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 06/13/2023]
Abstract
The goal of multi-view clustering is to partition samples into different subsets according to their diverse features. Previous multi-view clustering methods mainly exist two forms: multi-view spectral clustering and multi-view matrix factorization. Although they have shown excellent performance in many occasions, there are still many disadvantages. For example, multi-view spectral clustering usually needs to perform postprocessing. Multi-view matrix factorization directly decomposes the original data features. When the size of features is large, it encounters the expensive time consumption to decompose these data features thoroughly. Therefore, we proposed a novel multi-view clustering approach. The main advantages include the following three aspects: 1) it searches for a common joint graph across multiple views, which fully explores the hidden structure information by utilizing the compatibility among views; 2) the introduced nonnegative constraint manipulates that the final clustering results can be directly obtained; and 3) straightforwardly decomposing the similarity matrix can transform the eigenvalue factorization in spectral clustering with computational complexity O(n3) into the singular value decomposition (SVD) with O(nc2) time cost, where n and c , respectively, denote the numbers of samples and classes. Thus, the computational efficiency can be improved. Moreover, in order to learn a better clustering model, we set that the constructed similarity graph approximates each view affinity graph as close as possible by adding the constraint as the initial affinity matrices own. Furthermore, substantial experiments are conducted, which verifies the superiority of the proposed two clustering methods comparing with single-view clustering approaches and state-of-the-art multi-view clustering methods.
Collapse
|
21
|
Carniel T, Halloy J, Dalle JM. A novel clustering approach to bipartite investor-startup networks. PLoS One 2023; 18:e0279780. [PMID: 36602981 PMCID: PMC9815571 DOI: 10.1371/journal.pone.0279780] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [MESH Headings] [Track Full Text] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 08/23/2022] [Accepted: 12/14/2022] [Indexed: 01/06/2023] Open
Abstract
We propose a novel similarity-based clustering approach to venture capital investors that takes as input the bipartite graph of funding interactions between investors and startups and returns clusterings of investors built upon 5 characteristic dimensions. We first validate that investors are clustered in a meaningful manner and present methods of visualizing cluster characteristics. We further analyze the temporal dynamics at the cluster level and observe a meaningful second-order evolution of the sectoral investment trends. Finally, and surprisingly, we report that clusters appear stable even when running the clustering algorithm with all but one of the 5 characteristic dimensions, for instance observing geography-focused clusters without taking into account the geographical dimension or sector-focused clusters without taking into account the sectoral dimension, suggesting the presence of significant underlying complex investment patterns.
Collapse
Affiliation(s)
- Théophile Carniel
- Agoranov, Paris, France
- Université Paris Cité, CNRS, LIED UMR 8236, Paris, France
- * E-mail:
| | - José Halloy
- Université Paris Cité, CNRS, LIED UMR 8236, Paris, France
| | | |
Collapse
|
22
|
Shen XJ, Cai Y, Abhadiomhen SE, Liu Z, Zhan YZ, Fan J. Deep Robust Low Rank Correlation With Unifying Clustering Structure for Cross Domain Adaptation. IEEE TRANSACTIONS ON MULTIMEDIA 2023; 25:8334-8345. [DOI: 10.1109/tmm.2023.3235526] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 12/04/2024]
Affiliation(s)
- Xiang-Jun Shen
- School of Computer Science and Communication Engineering, JiangSu University, JiangSu, China
| | - Yanan Cai
- School of Computer Science and Communication Engineering, JiangSu University, JiangSu, China
| | | | - Zhifeng Liu
- School of Computer Science and Communication Engineering, JiangSu University, JiangSu, China
| | - Yong-Zhao Zhan
- School of Computer Science and Communication Engineering, JiangSu University, JiangSu, China
| | | |
Collapse
|
23
|
Yang JH, Fu LL, Chen C, Dai HN, Zheng Z. Cross-view graph matching for incomplete multi-view clustering. Neurocomputing 2023. [DOI: 10.1016/j.neucom.2022.10.007] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/06/2022]
|
24
|
Yang B, Wu J, Zhang X, Lin Z, Nie F, Chen B. Robust Anchor-based Multi-view Clustering via Spectral Embedded Concept Factorization. Neurocomputing 2023. [DOI: 10.1016/j.neucom.2023.01.028] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 01/13/2023]
|
25
|
Wang L, Chen H, Peng B, Li T, Yin T. Robust multi-label feature selection with shared coupled and dynamic graph regularization. APPL INTELL 2022. [DOI: 10.1007/s10489-022-04343-0] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/24/2022]
|
26
|
Zhao L, Ma Y, Chen S, Zhou J. Multi-view co-clustering with multi-similarity. APPL INTELL 2022. [DOI: 10.1007/s10489-022-04385-4] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/24/2022]
|
27
|
Zhao J, Wang X, Zou Q, Kang F, Peng J, Wang F. On improvability of hash clustering data from different sources by bipartite graph. Pattern Anal Appl 2022. [DOI: 10.1007/s10044-022-01125-9] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/12/2022]
|
28
|
One Step Multi-view Spectral Clustering via Joint Adaptive Graph Learning and Matrix Factorization. Neurocomputing 2022. [DOI: 10.1016/j.neucom.2022.12.023] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/23/2022]
|
29
|
WeDIV – An improved k-means clustering algorithm with a weighted distance and a novel internal validation index. EGYPTIAN INFORMATICS JOURNAL 2022. [DOI: 10.1016/j.eij.2022.09.002] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 12/14/2022]
|
30
|
Li G, Song D, Bai W, Han K, Tharmarasa R. Consensus and Complementary Regularized Non-negative Matrix Factorization for Multi-View Image Clustering. Inf Sci (N Y) 2022. [DOI: 10.1016/j.ins.2022.12.063] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/24/2022]
|
31
|
Adaptive sparse graph learning for multi-view spectral clustering. APPL INTELL 2022. [DOI: 10.1007/s10489-022-04267-9] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/06/2022]
|
32
|
An improved multi-view spectral clustering based on tissue-like P systems. Sci Rep 2022; 12:18616. [PMID: 36329060 PMCID: PMC9633800 DOI: 10.1038/s41598-022-20358-6] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Key Words] [Track Full Text] [Download PDF] [Figures] [Journal Information] [Subscribe] [Scholar Register] [Received: 05/04/2022] [Accepted: 09/12/2022] [Indexed: 11/06/2022] Open
Abstract
Multi-view spectral clustering is one of the multi-view clustering methods widely studied by numerous scholars. The first step of multi-view spectral clustering is to construct the similarity matrix of each view. Consequently, the clustering performance will be greatly affected by the quality of the similarity matrix of each view. To solve this problem well, an improved multi-view spectral clustering based on tissue-like P systems is proposed in this paper. The optimal per-view similarity matrix is generated in an iterative manner. In addition, spectral clustering is combined with the symmetric nonnegative matrix factorization method to directly output the clustering results to avoid the secondary operation, such as k-means or spectral rotation. Furthermore, improved multi-view spectral clustering is integrated with the tissue-like P system to enhance the computational efficiency of the multi-view clustering algorithm. Extensive experiments verify the effectiveness of this algorithm over other state-of-the-art algorithms.
Collapse
|
33
|
Liu X, Ding S, Xu X, Wang L. Deep manifold regularized semi-nonnegative matrix factorization for Multi-view Clustering. Appl Soft Comput 2022. [DOI: 10.1016/j.asoc.2022.109806] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/15/2022]
|
34
|
Wang H, Zhang W, Ma X. Clustering of noised and heterogeneous multi-view data with graph learning and projection decomposition. Knowl Based Syst 2022; 255:109736. [DOI: 10.1016/j.knosys.2022.109736] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 02/02/2023]
|
35
|
Yu X, Liu H, Lin Y, Liu N, Sun S. Sample-level weights learning for multi-view clustering on spectral rotation. Inf Sci (N Y) 2022. [DOI: 10.1016/j.ins.2022.10.089] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/06/2022]
|
36
|
Zhang GY, Huang D, Wang CD. Facilitated low-rank multi-view subspace clustering. Knowl Based Syst 2022. [DOI: 10.1016/j.knosys.2022.110141] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 12/03/2022]
|
37
|
One-step incomplete multiview clustering with low-rank tensor graph learning. Inf Sci (N Y) 2022. [DOI: 10.1016/j.ins.2022.10.026] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/21/2022]
|
38
|
Fast Component Density Clustering in Spatial Databases: A Novel Algorithm. INFORMATION 2022. [DOI: 10.3390/info13100477] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 01/30/2023] Open
Abstract
Clustering analysis is a significant technique in various fields, including unsupervised machine learning, data mining, pattern recognition, and image analysis. Many clustering algorithms are currently used, but almost all of them encounter various challenges, such as low accuracy, required number of clusters, slow processing, inability to produce non-spherical shaped clusters, and unstable performance with respect to data characteristics and size. In this research, a novel clustering algorithm called the fast component density clustering in spatial databases (FCDCSD) is proposed by utilizing a density-based clustering technique to address the aforementioned existing challenges. First, from the smallest to the largest point in the spatial field, each point is labeled with a temporary value, and the adjacent values in one component are stored in a set. Then, all sets with shared values are merged and resolved to obtain a single value that is representative of the merged sets. These values represent final cluster values; that is, the temporary equivalents in the dataset are replaced to generate the final clusters. If some noise appears, then a post-process is performed, and values are assigned to the nearest cluster based on a set of rules. Various synthetic datasets were used in the experiments to evaluate the efficiency of the proposed method. Results indicate that FCDCSD is generally superior to affinity propagation, agglomerative hierarchical, k-means, mean-shift, spectral, and density-based spatial clustering of applications with noise, ordering points for identifying clustering structures, and Gaussian mixture clustering methods.
Collapse
|
39
|
Gu Z, Liu H, Feng S. Diversity-induced consensus and structured graph learning for multi-view clustering. APPL INTELL 2022. [DOI: 10.1007/s10489-022-04074-2] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/02/2022]
|
40
|
|
41
|
Gao X, Ma X, Zhang W, Huang J, Li H, Li Y, Cui J. Multi-View Clustering With Self-Representation and Structural Constraint. IEEE TRANSACTIONS ON BIG DATA 2022; 8:882-893. [DOI: 10.1109/tbdata.2021.3128906] [Citation(s) in RCA: 8] [Impact Index Per Article: 2.7] [Reference Citation Analysis] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 02/02/2023]
Affiliation(s)
- Xiaowei Gao
- School of Computer Science and Technology, Xidian University, Xi'an, Shaanxi, China
| | - Xiaoke Ma
- School of Computer Science and Technology, Xidian University, Xi'an, Shaanxi, China
| | - Wensheng Zhang
- Institute of Automation, Chinese Academy of Sciences, Beijing, China
| | - Jianbin Huang
- School of Computer Science and Technology, Xidian University, Xi'an, Shaanxi, China
| | - He Li
- School of Computer Science and Technology, Xidian University, Xi'an, Shaanxi, China
| | - Yanni Li
- School of Computer Science and Technology, Xidian University, Xi'an, Shaanxi, China
| | - Jiangtao Cui
- School of Computer Science and Technology, Xidian University, Xi'an, Shaanxi, China
| |
Collapse
|
42
|
Block Diagonal Least Squares Regression for Subspace Clustering. ELECTRONICS 2022. [DOI: 10.3390/electronics11152375] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 11/16/2022]
Abstract
Least squares regression (LSR) is an effective method that has been widely used for subspace clustering. Under the conditions of independent subspaces and noise-free data, coefficient matrices can satisfy enforced block diagonal (EBD) structures and achieve good clustering results. More importantly, LSR produces closed solutions that are easier to solve. However, solutions with block diagonal properties that have been solved using LSR are sensitive to noise or corruption as they are fragile and easily destroyed. Moreover, when using actual datasets, these structures cannot always guarantee satisfactory clustering results. Considering that block diagonal representation has excellent clustering performance, the idea of block diagonal constraints has been introduced into LSR and a new subspace clustering method, which is named block diagonal least squares regression (BDLSR), has been proposed. By using a block diagonal regularizer, BDLSR can effectively reinforce the fragile block diagonal structures of the obtained matrices and improve the clustering performance. Our experiments using several real datasets illustrated that BDLSR produced a higher clustering performance compared to other algorithms.
Collapse
|
43
|
Huang J, Xing R, Li Q. Asset pricing via deep graph learning to incorporate heterogeneous predictors. INT J INTELL SYST 2022. [DOI: 10.1002/int.22950] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/10/2022]
Affiliation(s)
- Jiwen Huang
- Financial Innovation Center, School of Economic Information Engineering Southwestern University of Finance and Economics Chengdu Sichuan China
| | - Rong Xing
- Key Laboratory of Financial Intelligence and Financial Engineering of Sichuan Province, School of Economic Information Engineering Southwestern University of Finance and Economics Chengdu Sichuan China
| | - Qing Li
- Key Laboratory of Financial Intelligence and Financial Engineering of Sichuan Province, School of Economic Information Engineering Southwestern University of Finance and Economics Chengdu Sichuan China
| |
Collapse
|
44
|
Liu Z, Li Y, Yao L, Wang X, Nie F. Agglomerative Neural Networks for Multiview Clustering. IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS 2022; 33:2842-2852. [PMID: 33444146 DOI: 10.1109/tnnls.2020.3045932] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Abstract] [MESH Headings] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 06/12/2023]
Abstract
Conventional multiview clustering methods seek a view consensus through minimizing the pairwise discrepancy between the consensus and subviews. However, pairwise comparison cannot portray the interview relationship precisely if some of the subviews can be further agglomerated. To address the above challenge, we propose the agglomerative analysis to approximate the optimal consensus view, thereby describing the subview relationship within a view structure. We present an agglomerative neural network (ANN) based on constrained Laplacian rank to cluster multiview data directly without a dedicated postprocessing step (e.g., using K -means). We further extend ANN with a learnable data space to handle data of complex scenarios. Our evaluations against several state-of-the-art multiview clustering approaches on four popular data sets show the promising view-consensus analysis ability of ANN. We further demonstrate ANN's capability in analyzing complex view structures, extensibility through our case study and robustness and effectiveness of data-driven modifications.
Collapse
|
45
|
Zhao L, Xiao Y, Wen K, Liu B, Kong X. Multi-task manifold learning for partial label learning. Inf Sci (N Y) 2022. [DOI: 10.1016/j.ins.2022.04.044] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/26/2022]
|
46
|
Learning an enhanced consensus representation for multi-view clustering via latent representation correlation preserving. Knowl Based Syst 2022. [DOI: 10.1016/j.knosys.2022.109479] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/23/2022]
|
47
|
Wang S, Chen Y, Yi S, Chao G. Frobenius norm-regularized robust graph learning for multi-view subspace clustering. APPL INTELL 2022. [DOI: 10.1007/s10489-022-03816-6] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/02/2022]
|
48
|
Liang N, Yang Z, Li Z, Han W. Incomplete multi-view clustering with incomplete graph-regularized orthogonal non-negative matrix factorization. APPL INTELL 2022. [DOI: 10.1007/s10489-022-03551-y] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/24/2022]
|
49
|
Liu W, Yuan J, Lyu G, Feng S. Label driven latent subspace learning for multi-view multi-label classification. APPL INTELL 2022. [DOI: 10.1007/s10489-022-03600-6] [Citation(s) in RCA: 0] [Impact Index Per Article: 0] [Reference Citation Analysis] [Track Full Text] [Journal Information] [Subscribe] [Scholar Register] [Indexed: 11/29/2022]
|
50
|
Fusing Local and Global Information for One-Step Multi-View Subspace Clustering. APPLIED SCIENCES-BASEL 2022. [DOI: 10.3390/app12105094] [Citation(s) in RCA: 1] [Impact Index Per Article: 0.3] [Reference Citation Analysis] [Abstract] [Track Full Text] [Subscribe] [Scholar Register] [Indexed: 02/04/2023]
Abstract
Multi-view subspace clustering has drawn significant attention in the pattern recognition and machine learning research community. However, most of the existing multi-view subspace clustering methods are still limited in two aspects. (1) The subspace representation yielded by the self-expression reconstruction model ignores the local structure information of the data. (2) The construction of subspace representation and clustering are used as two individual procedures, which ignores their interactions. To address these problems, we propose a novel multi-view subspace clustering method fusing local and global information for one-step multi-view clustering. Our contribution lies in three aspects. First, we merge the graph learning into the self-expression model to explore the local structure information for constructing the specific subspace representations of different views. Second, we consider the multi-view information fusion by integrating these specific subspace representations into one common subspace representation. Third, we combine the subspace representation learning, multi-view information fusion, and clustering into a joint optimization model to realize the one-step clustering. We also develop an effective optimization algorithm to solve the proposed method. Comprehensive experimental results on nine popular multi-view data sets confirm the effectiveness and superiority of the proposed method by comparing it with many state-of-the-art multi-view clustering methods.
Collapse
|