1. Introduction
Multi-view data consist of descriptions of the same object originating from different sources [
1,
2,
3]. Due to variations in acquisition perspectives, attribute definitions, and input–output modalities, each view often captures different characteristics of the object, exhibiting significant diversity and complementarity. Although multi-view data are abundant in the real world, they most lack manual annotations. Therefore, how to effectively utilize such unlabeled data for object clustering, especially through unsupervised learning based on multi-view clustering techniques, has become a prominent research direction [
4,
5,
6,
7,
8].
Existing multi-view clustering methods are diverse, among which subspace clustering, as an important approach in multi-view clustering algorithms, has consistently attracted significant attention [
9,
10,
11,
12,
13]. Its core idea is to reveal the intrinsic correlations and differences among multi-view data by mining the latent structures of data in different subspaces. Within the subspace clustering framework, matrix factorization-based methods have become a key technique for multi-view subspace clustering due to their algorithmic simplicity and excellent interpretability [
14,
15,
16,
17,
18]. Researchers have proposed various improvement strategies from different perspectives: Yang et al. [
19] enhance clustering efficiency on large-scale data through consensus graph matrix factorization; Li et al. [
20] leverage partial label information in semi-supervised scenarios to boost discriminative power; Zheng et al. [
21] integrate matrix factorization and K-means into a unified framework to achieve mutual enhancement. However, these methods either rely on the shared matrix assumption while neglecting view-specificity [
19,
20], or they are constrained by the spherical cluster assumption of K-means, making it difficult to handle complex data distributions [
21], thus still exhibiting limitations in multi-view subspace clustering.
To further improve performance, researchers have attempted to use the decomposed matrices as low-dimensional latent representations and combine them with spectral clustering for unsupervised data discrimination. Wang et al. [
22] employ tensor Schatten
p-norm regularization to mine multi-view complementary information and spatial structures; Zeng et al. [
23] simultaneously capture consistency and complementarity across views via hypergraph regularization and orthogonal diversity constraints. Both methods apply spectral clustering to the learned low-dimensional representations to obtain the final clustering results. This strategy offers several advantages: First, spectral clustering constructs an adaptive affinity matrix (e.g., using a Gaussian kernel function) to capture local neighborhood relationships among data points rather than relying on a global shared matrix structure, thereby better preserving the diversity across different views. Second, spectral clustering maps the data into a low-dimensional space via spectral embedding and performs clustering using the eigenvectors of the Laplacian matrix, which naturally suits non-convex datasets and complex manifold structures, effectively overcoming K-means’ dependence on spherical clusters. Furthermore, directly feeding the low-dimensional representations obtained from matrix factorization into spectral clustering enables the synergistic optimization of representation learning and clustering objectives, avoiding error accumulation.
Although these methods have achieved significant progress, they still suffer from the following limitations. (1) Tensor regularization is applied to only a single matrix [
22]. To better learn features, existing multi-view clustering algorithms based on matrix factorization often employ more than two factor matrices, yet imposing tensor regularization on only one matrix fails to simultaneously model the joint structure of the representation matrix and the projection matrix. (2) Graph-based regularization is unfriendly to non-graph data. When constructing graph topologies for non-graph structured data, such methods are highly sensitive to the parameters of various similarity computation functions [
23], making it difficult to scale to the vast majority of real-world multi-view data. (3) The low-dimensional embedding representations learned in the representation learning stage are not fully utilized. The learned low-dimensional embeddings, often obtained through elaborate designs, are typically fed into simple k-means or direct truncation methods to generate clustering labels, leading to unstable clustering results that depend heavily on the initialization of the algorithm.
These observations lead to the following research question: Can simultaneously imposing tensor nuclear norm regularization on multiple factor matrices, rather than a single one, more effectively capture cross-view consensus while preserving view-specific information, and can this be integrated with spectral clustering in a way that yields stable and discriminative labels? We hypothesize that the latent representation matrix and the projection matrix encode complementary aspects of the multi-view structure—the former capturing sample-level consensus and the latter reflecting feature-level relationships—and that jointly constraining both via tensor nuclear norm regularization can exploit high-order correlations that a single constraint cannot access. To this end, this paper proposes a multi-view clustering method based on double tensor-constrained three-factor matrix factorization. The method imposes tensor nuclear norm regularization on both the latent representation matrix and the projection matrix simultaneously, effectively mining global consistency information across views. Meanwhile, it explicitly preserves the unique features of each view in the basis matrix as complementary enhancements. Furthermore, the algorithm introduces an adaptive view weighting mechanism to automatically identify and fuse the view combination that contributes most to clustering. Finally, the learned basis matrix is used as the low-dimensional latent representation of the data, and spectral clustering is employed to derive the final clustering partition.
The main contributions of this paper are as follows:
A novel three-factor matrix factorization framework with double tensor regularization is proposed. To jointly capture global consistency and local specificity across views, double tensor nuclear norm constraints are imposed on the factor matrices, enabling low-dimensional consensus mining while preserving view-unique features.
A collaborative mechanism integrating consistency constraints and spectral clustering is designed. A consistency regularization term is embedded into the decomposition, and a high-fidelity similarity matrix is built via Euclidean distance. Seamlessly linking the latent representation with spectral clustering enhances the robustness and discriminability of clustering labels.
State-of-the-art performance is achieved on multiple benchmarks. Extensive experiments on six real-world multi-view datasets show that the proposed method significantly outperforms existing algorithms across key metrics, validating its effectiveness and generalization.
The remainder of this paper is organized as follows.
Section 2 reviews related work on multi-view subspace clustering based on matrix factorization, spectral clustering label generation methods, and tensor nuclear norm regularization, and concludes with a summary and positioning of the proposed method.
Section 3 presents the proposed DTCMVSC method, including the notation, motivation, objective function formulation, and the ADMM-based optimization procedure.
Section 4 reports experimental results on six benchmark datasets, covering performance comparison, ablation studies, parameter sensitivity analysis, convergence analysis, visualization, and time complexity analysis.
Section 5 concludes the paper and discusses future research directions.
4. Experiments
4.1. Experimental Datasets
We conduct experiments on six benchmark datasets: 100 leaves, 3 sources, CMU, MSRCV, ORL, and WebKB, covering image, text, and video data:
100 leaves: contains 100 plant leaf species, each sample is described by three feature views: shape, texture, and margin.
3 sources: a multi-view text dataset consisting of the same news stories from three sources: BBC, Guardian, and Telegraph, each source as one view.
CMU: a face image dataset containing face photos under different poses, illuminations, and expressions, where different conditions are often treated as multiple views.
MSRCV: a video action recognition dataset containing various daily action videos, where features such as appearance and optical flow are commonly used to construct multiple views.
ORL: contains grayscale face images of 40 individuals, 10 images per person, covering different lighting and expression variations.
WebKB: a web page classification dataset, utilizing web page text content and hyperlink structure as two complementary views.
Among them, WebKB and 3 sources are heterogeneous datasets due to inherent differences in modalities or sources (see
Table 3).
4.2. Experimental Environment
All experiments are conducted on a laptop equipped with an 11th Gen Intel Core i9-11980HK processor (2.60 GHz base frequency, 3.30 GHz boost) and 64 GB of RAM (Santa Clara, CA, USA), running a 64-bit Windows operating system.
4.3. Introduction to Compared Methods
AFMC [
29]. This method proposes a large-scale multi-view clustering approach that jointly optimizes the angular reconstruction error to preserve global similarity and introduces discrete ridge regression with fused similarity to retain local manifold structure, thereby learning a compact and discriminative shared binary representation in Hamming space.
MvSCGE [
28]. This method proposes a multi-view subspace clustering approach that simultaneously learns view-specific subspace representations and introduces smooth regularization to explicitly preserve intra-subspace locality (i.e., the grouping effect) along with cross-view consistency constraints, thereby obtaining stable subspaces and consistent clustering results within a unified optimization framework.
TPCH [
44]. This method proposes a multi-view clustering approach that stacks multiple projection matrices and hash codes into a tensor and employs an enhanced tensor nuclear norm to capture high-order interactions, thereby learning a more compact and discriminative binary representation to improve multi-view clustering performance.
CSMSC [
6]. This method proposes a consistency- and specificity-aware multi-view subspace clustering framework, which innovatively decomposes the self-representation coefficients of each view explicitly into a shared consistent component and a view-specific component. Through a joint optimization strategy, it effectively integrates the consensus structure across views while preserving view-specific diversity, thereby significantly improving the robustness and accuracy of clustering results.
MVC-WA [
35]. This method proposes an efficient and robust clustering framework that significantly reduces computational complexity by constructing a sample-anchor bipartite graph, and it introduces an adaptive view weighting mechanism to distinguish the reliability of different views. Thus, it effectively integrates consensus information across views while suppressing the interference of noisy views, improving clustering performance in large-scale scenarios.
AGLDR [
36]. This method proposes a robust anchor graph learning approach with dual denoising capabilities. It jointly minimizes the Frobenius norm and the
norm to specifically eliminate Gaussian noise and Laplacian noise in the data, respectively, and it learns a consensus anchor graph under low-rank constraints, thereby significantly improving the accuracy and robustness of multi-view clustering in complex noisy environments.
3AMVC [
37]. This method proposes an automatic and aligned anchor learning strategy. It innovatively introduces hierarchical bipartite neighbor clustering (HBNC) to adaptively determine the optimal number of anchors for each view, and it designs a dynamic reference view selection mechanism based on anchor quality assessment. By aligning low-quality views to the optimal view, it effectively addresses the difficulties of preset anchor numbers and improper reference view selection, significantly enhancing the performance and efficiency of large-scale multi-view clustering.
All the above algorithms are clustering methods designed for complete multi-view data.
4.4. Evaluation Metrics
Four widely used metrics are adopted to evaluate clustering performance: Clustering Accuracy (ACC), Normalized Mutual Information (NMI), Adjusted Rand Index (ARI), and Macro F1-score (F1). For all metrics, higher values indicate better performance.
ACC measures the proportion of correctly assigned samples after optimal matching between predicted clusters and ground-truth labels using the Hungarian algorithm.
NMI quantifies the similarity between predicted and true clusters based on mutual information, which is normalized by entropy.
ARI evaluates the agreement of pairwise sample assignments, which is adjusted for chance.
F1 is the harmonic mean of precision and recall, which is computed in a macro-averaged manner across all classes.
All metrics are computed using standard implementations: ACC via Hungarian (Munkres) assignment, NMI, ARI, and macro F1 via sklearn.metrics.
4.5. Implementation Details
At the beginning of the training phase, to enhance the effectiveness of the tensors constructed from the latent representation matrices and projection matrices , we pre-train the model using only the reconstruction loss part of the objective function to obtain better initializations for , , and , which is followed by the complete training. According to theoretical analysis and practical experiments, we find that three-factor matrix factorization, as a purely linear transformation (unlike deep learning MLPs), achieves good performance only when the dimensions are consistently decreasing. When setting the dimensions of the projection matrices, we strictly adhere to this rule, ensuring that both the row and column dimensions of are smaller than those of . In the spectral clustering label generation stage, although multi-kernel methods can indirectly achieve nonlinear mapping from low-dimensional data to high-dimensional data, constructing similarity matrices from multi-kernel data inevitably suffers from parameter sensitivity. To avoid such issues, we adopt a similarity matrix construction function based on Euclidean distance. Through the preceding learning process, the original data are mapped to a low-dimensional, low-rank representation space, and the distance from each point to others serves as the basis for similarity construction, thereby yielding more stable clustering results.
To ensure reproducibility, the random seed is fixed for each run, and each experiment is independently run five times with the mean and standard deviation reported. The source code of our method is publicly available at
https://github.com/programmer1bai/DTCMVSC (accessed on 5 May 2026).
4.6. Performance Comparison
We select seven representative multi-view clustering methods as comparison baselines, including the classic method CSMSC (AAAI 2018) and recent state-of-the-art (SOTA) methods: MVC-WA, AFMC, MvSCGE, AGLDR, TPCH, and 3AMVC. All methods are evaluated under the same experimental environment (fixed random seed, five independent runs with mean and standard deviation reported) to ensure fairness and reproducibility.
Table 4 reports the performance of DTCMVSC and seven baselines on six benchmark datasets under ACC, NMI, ARI, and F1. All results are averaged over five independent runs. We analyze the results from two perspectives: the performance variation of DTCMVSC across different dataset types and its comparison with state-of-the-art methods on each type.
Performance across dataset types. DTCMVSC exhibits the strongest absolute performance on ORL (ACC 89.50%, NMI 94.17%) and CMU (ACC 86.10%, NMI 91.88%), both of which are image datasets with relatively homogeneous views. On MSRCV, where views originate from the same visual modality but exhibit substantial inter-view discrepancy (e.g., appearance vs. optical flow features), the method still achieves strong results (ACC 87.14%, F1 87.07%), although the NMI (76.52%) is somewhat lower than on CMU and ORL, reflecting the challenge posed by large feature distribution shifts across views. On the heterogeneous datasets 3 sources and WebKB, the absolute scores decrease, which is consistent with the increased difficulty of fusing views from fundamentally different sources or modalities. On 100 leaves, a dataset that simulates real-world fine-grained classification scenarios with three visual feature views, DTCMVSC attains 73.25% ACC and 86.86% NMI, demonstrating practical effectiveness in realistic multi-view settings.
Comparison with SOTA methods. On the homogeneous image datasets with relatively small inter-view differences, DTCMVSC achieves clear and consistent advantages. On CMU, it surpasses the second-best method CSMSC by 7.88 percentage points in ACC and achieves the best scores on all four metrics. On ORL, it outperforms the strongest baseline TPCH by 5.60 points in ACC and 0.95 points in NMI. Notably, TPCH is also a tensor-based method and ranks second on ORL, suggesting that tensor-based approaches in general hold an advantage on homogeneous visual data, and the dual-tensor design of DTCMVSC further amplifies this benefit. On MSRCV, where view discrepancies are larger within the same modality, DTCMVSC ranks first on three out of four metrics (ACC, ARI, F1), though AGLDR leads in NMI (79.00% vs. 76.52%). This suggests that the joint low-rank constraints on both the latent representation and projection matrices remain beneficial even under considerable inter-view variation, though the global tensor prior may be partially affected by the distribution gap between views. On the heterogeneous datasets, the performance gap between DTCMVSC and the baselines narrows, reflecting the inherent difficulty of cross-modality fusion. On 3 sources, CSMSC leads in ACC and ARI, while DTCMVSC achieves the best NMI and F1; on WebKB, DTCMVSC ranks first in ACC, NMI, and ARI with 3AMVC slightly ahead in F1. Despite the more heterogeneous nature of these data, DTCMVSC still maintains overall superiority, suggesting that the dual-tensor framework provides a degree of robustness that extends beyond homogeneous settings. On 100 leaves, which simulates realistic multi-view scenarios, DTCMVSC ranks first across all four metrics, outperforming CSMSC by 1.73 points in ACC and CSMSC by 1.21 points in NMI, further demonstrating its practical advantage.
In summary, the above analysis reveals that DTCMVSC performs most strongly when views share substantial common structure, yet it retains competitive or leading performance under both large intra-modality discrepancies and cross-modality heterogeneity. The consistent advantage of tensor-based methods on homogeneous visual data, as evidenced by both DTCMVSC and TPCH, further supports the effectiveness of the tensor regularization paradigm, while the dual-tensor extension proposed in this work provides additional robustness across a broader range of multi-view scenarios.
4.7. Ablation Analysis
To thoroughly investigate the effectiveness of each core component in our proposed method and its contribution to overall performance, we conduct systematic ablation experiments on six benchmark datasets. Specifically, we construct four variant models: (1)
w/o W consensus: remove the
W consensus regularization term that enforces consistency of latent representations across views; (2)
w/o S TNN: remove the
S tensor nuclear norm regularization term that enforces low-rank property of the projection matrices; (3)
w/o W latent: remove the
W tensor nuclear norm regularization term that mines high-order correlations of latent representations; (4)
Only W consensus: remove both
W and
S tensor nuclear norm regularization terms, retaining only the
W consensus regularization and reconstruction error.
Table 5 details the comparison results (mean ± standard deviation) of the full model (Ours) and each variant on ACC, NMI, ARI, and F1.
Overall trend. Removing any core module leads to a noticeable decline in clustering performance to varying degrees, indicating that the three modules (W tensor nuclear norm, S tensor nuclear norm, and W consensus regularization) each serve important roles and are closely inter-related. The full model achieves the best performance on all evaluation metrics across all datasets, suggesting that the three regularization terms function together as an integrated whole.
Individual contributions of each module.
Primary contribution of W latent representation tensor regularization. Experimental results show that this module contributes most substantially to performance improvement. Particularly on the CMU and MSRCV datasets, removing this module (i.e., variant “w/o W latent”) leads to marked performance degradation. For example, on the CMU dataset, ACC decreases from 86.10% of the full model to 49.76% (a reduction of 36.34 percentage points), and ARI drops from 80.53% to 21.96%. This result suggests that constraining the latent representation W using the tensor paradigm effectively captures the implicit high-order global correlation structure in multi-view data. Without this constraint, the model relies primarily on low-order pairwise information, which may be insufficient for learning discriminative consensus representations under complex data distributions.
Denoising and robustness enhancement via S tensor nuclear norm regularization. This module purifies the projection space through low-rank constraints. On the MSRCV dataset, removing this module (variant “w/o S TNN”) causes the F1 score to decline from 87.07% to 56.05% (approximately 31% decrease). This indicates that imposing tensor nuclear norm regularization on the projection matrix S effectively suppresses view-specific noise interference and preserves the essential low-rank structure of the data. In scenarios where view quality is uneven or noise levels are high, this module contributes to model robustness.
Alignment and synergy effect of W consensus regularization. Although removing this module alone (variant “w/o W consensus”) yields a somewhat smaller absolute performance decline on some datasets compared to the first two, its contribution remains important, particularly in scenarios with large inter-view differences. On the 3 sources dataset, removing consensus regularization reduces NMI from 51.45% to 29.78% (a drop of 21.67 percentage points); on the WebKB dataset, ARI decreases from 25.37% to 20.77%. This verifies the effectiveness of the W consensus regularization term in aligning the latent representations of different views toward a unified consensus subspace, thereby preventing the model from overfitting to biases of a single view and facilitating effective fusion of multi-view information.
Analysis of the “Only W consensus” variant. Examining the results of the variant that removes both tensor nuclear norms (“Only W consensus”) reveals that this model performs substantially worse than the full model on all datasets, and in most cases, it even underperforms variants that remove only a single module. For instance, on the 100 leaves dataset, its ACC is 49.05% compared to the full model’s 73.25%; on the ORL dataset, ARI drops from 83.69% to 66.13%. This finding suggests that consensus constraints alone may be insufficient: without S tensor nuclear norm denoising, the consensus space can be affected by view-specific noise, and without W tensor nuclear norm high-order modeling, the consensus representation may lack sufficient structural depth. The combination of all three modules—consensus alignment, denoising, and high-order structural modeling—appears necessary to achieve the observed level of performance.
Model stability. In addition to the improvement in mean performance, the full model also exhibits advantages in terms of stability across runs. Observing the standard deviation values in
Table 5, removing key modules often results in increased variability. Taking the
WebKB dataset as an example, after removing the
S tensor nuclear norm module, the standard deviation of ACC reaches 13.21%, whereas the full model maintains a standard deviation of 4.42%. Similarly, on the
3 sources dataset, the full model’s ARI standard deviation remains relatively low (4.86%). This suggests that the integration of the three modules not only improves clustering accuracy but also enhances the algorithm’s robustness to different initializations and data perturbations.
Summary. The ablation experiments confirm that the three regularization terms proposed in this paper address distinct challenges in multi-view clustering: cross-view inconsistency, noise interference, and the need for high-order structural modeling. The W tensor nuclear norm provides the capacity for high-order correlation learning, the S tensor nuclear norm promotes a cleaner feature space, and the W consensus regularization encourages semantic alignment across views. The combined effect of these components contributes to the overall performance gains observed in the full model.
4.8. Parameter Sensitivity Analysis
To evaluate the sensitivity and robustness of our proposed method to key hyperparameters, we conduct detailed parameter sensitivity experiments on two benchmark datasets, ORL and CMU. The experiments are mainly divided into three parts: (i) investigating the influence of the core tensor nuclear norm regularization parameters and ; (ii) exploring the influence of the dimension reduction parameter a and the view weight parameter ; and (iii) investigating the influence of the consensus regularization parameter (i.e., the W consensus module) on model performance.
Sensitivity analysis of core regularization parameters and . Fixing other parameters (consensus regularization term, matrix dimension reduction, and view weight temperature), we examine the performance variation of
and
over the range
. As shown in
Figure 2, the key findings are as follows:
Dataset differences: The model is more sensitive to parameters on the CMU dataset (due to larger view differences) while showing smaller variations on the ORL dataset (where view differences are smaller).
Parameter impact: has a significantly larger impact on performance than , indicating that the low-rankness of the latent representation matrix W is more critical than that of the projection matrix S.
Optimal range: The best performance is achieved when and .
Sensitivity analysis of auxiliary parameters a and . To explore the influence of dimension reduction and view weighting, we plot heatmaps of parameters
a (controlling the strength of dimension reduction and the dimensionality
m of the latent representation
W and the projection matrix) and
(controlling view weight allocation). The results are shown in
Figure 3:
Dimension reduction parameter a: Lower dimensions yield better performance. This parameter controls the size m of the latent representation matrix W and the projection matrix; a larger a leads to a larger m. When , ACC and NMI are highest, indicating that low-dimensional constraints effectively filter noise and focus on the consensus structure.
View weight parameter : This hyperparameter controls the distribution of view weights; a larger leads to more unbalanced weights. The optimal range is , where the model achieves stable and robust performance without requiring fine-grained tuning.
Sensitivity analysis of consensus regularization parameter . The parameter controls the strength of learning the consensus representation matrix . We evaluate its sensitivity across a range of values . Experiments show that the value of is closely related to the degree of view differences, as detailed below:
Negative correlation between view differences and parameter value: When view differences are small (e.g., ORL dataset), a larger (e.g., ) enhances consensus representation learning and improves clustering accuracy. Conversely, when view differences are large (e.g., CMU dataset), a smaller (e.g., ) suppresses overfitting to differences and maintains model stability.
Robustness and adaptability: The model can achieve competitive performance on datasets with different view differences by adaptively adjusting , verifying the importance of this module in multi-view fusion.
Since primarily affects internal model mechanisms rather than visualizable metrics, no corresponding figure is provided here; instead, the effectiveness of its value strategy is validated through experiments.
4.9. Convergence Analysis
To verify the stability and efficiency of the proposed optimization algorithm, we conduct convergence analysis experiments on two benchmark datasets, CMU and 100 leaves.
Figure 4a,b show the evolution of the objective function value with respect to the number of iterations on these two datasets.
From
Figure 4a, it can be observed that on the CMU dataset, the objective function value decreases rapidly within the first 20 iterations; then, the decreasing rate gradually slows down and stabilizes after about 50 iterations. This phenomenon indicates that the algorithm can quickly capture the main structural features of the data in the early stage, refine them in subsequent iterations, and eventually converge within 200 iterations.
Similarly,
Figure 4b shows the convergence behavior on the 100 leaves dataset. Despite the difference in datasets, the algorithm still exhibits excellent convergence performance: the objective function value drops sharply within the first 10 iterations, enters a plateau after about 20 iterations, and remains almost constant in later iterations. This further verifies that the proposed algorithm has fast convergence properties and can effectively optimize the objective function within a limited number of iterations.
Overall, the proposed algorithm converges within about 50 iterations on different datasets, which not only demonstrates the effectiveness of the optimization scheme but also indicates high computational efficiency for practical applications.
4.10. Visualization Analysis
To intuitively evaluate the discriminative ability of the latent representations learned by our proposed method, we use t-SNE to map the high-dimensional features into a two-dimensional plane for visualization.
Figure 5 shows on the
ORL dataset: (a) the original multi-view data, (b) the latent representation matrix
learned by our method, and (c) the sample distribution at the spectral clustering stage, where different colors represent different true class labels.
By comparing the three subfigures, we observe the following:
Figure 5a
Original data. The sample points are highly mixed in the two-dimensional space. Samples of the same class are scattered across different regions, and samples of different classes overlap considerably. This suggests that the original multi-view features contain substantial noise and redundant information, and they lack a clear structure suitable for direct clustering.
Figure 5b
Latent representation matrix . Compared with the original data, after feature learning, samples of the same class begin to aggregate, showing a discernible clustering tendency. However, intra-class samples remain relatively loose, and the boundaries between multiple classes are not fully separated. This indicates that the latent representation matrix
alone may not be sufficient to distinguish all classes clearly.
Figure 5c
Spectral clustering stage. After performing spectral clustering using
, a clearer cluster structure emerges.
Intra-class compactness is improved: sample points of the same color are more tightly grouped, forming identifiable cluster centers.
Inter-class separability is also enhanced: clusters of different colors appear more distinct with reduced overlap. This distribution pattern, characterized by higher intra-class cohesion and inter-class separation, is a desirable property for clustering representations.
The above visualization results suggest that the combination of matrix factorization and spectral clustering yields favorable clustering performance on the evaluated data. The regularization framework proposed in this paper captures high-order correlations in multi-view data and reduces noise interference, leading to a more discriminative consensus latent representation. This observation is consistent with the quantitative experimental results presented in previous sections, supporting the effectiveness of the proposed approach from both qualitative and quantitative perspectives.
4.11. Time Complexity Analysis
To comprehensively evaluate the computational efficiency of the proposed DTCMVSC method and its counterparts, we conduct a theoretical time complexity analysis.
Table 6 summarizes the asymptotic complexity expressions of all compared algorithms under unified symbolic conventions. For clarity, the dominant terms are reported, where
n denotes the number of samples,
V the number of views,
d the average feature dimensionality (or sum of dimensions depending on context),
m the number of anchors (if applicable),
k the reduced rank or intermediate dimension,
c the number of clusters,
r the length of binary hash codes,
l the hash code length (for TPCH), and
T the number of iterations. The expressions reveal the scalability bottlenecks of each method with respect to the sample size
n.
For the proposed DTCMVSC method, the overall complexity comprises three additive components:
Matrix factorization updates: , linear in n and dominated by matrix multiplications.
Double tensor nuclear norm proximal operators: , originating from slice-wise SVD in the Fourier domain.
Spectral clustering stage: , which is required for constructing the similarity matrix from the final consensus representation.
In typical settings, and V is small, rendering the iterative phase highly efficient. The quadratic term appears only once after convergence and can be mitigated via anchor-based approximations if necessary.