Next Article in Journal
Geometric Error Parameterization of a CMM via Calibrated Hole Plate Archived Utilizing DCC Formatting
Next Article in Special Issue
A Facility Layout Algorithm for Logistics Scenarios Driven by Transport Lines
Previous Article in Journal
Computational Dynamics of Multi-Rigid-Body System in Screw Coordinate
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

VSFCM: A Novel Viewpoint-Driven Subspace Fuzzy C-Means Algorithm

1
School of Computer and Information, Hefei University of Technology, Hefei 230601, China
2
Anhui Province Key Laboratory of Affective Computing and Advanced Intelligent Machine, Hefei 230601, China
3
Department of Electrical and Computer Engineering, University of Alberta, Edmonton, AB T6R 2V4, Canada
*
Author to whom correspondence should be addressed.
Appl. Sci. 2023, 13(10), 6342; https://doi.org/10.3390/app13106342
Submission received: 22 April 2023 / Revised: 13 May 2023 / Accepted: 18 May 2023 / Published: 22 May 2023
(This article belongs to the Special Issue Fuzzy Control Systems: Latest Advances and Prospects)

Abstract

:
Nowadays, most fuzzy clustering algorithms are sensitive to the initialization results of clustering algorithms and have a weak ability to handle high-dimensional data. To solve these problems, we developed the viewpoint-driven subspace fuzzy c-means (VSFCM) algorithm. Firstly, we propose a new cut-off distance. Based on this, we establish the cut-off distance-induced clustering initialization (CDCI) method and use it as a new strategy for cluster center initialization and viewpoint selection. Secondly, by taking the viewpoint obtained by CDCI as the entry point of knowledge, a new fuzzy clustering strategy driven by knowledge and data is formed. Based upon these, we put forward the VSFCM algorithm combined with viewpoints, separation terms, and subspace fuzzy feature weights. Moreover, compared with the symmetric weights obtained by other subspace clustering algorithms, the weights of the VSFCM algorithm exhibit significant asymmetry. That is, they assign greater weights to features that contribute more, which is validated on the artificial dataset DATA2 in the experimental section. The experimental results compared with multiple advanced clustering algorithms on the three types of datasets validate that the proposed VSFCM algorithm has the best performance in five indicators. It is demonstrated that the initialization method CDCI is more effective, the feature weight allocation of VSFCM is more consistent with the asymmetry of experimental data, and it can achieve better convergence speed while displaying better clustering efficiency.

1. Introduction

Clustering algorithms have received widespread attention and applications in various fields, such as pattern recognition, biology, engineering systems, image processing, and so forth [1,2,3,4,5,6,7]. For clustering algorithms, the data points in a given data set are divided into several clusters, and the similarity between the data points in the same cluster is greater than that in other clusters; meanwhile, there are strong differences among the clusters, which contribute to the presentation of asymmetric data structure. In the early stage, hard (Boolean) clustering was mainly studied, where every object strictly belonged to a single cluster. For example, The DPC algorithm [8] is an excellent representative of this category.
Among numerous fuzzy clustering algorithms, the fuzzy c-means (FCM) algorithm is one of the most commonly used methods [9,10,11,12,13,14]. In general, FCM attached equal importance to all features of data, establishing a symmetrical structure, which might often be inconsistent with that of the original data. Therefore, the use of weighted processing has become an important development direction. The weighted FCM (WFCM) algorithm [15] grouped data according to the weighted categories of the separated features, and the algorithm incorporated feature weights into commonly used Euclidean distances for clustering. The feature-weighted fuzzy k-means (FWFKM) algorithm [16] was based on the fuzzy k-prototypes algorithm and a supervised algorithm. However, it still required two objective functions to optimize the data partition and feature weights. The attribute weight algorithm (AWA) [17] was a fuzzy weighted subspace clustering algorithm, which could effectively find the important features of each cluster, that is, discover the asymmetry of data. However, the disadvantage of the AWA algorithm was that it did not work when the standard deviation of certain attributes was zero, as zero might be used as the denominator in the learning rules. Improved versions have been proposed to overcome this weakness, including the fuzzy weighted k-means (FWKM) algorithm [18] and the fuzzy subspace clustering (FSC) algorithm [19,20]. In the objective function of FWKM, a small constant was added when calculating the distance, which effectively avoided the problem caused by the zero standard deviation of some attributes in AWA. Gan et al., proposed the FSC algorithm, which used a strategy similar to the FWKM algorithm discussed earlier. However, they had a significant difference in the method of parameter setting. The constant parameter introduced in FSC should be set manually, while that in FWKM was set through a predefined formula.
However, when clustering is completed in a high-dimensional space, the traditional clustering algorithms will expose obvious drawbacks [21,22,23]. For example, for any given pair of data points in the cluster of a high-dimensional space, these points may be far apart. Due to the lack of multi-dimensional space thinking, traditional algorithms may have some deviations in calculating the distance, resulting in unsatisfactory clustering performance. For most traditional clustering algorithms, a key challenge is that in many real-world problems, data points in different clusters are often related to different feature subsets; that is, clusters can exist in different subspaces [24,25,26]. Frigui and Nasraoui [27] proposed a new approach called simultaneous clustering and attribute discrimination (SCAD). It used continuous feature weighting, providing a richer feature correlation representation than feature selection. Moreover, it also independently learned the associative representation of features of each cluster in an unsupervised way. Later, Deng [28] studied the use of intra-class and inter-class information, and proposed a new clustering method, called enhanced soft subspace clustering (ESSC). However, many irrelevant data would affect the clustering performance of fuzzy clustering algorithms. In other words, different characteristic features should have different importance in clustering. Yang and Nataliani [29] proposed a feature-reduction FCM (FRFCM) algorithm, which automatically calculated the weight of a single feature while reducing the influence of these unrelated features. Tang et al. [30] proposed a new kernel fuzzy clustering method called viewpoint-based kernel fuzzy clustering with weight information granules (VWKFC). Because its new initialization algorithm is more efficient in selecting cluster centers, namely the kernel-based hypersphere density initialization algorithm, combined with weight information particles and viewpoint induction mechanisms, VWKFC is significantly superior to the other eight existing related algorithms in processing high-dimensional data.
In the early stage, the clustering process was entirely data-driven. In fact, domain knowledge could be used to assist the development of clustering. W. Pedrycz et al. [31] introduced knowledge into a data-driven process, where knowledge was embodied through viewpoints, thus giving a viewpoint-based fuzzy clustering algorithm V-FCM. Tang et al. [32] proposed a new knowledge and data-driven fuzzy clustering algorithm, which was called the density viewpoint-induced possibilistic fuzzy clustering algorithm (DVPFCM). Thereinto, a new calculation method of density radius was proposed. Based upon this, the hypersphere density-based cluster center initialization (HDCCI) algorithm was established to obtain the initial cluster centers in densely sampled areas. Then, the high-density points obtained by the HDCCI method were used as new viewpoints, and they would be integrated into the DVPFCM algorithm.
The current problems of fuzzy clustering algorithms are mainly as follows:
  • Sensitive to cluster initialization
Most fuzzy clustering algorithms are sensitive to the initial results of clustering. For example, FCM, V-FCM, SCAD, ESSC, and FRFCM all rely on the result of the initialization method. Compared with them, the initialization processing mechanism in the DVPFCM algorithm is better; that is, the initialization method HDCCI is based on the DPC algorithm. However, the HDCCI algorithm still has a shortcoming existing in the calculation method of cut-off distance. It uses a fixed and strict formula, which lacks a solid foundation and proof process and can not adapt to various data sets.
  • Weak adaptability to high-dimensional data
With the arrival of the big data era, the volume of information is constantly increasing, and the dimensions are getting higher simultaneously, which forces clustering algorithms to have the ability to deal with high-dimensional data properly. However, most clustering algorithms are still weak in this aspect. When faced with high-dimensional data, FCM, V-FCM, and DVPFCM have no corresponding measures. Obviously, none of them can do this. SCAD, ESSC, and FRFCM all use subspace processing methods with different weights, which are relatively, better. However, the algorithms mentioned above are purely data-driven algorithms, and the clustering efficiency and accuracy of high-dimensional data cannot reach the ideal level.
In this study, we put forward the VSFCM algorithm and the following is a brief introduction.
On the one hand, we put forward a new optimized cut-off distance calculation method based on the DPC algorithm, which can select the point with the highest density as the viewpoint to induce the algorithm to find the cluster center more accurately. That is, the cut-off distance-induced clustering initialization method CDCI provides a new initialization strategy and perspective in this field. Under the guidance of this initialization method, the number of iterations of the algorithm is reduced, and the accuracy of the algorithm is also improved. On the other hand, we introduce viewpoints into subspace clustering to improve the convergence speed of each subspace. Moreover, the separation term is added between the clusters to minimize the compactness of the subspace clusters and maximize the projection subspace of each cluster. On the basis of the CDCI and the viewpoint, combined with the above fuzzy feature weight processing mode, the viewpoint-driven subspace fuzzy c-means algorithm VSFCM is established.
The innovations of this study are reflected in the following aspects. First of all, a new cut-off distance is proposed, improving the cluster center initialization effect and also serving as a new viewpoint selection method, which can better adapt to the clustering data structure and speed up the clustering process. Secondly, the fuzzy weight is introduced, that is, a weight that is added to each cluster and dimension to reflect the contribution degree of each feature to the clustering. Among them, smaller weights are assigned to features with a larger proportion of noise point values to reduce their participation in clustering and indirectly weaken their impact on clustering results. Finally, a new method of separation between clusters is given. The average value of the initialized cluster centers is used as the reference point for separation between clusters. Additionally, combined with the optimized weight allocation, the distance between clusters can be effectively increased.
The paper is organized as follows. Section 2 reviews existing related algorithms. Section 3 describes the proposed clustering initialization method CDCI and the viewpoint-driven subspace fuzzy c-means algorithm VSFCM in detail. Section 4 presents the experimental results of the VSFCM algorithm and several other relevant algorithms on artificial data sets and some data sets of machine learning. Section 5 gives a summary and outlook for further research.

2. Related Work

In this section, we review several clustering algorithms closely related to our work.
Assuming that the data set X = { x j } j = 1 n is a set of n samples, we divide the data into c  2 c n clusters to get a set of cluster centers V = v i i = 1 c . Each sample x j and cluster center v i are positioned in R l space where l is the data dimension.
The objective function of the FCM algorithm [33] is as follows:
J FCM = j = 1 n i = 1 c u i j m d i j 2
Among them, u i j is the degree of membership, which ranges from 0 to 1, and needs to satisfy the constraint i = 1 c u i j = 1 j = 1 , 2 , , n . d i j 2 = x j v i 2 represents the Euclidean distance between the i-th cluster center and the j-th sample, and m 1 ,   + is a fuzzy coefficient.
Frigui and Nasraoui [27] established two versions of the SCAD algorithm. SCAD1 attempts to balance the two terms of a composite objective function and introduces a penalty term to determine the optimal attribute-related weight. Moreover, SCAD2 introduces a fuzzy weighted index to minimize the single-item criterion. In subsequent experiments, we choose to compare our algorithm with SCAD1, so only its expression is shown here:
J SCAD 1 = j = 1 n i = 1 c u i j m k = 1 l w i k d i j k 2 + i = 1 c θ i k = 1 l w i k 2 ,
Thereinto, the distance formula is d i j k = x j k v i k , θ i is a weighted constraint expressed as
θ i ( t ) = K j = 1 n ( u i j t 1 ) m k = 1 l w i k t 1 d i j k t 1 k = 1 l ( w i k t 1 ) 2 .
Here K is a constant, and the superscript t 1 is the previous iteration of the t-th. Frigui and Nasraoui proved that SCAD1 and SCAD2 had similar behavior and yielded similar clustering results.
Deng et al. [28] proposed the enhanced fuzzy weighted soft subspace clustering (ESSC) algorithm. The most prominent advantage of this algorithm is its ability to minimize the intra-class distance while maximizing the inter-class distance. The objective function of the algorithm is as follows:
J ESSC = i = 1 c j = 1 n u i j m k = 1 l w i k | | x j k v i k | | 2 + γ i = 1 c k = 1 l w i k ln ( w i k ) η i = 1 c ( j = 1 n u i j m ) k = 1 l w i k v i k v 0 k 2 .
Here η and γ are constants, η [ 0 , 1 ] , γ [ 1 , + ] . Moreover, w i k is the feature weight, which satisfies i = 1 c w i k = 1 k = 1 , 2 , , l . The third term is the weighted inter-class separation term, v 0 represents the center point of this data set, and the expression is
v 0 = j = 1 n x j n
Because the ESSC algorithm considers both distances within and between classes and uses the idea of entropy information, it has certain advantages in soft subspace clustering algorithms belonging to the same category. One disadvantage of ESSC is that more parameters need to be set manually, and how to select the appropriate parameters of it is still an open question.
Yang and Nataliani [29] came up with the feature-reduction FCM (FRFCM) algorithm. It calculates a new weight for each feature by adding feature-weighted entropy to the FRFCM objective function. Then, during the iteration, the cluster centers and the fuzzy membership matrix are updated with these new weights. It not only improves the performance compared with the FCM algorithm but also can select important features by weighting and reducing the feature dimension by discarding unimportant features. Therefore, the algorithm can automatically reduce the feature dimension and achieves a good clustering effect.
The V-FCM [31] algorithm optimizes the FCM algorithm by introducing the viewpoints. The viewpoints are represented by typical characteristic data of artificial selection, such as average value, maximum value, and minimum value. The objective function of the algorithm is as follows:
J V - FCM = j = 1 n i = 1 c k = 1 l u i k m x j k g i k 2
.
The V-FCM algorithm still has problems that it is not suitable for processing high-dimensional data, is sensitive to the initialization of cluster centers, and the selection of viewpoint types will also affect the clustering results.
The DPC algorithm [8] assumes that the cluster center is surrounded by neighbors with lower local density, and they are at a relatively large distance from any points with a higher local density. For all data points x j , it is necessary to calculate their local density and the minimum distance δ j between itself and other points with higher local density ρ k . The formulas are ( j { 1 , 2 , , n } ):
ρ j = f ( d j k r ) ,
f ( x ) = 1 , x = d j k r < 0 0 , other ,
δ j = min { d j k | ρ k > ρ j , k { 1 , 2 , , n } } .
Here d j k is the distance between two data points and r is the density radius. The local density reflects the number of data points within the radius r . For the point with the largest local density value, its δ j = max { d j k | k j , k { 1 , 2 , , n } } j { 1 , 2 , , n } . In the DPC algorithm, according to the ρ δ distribution map, the data point with high density and a larger distance from the data point with a higher density are regarded as the cluster center. The reason is that the true cluster center has a large value of ρ j and δ j , while the δ of the noise point is small.
Recently, Tang et al. [32] proposed the density viewpoint-induced possibilistic fuzzy c-means (DVPFCM) algorithm. It provides a new initial method called the hypersphere density-based cluster center initialization (HDCCI) method, which is served for the viewpoint selection. On the basis of it, and combined with the advantages of FCM and PFCM, the DVPFCM algorithm is proposed. The specific objective function of DVPFCM is expressed as follows:
J DVPFCM = j = 1 n i = 1 c a u i j m + b t i j p x j h i 2 + σ 2 m 2 c i = 1 c j = 1 n φ j t i j p .
where
h i = v i , i q x d , i = q ,
Here m and p are the fuzzy coefficients and the typical matrix fuzzy coefficient, respectively. With the help of the viewpoint, its convergence speed has been improved, and its robustness has also been strengthened.
Unfortunately, the above six algorithms, FCM, SCAD1, FRFCM, V-FCM, ESSC, and DVPFCM algorithms, all have the problem that they are sensitive to the initialization of cluster centers. An improper initial value may cause the result to converge to a local optimal value or cause a slow clustering process, which has a great impact on the clustering result and also contributes to the unstable result of the algorithm.
Moreover, these algorithms also have other problems. The FCM algorithm is the most classic algorithm, but the actual efficiency and accuracy of processing high-dimensional data of it are usually not ideal. Although the V-FCM algorithm combines viewpoints to simplify the algorithm process and improve the convergence speed of the algorithm, its anti-noise ability is still weak. The ESSC algorithm proposes a weighted subspace clustering objective function based on entropy, which greatly increases the intra-cluster compactness and inter-cluster separation. However, more parameters need to be manually set, which increases the uncertainty of the algorithm. The characteristic of FRFCM is to select important features by weighting and to reduce the feature dimension by discarding unimportant features, but it fails to take the spatial features of the data into account.
The DPC algorithm is a hard clustering algorithm with a fast running speed, but its density radius is difficult to determine. The cluster center needs to be obtained by observing the density–distance distribution graph, for which it is easy to generate human error. The DVPFCM algorithm is slightly weaker when processing high-dimensional data. In addition, r = max d i j c is proposed in DVPFCM, which is used to calculate the density cut-off radius, but there is no rigorous proof that the radius obtained is appropriate. Actually, this formula cannot achieve a good result in many cases, and the robustness is not very ideal. The comparison of these algorithms is summarized in Table 1.
In a word, the existing algorithms still have great defects in the initialization of cluster centers and the processing of high-dimensional data. For this reason, we focus on solving these two types of problems.

3. Proposed VSFCM Algorithm

In this section, a new cluster initialization method named the cut-off distance-induced clustering initialization (CDCI) is proposed first. Based on the CDCI, the viewpoint-driven subspace fuzzy c-means algorithm (VSFCM) is established subsequently, which has introduced the subspace clustering mode and fuzzy feature weight processing mechanism and combined with the separation formula between clusters optimized with the viewpoint. Its algorithm idea is shown in Figure 1.

3.1. Cluster Initialization Method Induced by Cut-Off Distance

Here is a new cluster center initialization method. The following is the corresponding flowchart (Figure 2).
The DPC algorithm is used as the start point, where the local density ρ of the data point and its minimum distance δ between itself and other points with higher local density still use the previous calculation formulas, namely (7) and (9).
In this study, we put forward a new cut-off distance as follows:
c d = min ( ( c d 1 + c d 2 ) / 2 , c d 1 ) .
Among them,
c d 1 = D p o s i t i o n , c d 2 = d max 2 c .
We arrange d k j in ascending order, and we might as well write the resulting ordered sequence as D ( d 1 d 2 d max ) . Moreover, n is the number of data points, and c is the number of clusters. d k j is the distance from the data point x k to x j . The cut-off distance recommended by the DPC algorithm should make the average number of neighbors of each data point about 1–2% of the total data. So, we choose the cut-off distance according to the upper limit ratio of 2 % , which can be taken as p o s i t i o n = r o u n d 2 % × M , where M = 1 2 n ( n 1 ) . Hence we get D p o s i t i o n , namely c d 1 .This is the first factor.
Then, the data are divided into c clusters in the form of containing the maximum distance d max as the radius. Additionally, the reference number is d max 2 c , which is recorded as c d 2 . In the actual processing, c d 1 and c d 2 are combined as another factor ( c d 1 + c d 2 ) / 2 .
Considering that the average number of neighbors is about 1–2% of the total data, and selecting the smaller one of the two factors, (12) is obtained. Then, naturally, we use the new local density calculation formula:
ρ k = f ( d k j c d ) .
Next, we introduce parameters τ j ( j = 1 , , n ) to calculate the initial cluster centers directly. The formula is as below:
τ j = ρ j × δ j
.
The traditional DPC algorithm uses the ρ δ distribution map to subjectively select the cluster centers, which is easy to cause human error. In contrast, the initialization method we proposed can automatically select a more appropriate cut-off radius so that the selected initial cluster center is closer to the true value. Specifically, we calculate the parameters τ j ( j = 1 , , n ) and sort them from small to large, and then select the point of the largest value of τ j as the first initial cluster center. In the next high-density point selection process, we limit the distance between the current cluster center and other selected cluster centers to be greater than the cut-off distance, ensuring that we can choose the initial cluster centers and viewpoints more conveniently, efficiently, and accurately.

3.2. The Mechanism of the VSFCM Algorithm

Here, we show the main idea of the viewpoint-driven subspace fuzzy c-means (VSFCM) algorithm. Its flowchart is shown below (Figure 3).
The first initial cluster center selected by the CDCI method is recorded as x e (i.e., the point of the largest value of τ j ), which is taken as the viewpoint. The position of our viewpoint is constantly changing with iteration. The row number of the viewpoint in the cluster center matrix is q = arg ( min ( d q e ) ) with d q e =   v q x e . That is, we replace the cluster center closest to the viewpoint as the viewpoint.
We use three parts to complete the construction of the objective function. In the first part, the fuzzy feature weight is combined with the classical FCM algorithm, and the cluster centers and the viewpoint are integrated together. The second part is an adaptive fuzzy weight penalty term, which uses the parameter φ i that can be automatically calculated. The third part represents the inter-cluster separation term, in which the fuzzy feature weight and the cluster center that is integrated with the viewpoint are used, and the centroid of the initialization cluster center serves as the reference point for inter-cluster separation. The objective function is expressed as follows:
J VSFCM = i = 1 c j = 1 n u i j m k = 1 l w i k t | | x j k h i k | | 2 + i = 1 c φ i k = 1 l w i k t η i = 1 c ( j = 1 n u i j m ) k = 1 l w i k t v 0 k h i k 2 .
Among them ( i = 1 , , c ).
h i = v i , i q x e , i = q , v 0 = i = 1 c v i / c .
The following constraints are imposed ( i = 1 , , c , j = 1 , , n )
i = 1 c u i j = 1 , k = 1 l w i k = 1
.
Here, h i is the cluster center fused with the viewpoint. When i = q , h i is replaced with the point of maximum value of τ , namely the viewpoint. The reference point of separation between clusters is the above (17). The fuzzy weight w i k t is the weight of the k-th feature of the i-th cluster, in which the fuzzy coefficient t is used, and generally t > 1 . φ i is the parameter used to implement the fuzzy weight penalty. Parameter η is used to adaptively adjust the value of the separation term between clusters.
Note that (16) can be transformed into:
J = i = 1 c j = 1 n u i j m k = 1 l w i k t [ ( x j k h i k ) 2 η ( v 0 k h i k ) 2 ] + i = 1 c φ i k = 1 l w i k t .
The solution process is given below. We use the Lagrangian multiplier method for (19), and it becomes an optimization problem of the following formula:
J = i = 1 c j = 1 n u i j m k = 1 l w i k t [ ( x j k h i k ) 2 η ( v 0 k h i k ) 2 ] + i = c c φ i k = 1 l w i k t j = 1 n λ j ( i = 1 c u i j 1 ) i = 1 c ζ i ( k = 1 l w i k 1 ) .
In order to minimize (20), the following three partial derivative relations need to be satisfied:
J u i j = 0 ,   J h i k = 0 ,   J w i k = 0 ,   i = 1 , , c ,   j = 1 , , n ,   k = 1 , , l .
For the convenience of expression, we set
D i j = k = 1 l w i k t [ ( x j k h i k ) 2 η ( v 0 k h i k ) 2 ] .
Firstly, we give the solution process of u i j . Starting from J u i j = 0 , we get
J u i j = m u i j m 1 D i j λ j = 0 .
From (23), we obtain
u i j = ( λ j m D i j ) 1 m 1 .
Because 1 = i = 1 c u i j = i = 1 c ( λ j m D i j ) 1 m 1 , it follows that
( λ j m ) 1 m 1 = 1 l = 1 c D l j 1 m 1 .
Substituting (25) into (24), we have
u i j = D i j 1 m 1 l = 1 c D l j 1 m 1 .
The iterative formula of membership degree is obtained, and it involves the value of η . Note that when η is very large, D i j may become negative, which is obviously not what we want. For this reason, we can naturally give the following constraints ( i = 1 , , c , j = 1 , , n , k = 1 , , l ):
( x j k h i k ) 2 η ( v 0 k h i k ) 2 0 .
Therefore, we can get
η = α 0 min i , j , k ( x j k h i k ) 2 v 0 k h i k 2 .
Here α 0 is a constant, and α 0 [ 0 , 1 ] .
Secondly, we show the solution process of h i k . Starting from J h i k = 0 , we have ( i = 1 , , c , k = 1 , , l )
J h i k = 2 j = 1 n u i j m w i k t 1 η h i k x j k + η v 0 k = 0 .
It can be further calculated, and we can get
1 η j = 1 n u i j m w i k t h i k = j = 1 n u i j m w i k t x j k η v 0 k .
Regarding the solution of h i k , there are two cases:
Case 1: From (17) we know that h i k = x e k when i = q ( k = 1 , , l ).
Case 2: When i q , we can get from (30):
h i k = v i k = j = 1 n x j k η v 0 k u i j m j = 1 n 1 η u i j m .
In summary, we can get
h i k = x e k , i = q , j = 1 n x j k η v 0 k u i j m j = 1 n 1 η u i j m , i q .
.
Finally, we provide the solving process of w i k . Starting from J w i k = 0 ( i = 1 , , c , k = 1 , , l ), we can get
J w i k = t w i k t 1 j = 1 n u i j m [ ( x j k h i k ) 2 η ( v 0 k h i k ) 2 ] + φ i ζ i = 0 .
Similarly, for the convenience of expression, we set
T i k = j = 1 n u i j m [ ( x j k h i k ) 2 η ( v 0 k h i k ) 2 ] + φ i .
From (33), we obtain
w i k = ζ i t T i k 1 t 1 .
Note that
1 = k = 1 l w i k = k = 1 l ζ i t T i k 1 t 1 .
From (36), we have
ζ i t 1 t 1 = 1 p = 1 l T i p 1 t 1 .
Substituting (37) into (35), we obtain
w i k = T i k 1 t 1 p = 1 l T i p 1 t 1
.
Among them t ( 1 , + ) , φ i is a penalty term parameter, which reflects the contribution of each attribute to the cluster centers. Moreover, the selection of its value is critical to the performance of the clustering. In actual processing, we can define φ i as the ratio of the sum of the previous part of (19) and the fuzzy feature weight:
φ i = K j = 1 n u i j m D i j k = 1 l w i k t
Here K is a positive constant.
So far, the derivation process of cluster centers, membership degree matrix, and weight matrix of the VSFCM algorithm have been fully explained.

3.3. Framework of the VSFCM Algorithm

The execution process of the CDCI method and the VSFCM algorithm is shown respectively in Algorithms 1 and 2.
Algorithm 1 Cut-off Distance-induced Clustering Initialization (CDCI)
Input: Data set X = { x k } k = 1 N , number of clusters C .
Output: cluster center matrix H = h i i = 1 C .
procedure CDCI (Data X, Number C)
  • H =   ;
  • Calculate   the   cut - off   radius   c d according to (12);
  • Calculate   the   local   density   ρ j of each point according to (14);
  • Calculate   the   distance   δ j of each point according to (9);
  • Calculate   τ j according to (15);
  • Rearrange   τ = τ j j = 1 n from large to small, and get the corresponding X
after the original data set X is re-sorted by τ ;
7.
Select   τ 1 corresponding to x 1 as the first cluster center x e , and let H = H x e ;
8.
Let tt = 1, k = 2;
9.
Repeat
10.
        while   x k H < c d
                                  //If the distance between x k and selected cluster center is
smaller than c d ,
                               //then skip directly
11.
                          k = k + 1 ;
12.
                  H = H x k ;
13.
         tt = tt + 1;
14.
Until   t t = C
15.
return H
16.
end procedure
Algorithm 2 Viewpoint-driven subspace fuzzy C-means (VSFCM) algorithm
Input: Data set X = { x j } j = 1 n , number of clusters C .
Output: Membership matrix U = { u i j } i , j = 1 c , n , cluster center matrix H = h i i = 1 c , weight matrix W = { w i k } i , k = 1 c , n .
procedure DVPFCM (Data X, Number C)
  • Set threshold ε and maximum number of iterations i M ;
  • Run   Algorithm   1 ,   and   get   H ( 0 ) and the point x e with the highest density;
  • Do
  •                     i t e r = i t e r + 1 ;
  •                     Update   U i t e r = [ u i j ] by calculating memberships u i k using (26);
  •                     Update   H i t e r = [ h i ] by calculating centers h i using (32);
  •                     Update   W i t e r = [ w i k ] by calculating weights w i k using (38);
  • while   H i t e r H i t e r 1 ε and i t e r i M ;
  • return   U i t e r , H i t e r , W i t e r ;
end procedure

4. Experimental Results

In this section, we validate the clustering ability of the proposed VSFCM algorithm through a series of experiments. In the comparative experiment section, five relevant algorithms are selected, including V-FCM, SCAD, ESSC, FRFCM, and DVPFCM. Among the two algorithms of SCAD, the structure of the first one is more complex and closer to the algorithm in this paper, so we chose it to compare with ours. In terms of initialization methods, we compare our algorithm with the HDCCI algorithm and present it visually.
The testing data sets include two artificial data sets, 10 UCI machine-learning data sets, and the Olivetti face database. The artificial data sets DATA1 and DATA2 are composed of Gaussian distribution points obtained by generation tools. The tested UCI data sets [34] include Iris, Wireless Indoor Localization, Wine, Breast Cancer Wisconsin, Seeds, Letter Recognition (A, B), Ionosphere, SPECT heart data, Aggregation, and Zoo. These UCI data sets are popular and representative of the field of machine learning. The Olivetti face database corresponds to a collection of 40 people and 10 pictures per person. We select 200 pictures corresponding to 20 people from it, with a total of 1024 attributes.
Table 2 counts the basic information of two artificial data sets and 10 UCI machine learning data sets, which include a total number of instances, features, and reference clusters. For all experiments, the default values are selected for the parameters, and the specific settings are as follows: m = 2 , t = 2 , ε = 10 5 . For convenience, the selection of c d in the CDCI algorithm is calculated based on (12).

4.1. Evaluation Indicator

We use two types of evaluation indicators: hard clustering effectiveness indicators and soft clustering effectiveness indicators. Moreover, the superscript “(+)” indicates that the larger the value of the indicator, the better the clustering performance. The superscript “(−)” indicates the opposite meaning.
Since fuzzy clustering algorithms divide data points into the clusters with the highest corresponding membership, hard clustering indicators can also be used to evaluate their clustering effects.
The hard clustering effectiveness indicators selected are the following three kinds.
(1)
Classification rate
The classification rate (CR) [32] reflects the proportion of data that are correctly classified. The formula is:
CR + = i = 1 C e i n .
in which e i is the number of objects found correctly in the i-th cluster, and n is the number of all objects in the data set.
(2)
Normalized mutual information
Normalized mutual information (NMI) [35] reflects the statistical information shared between two clusters:
NMI + ( W , V ) = i = 1 I j = 1 J q i , j log q i , j q i q j G W G V .
Here W , V are the two distributions of the data set. Supposing that W , V have I and J clusters, respectively. In addition, q i = w i n , and W i is the number of objects contained in the cluster W i . q ( i , j ) = W i V j n , and G W = i = 1 I q i log q i . The structure of the calculation formula of G ( V ) is similar.
(3)
Calinski–Harabasz indicator
The Calinski–Harabasz (CH) indicator [36] is a measure from the perspective of distance within a cluster and dispersion between clusters:
CH + = i = 1 c n i × d v i , v ¯ c 1 / i = 1 c k = 1 n d x k , v i n c .
Here n i corresponds to the number of objects contained in cluster i , and v ¯ is the average of the cluster centers.
The following two kinds of soft clustering effectiveness indicators are used.
(4)
The extension indicator of ARI
The EARI [37] indicator is a fuzzy extension of the adjusted rand indicator (ARI) [38,39], and its purpose is to describe the similarity of two clustering results.
Assuming that R and Q are two hard partitions, corresponding to k and v clusters, respectively, there are some definitions in the ARI indicator as follows:
e represents the number of pairs of data belonging to the same class in R and to the same cluster in Q meanwhile.
f represents the number of pairs of data belonging to the same class in R and to the different clusters in Q meanwhile.
g represents the number of pairs of data belonging to the different classes in R and to the same cluster in Q meanwhile.
h represents the number of pairs of data belonging to the different classes in R and to the different clusters in Q meanwhile.
According to the above definition, given two membership matrices B1 and B2, it is obvious that e, f, g, and h can be rewritten as below when r and q are two soft partitions:
e = W Y = j 2 = 2 n j 1 = 1 j 2 1 W j 1 , j 2 Y j 1 , j 2 ,
f = W Z = j 2 = 2 n j 1 = 1 j 2 1 W j 1 , j 2 Z j 1 , j 2 ,
g = X Y = j 2 = 2 n j 1 = 1 j 2 1 X j 1 , j 2 Y j 1 , j 2 ,
h = X Z = j 2 = 2 n j 1 = 1 j 2 1 X j 1 , j 2 Z j 1 , j 2 .
Among them,
W = { W j 1 , j 2 | W j 1 , j 2 = i = 1 k r i j 1 r i j 2 , j 2 = 2 , , N , j 1 = 1 , , j 2 - 1 }
is the set of data pairs belonging to a cluster in B1. Similarly, Y is the set of data pairs belonging to the same cluster in B2. And
X = { X j 1 , j 2 | X j 1 , j 2 = i 1 , i 2 1 , k i 1 i 2 r i 1 j 1 r i 2 j 2 , j 2 = 2 N , j 1 = 1 j 2 1 }
is a set of data pairs that do not belong to the same cluster in B1. Similarly, Z is a collection of data pairs that do not belong to the same cluster in B2. , are t-norm and s-norm, and min, and max are often used for actual processing, respectively. EARI is specifically obtained by the following formula:
EARI + = e ( e + f ) ( e + g ) e + f + g + h ( e + f ) + ( e + g ) 2 ( e + f ) ( e + g ) e + f + g + h .
(5)
Xie–Beni indicator
The Xie–Beni (XB) indicator [40] is a highly recognized indicator of the effectiveness of fuzzy clustering, whose formula is as below:
XB = i = 1 c k = 1 n u i k m d x k , v i n × min i j d v i , v j .

4.2. Artificial Data Sets

Table 2 gives the basic information of all the data sets used in the experiment. Let us first discuss the artificial data sets DATA1 and DATA2. Figure 4 is a data distribution diagram of DATA1.
As shown in Figure 4, the clusters of three colors correspond to three classes of the DATA1, the red triangle “△” represents the cluster center of each cluster, and the black solid square“■” represents the reference point for inter-cluster separation. The cluster centers are V 1 = 6.1545 , 3.8668 , V 2 = 5.3800 , 1.4988 , and V 3 = 3.0078 , 10.0121 . After calculation, we get X 0 = 1.2809 , 4.1416 , V 0 = 1.2607 , 4.1267 . We express the weight of the full space as w 1 = w 2 = w 3 = [ 0.5 , 0.5 ] , three subspace weights are expressed as w 1 = [ 0.9 , 0.1 ] , w 2 = [ 0.4 , 0.6 ] , w 3 = [ 0.6 , 0.4 ] . The corresponding separation between clusters can be expressed respectively as:
J full _ space = i 3 ( ( w i 1 ) 2 ( V i 1 V 01 ) 2 + ( w i 2 ) 2 ( V i 2 V 02 ) 2 ) = 34.36
J ESSC _ subspace = i 3 ( ( w i 1 ) 2 ( V i 1 X 01 ) 2 + ( w i 2 ) 2 ( V i 2 X 02 ) 2 ) = 44.38
J VSFCM _ subspace = i 3 ( ( w i 1 ) 2 ( V i 1 V 01 ) 2 + ( w i 2 ) 2 ( V i 2 V 02 ) 2 ) = 44.49
Among them, v 0 = i = 1 c v i / c , x 0 = j = 1 n x j / n . Here v i is obtained by using our proposed CDCI method.
In this example, the separation between clusters in the subspace is significantly greater than the separation between clusters in the full space, which means that the subspace clustering has higher inter-cluster separation and better clustering effect than the full-space clustering. In particular, the separation between full-space clusters and the separation between subspace clusters can also be used as separations under different distance metrics.
Compared with the ESSC algorithm, which is also a subspace algorithm, our algorithm has been improved to some extent. That is, replace x 0 with v 0 in its formula. Moreover, the effect of subspace separation of our algorithm is slightly better than it, and ours is more stable. When faced with more complex data sets or more scattered and irregular data sets, our algorithms can still maintain a good result. In a word, our proposed algorithm can get better separation between clusters, which can get better results.
Figure 5 is the distribution diagram of each dimension of DATA2, and Table 3 is the distribution of each algorithm on DATA2.
From Table 3, we can find that the weight of the ESSC and SCAD1 algorithm does not fluctuate very much around 0.3333, but our VSFCM algorithm has a large difference in the attribution of weights. Taking Cluster 1 as an example, three weights, 0.3433, 0.3321, and 0.3246 of ESSC, are very close. However, the weight values obtained by the VSFCM algorithm are 0.4394, 0.2980, and 0.2626. From the VSFCM algorithm, it can be seen that the first feature has a significant contribution to the clustering result, followed by the second feature, and the worst is the third feature.
Table 4 shows the clustering results of several algorithms on two artificial data sets, DATA1 and DATA2. Obviously, the performance of our algorithm is better than other algorithms. Moreover, mainly due to the contribution of weight distribution, the values of the five clustering indicators of the subspace clustering algorithms are obviously higher than that of other algorithms.

4.3. UCI Data Sets

The UCI data sets adopted here include Iris, Wireless Localization, Wine, Seeds, breast cancer Wisconsin, letter recognition (A, B), SPECT heart data, Aggregation, and Zoo. Among them, Breast Cancer data is a common medical data set in machine learning, which can be divided into two clusters. Figure 6 shows its Sammon mapping, where the yellow and purple point sets represent two classes of the dataset respectively.
Figure 7 shows the ρ δ distribution diagram of Breast Cancer of two cluster center initialization methods. In Figure 7, we can see that the first initial cluster center is well determined, that is, the data point in the upper right corner. In the selection process of the second initial cluster center, the boundary between the optional points of the CDCI algorithm and other data points is very clear, while that of the HDCCI algorithm is fuzzy. So, when we use the HDCCI algorithm to select the initial cluster center, it is easy to choose the wrong one. In contrast, the initial cluster centers selected by our cluster center initialization method CDCI are more in line with the characteristics of the ideal cluster centers.
Table 5 describes the average value of the results of each clustering algorithm (including V-FCM, SCAD, ESSC, FRFCM, DVPFCM, and our algorithm) running 20 times on the selected UCI data sets. The adopted evaluation indicators here are the above-mentioned three hard indicators (CR, CH, and NMI) and two fuzzy indicators (EARI and XB). According to the above five clustering indicators, the performance of the proposed VSFCM algorithm is evaluated and compared with the existing three subspace clustering algorithms and two fuzzy clustering algorithms combined with viewpoints. In order to observe the results more conveniently, we bold the best result and underlined the second-best result.
As can be seen from Table 5, the six algorithms can be divided into three grades, the worst is V-FCM and DVPFCM, the performance of FRFCM and ESSC is equivalent to or better than that of SCAD1, and the best is the proposed VSFCM algorithm. Although DVPFCM and V-FCM algorithms mentioned are generally inferior to the other three algorithms, they can achieve better clustering performance on the Iris and Letter Recognition (A, B) data sets measured by NMI and CR, respectively. This shows that for all data sets, no one algorithm is always better than others.
Through comparison, we further notice that the best clustering performance indicated by NMI and CR is not always consistent with the best clustering performance indicated by other indicators. That is, the clustering performance with higher NMI and CR values does not necessarily possess higher XB, CH, and EARI values. Therefore, it is necessary to comprehensively evaluate the performance of clustering algorithms with different metrics.
From Table 5, the following conclusions can be drawn:
First of all, due to the low dimension of small data sets, which contributes to the small impact of weights on the results, V-FCM and DVPFCM (belonging to viewpoint-oriented fuzzy clustering algorithms) can get better results on these data sets. In addition, the viewpoint can guide the clustering algorithm to run in a more correct direction, so the NMI and CR indicators of V-FCM and DVPFCM perform better on some data sets.
Secondly, for the weighted fuzzy clustering algorithms, SCAD, ESSC, and FRFCM with more complex structures have a great advantage in processing multi-dimensional data sets, owing to the efficiency and effect of clustering improved by the weight distribution.
Finally, our proposed algorithm VSFCM is obviously superior to the other algorithms mentioned above. Because our algorithm well integrates the advantages of the two types of algorithms and successfully improves the clustering effect.
In general, our proposed VSFCM algorithm is more ideal for obtaining initial cluster centers and has better performance in various clustering evaluation indicators.
Table 6 reflects the dimension weight distribution results of the subspace algorithm carried out on the Wine data set, presenting in the order of the weight values of each cluster corresponding to the 13 features in the data. It can be seen from Table 6 that different subspace clustering algorithms may have different degrees of importance to the same feature. Similar results can be obtained with other UCI data sets. For multi-dimensional data sets, the reasonable distribution of dimension weights can improve the accuracy and efficiency of clustering, so our proposed VSFCM algorithm can achieve more ideal clustering results.

4.4. The Olivetti Face Database

The 400 pictures in the Olivetti face database were collected in different places, with different light intensities and different emotional states of the same person (eyes open or closed, smiling or not smiling). Our experiment uses the first 20 people’s pictures. Moreover, Figure 8 shows the histogram of its running results. Moreover, from Table 7, we can see the clustering results of different relevant algorithms on this database.
In Table 7, the CR value of our VSFCM algorithm on this data set can even reach 0.9850, while that of FRFCM, ESSC, SCAD1, DVPFCM, and V-FCM are significantly lower, which are 0.8300, 0.9450, 0.7500, 0.8350, and 0.6950, respectively. As can be seen from the histogram in Figure 8, the indicator values of our algorithm are obviously better than other algorithms. When processing Olivetti’s face database, the indicators CR, NMI, and EARI of our algorithm are all close to 1. It reveals that the weight distribution of our algorithm plays an important role in the process of high-dimensional data (200 × 1024), which includes reducing the weight of some less important dimensions while increasing the weight of relatively important dimensions to improve the accuracy and efficiency of the algorithm. Moreover, the proposed algorithm introduces the separation term between clusters to increase the distance between clusters, and the initial cluster centers obtained by using the cluster center initialization method CDCI are closer to the real ones, which prevents the VSFCM algorithm from falling into the local optimal value or iterative divergence.

4.5. Time Complexity

Table 8 and Table 9, respectively, present the average number of iterations of each algorithm and the average calculation time per run (each algorithm was executed 50 times). The number in parentheses indicates the ranking of the algorithm, and Arank indicates the average ranking of the algorithm. Note that there is no iterative process in the HDCCI algorithm, so its relevant statistical data is not needed here.
It can be seen from the following two tables that the VSFCM algorithm ranks third in terms of the average number of iterations and second in terms of average iteration time. Compared with other clustering algorithms, the number of iterations and iteration time of the VSFCM algorithm required are generally less. This shows that the convergence speed of our proposed algorithm is relatively fast.

4.6. Discussion

This study proposes a new and more effective cut-off distance, using high-density points to achieve the initialization of the cluster center and the selection of viewpoints. This can effectively restrain the interference of noise (because the ideal cluster center has a large value of the ρ and δ , but the δ value of the noise point is small). Therefore, the cluster center initialization method CDCI in this study is better than the DPC and the HDCCI (the initialization method of DVPFCM).
In addition, we test the performance of our proposed VSFCM algorithm and other algorithms on two artificial data sets, 10 UCI data sets, and the Olivetti face database. Through comparison, it is found that the proposed VSFCM algorithm performs better than V-FCM, DVPFCM, SCAD1, ESSC, and FRFCM in five indicators, and the distribution of feature weights of our algorithm is more in line with the characteristics of the data.
Finally, we compare the average number of iterations and iteration time of each algorithm and discover that the number of iterations and iteration time required by the VSFCM algorithm is generally less, which leads to the conclusion that the VSFCM algorithm has a better convergence speed.
From a deeper perspective, the proposed VSFCM algorithm has better performance due to the following aspects:
  • First, the proposed cluster center initialization method CDCI can get the initial cluster center close to the real data structure through the new cut-off distance. This not only prevents the iterative divergence of the algorithm but also speeds up the convergence of the algorithm and helps improve the accuracy of the algorithm;
  • Second, as a part of the data structure of the VSFCM algorithm, the viewpoint serves for the knowledge-induced clustering process. Moreover, it is combined with data to form a cluster driving force driven by both knowledge and data, inducing the clustering algorithm to obtain more accurate clustering results. Moreover, the viewpoint is introduced into the subspace fuzzy clustering, which can better guide the clustering process of each cluster subspace;
  • Third, the fuzzy weight is introduced, which can overcome the influence of outliers on cluster analysis and speed up the convergence of clustering. Our algorithm adds weights to each data as a whole to indicate the degree of contribution to clustering and assigns smaller weights to noise points to reduce their participation in clustering, thus weakening their impact on clustering results;
  • Finally, the separation term between clusters is introduced into the objective function. The reference point for separation between clusters is the average value of the initial cluster centers, which is combined with the distribution of weights to improve the accuracy of the algorithm by enhancing the ability to process data spatial distance.
Compared with the ESSC in [28], the proposed VSFCM algorithm has the following advantages:
  • The reference point for inter-cluster separation has been improved. In this study, v 0 is used instead of x 0 . When we initialize the cluster center, outliers are automatically removed, which weakens their influence of them on the reference points so that each cluster can be separated more clearly;
  • We use the viewpoint to guide the convergence of each projection subspace of soft subspace clustering, which conforms to the data structure of clustering and accelerates the clustering process.
Compared with the DVPFCM of [32], the proposed VSFCM algorithm has the following advantages:
  • The cut-off distance is optimized. The selection of cut-off distance is very important and directly affects the clustering accuracy of the algorithm. Generally, the cut-off distance should be selected so that the sphere space of the cut-off radius contains 1% to 2% of the total number of datasets. However, the calculation formula of the cut-off radius of HDCCI has no corresponding rigorous scientific proof, which makes it difficult to initialize the cluster center completely in line with the concept of DPC. In contrast, the improved cut-off distance achieved better results while meeting the DPC standards;
  • Fuzzy weights are introduced. By assigning smaller weights to features with a larger proportion of noise points and outliers, the influence of them on clustering results can be indirectly weakened;
  • Subspace clustering is employed. When faced with high-dimensional data, traditional clustering algorithms have no effective processing measures. However, the algorithm combined with subspace clustering has better adaptability to it. By continuously adjusting the weight of each subspace, the contribution of each subspace to the clustering can be accurately described, making the clustering results better.

5. Conclusions

This paper has proposed a new subspace clustering algorithm, which is named viewpoint-driven subspace fuzzy c-means algorithm (VSFCM), and has achieved good clustering results. The main work and contributions of this paper are summarized as follows:
First of all, in view of the problem that a large number of clustering algorithms are sensitive to the initialization of cluster centers, we propose a new cut-off distance under the system of the DPC algorithm and further provide a cut-off distance-induced clustering initialization method CDCI, which is used as an initialization strategy for cluster centers and also served as a new viewpoint selection strategy. It makes the initial cluster center closer to the true cluster center, which not only improves the clustering convergence speed, but also promotes the clustering accuracy to a certain extent.
Secondly, by taking the viewpoint obtained by CDCI as being reflective of domain knowledge, the fuzzy clustering idea driven by knowledge and data is proposed. Subsequently, we introduce the subspace clustering mode and fuzzy feature weight processing mechanism and propose the separation formula between clusters, which is optimized with the viewpoint. On the basis of these, we establish the viewpoint-driven subspace fuzzy c-means algorithm (VSFCM). The viewpoint in it helps guide the clustering algorithm to discover the real data structure and thus get better clustering results. Additionally, the introduced separation term between clusters can maximize the distance between cluster centers in real time, achieve the maximum separation between clusters, and also optimize the internal mechanism of clustering.
Finally, by applying our proposed VSFCM algorithm and comparison algorithms (V-FCM, SCAD, ESSC, FRFCM, and DVPFCM) to the three types of data sets, we can see that the proposed VSFCM algorithm performs best in terms of the five indicators, and exhibits stronger stability.
Our clustering algorithm has a certain degree of noise resistance [5,41,42], but its effectiveness is not outstanding and can be further improved in the future. Moreover, there is room for improvement in the number of iterations and iteration time of our algorithm, which can be reduced by optimizing our algorithm structure and parameter settings.
In addition, the work of this study can be extended to the clustering of granular information [30,43,44,45], which will offer new directions for data analysis. Moreover, we can develop our fuzzy clustering algorithm in the field of fuzzy reasoning [46,47] and carry on clustering for the fuzzy rules.

Author Contributions

Conceptualization, Y.T. and R.C.; methodology, Y.T. and B.X.; software, R.C. and B.X.; validation, Y.T., R.C. and B.X.; formal analysis, Y.T.; investigation, R.C.; resources, B.X.; data curation, R.C.; writing—original draft preparation, R.C. and B.X.; writing—review and editing, Y.T.; visualization, R.C.; supervision, Y.T.; project administration, R.C.; funding acquisition, Y.T. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Key Research and Development Program of China under Grant 2020YFC1523100, the National Natural Science Foundation of China under Grants 62176083, 62176084, 61877016, and 61976078, the Key Research and Development Program of Anhui Province under Grant 202004d07020004, the Natural Science Foundation of Anhui Province under Grant 2108085MF203.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

A preliminary version of this work was presented at the 2nd International Conference on AI Logic and Applications (AILA 2022), and its title is “Viewpoint-driven Subspace Fuzzy C-Means Algorithm”.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

Following are two abbreviation lists corresponding to the algorithm and symbols presented in this manuscript, respectively.
AbbreviationsFull Name of Algorithms
FCMFuzzy c-means algorithm.
DPCClustering by fast search and finding of density peaks.
HDCCIHypersphere density-based clustering centers initialization.
V-FCMA knowledge-driven fuzzy clustering algorithm with viewpoints.
DVPFCMDensity viewpoint-induced possibilistic fuzzy c-means algorithm.
SCAD1Simultaneous clustering and attribute discrimination—version 1.
ESSCEnhanced soft subspace clustering.
FRFCMA feature-reduction FCM.
VSFCMViewpoint-driven subspace fuzzy c-means algorithm.
SymbolsInterpretations
cdCut-off distance.
ρLocal density of the data point.
δMinimum distance between itself and other points with higher local density.
τProduct of ρ and δ.
cNumber of cluster centers.
n, lNumbers and dimensions of the data, respectively.
XData set.
xeViewpoint.
m, tFuzzy coefficients for membership degree and fuzzy weight, respectively.
hiCluster center, i = 1, 2 , ..., c.
uijMembership degree, i = 1, 2, ..., c, j = 1, 2, ..., n.
wikFuzzy weight, i = 1, 2, ..., c, k = 1, 2, ..., l.
φiParameter for adaptive fuzzy weight penalty term, i = 1, 2, ..., c.
ηParameter for adjusting the value of the separation term between clusters.
v0Reference point for inter-cluster separation.
DijFor the convenience of expression, D i j = k = 1 l w i k t x j k h i k 2 η v 0 k h i k 2 .
TikFor the same reason, T i k = j = 1 n u i j m [ ( x j k h i k ) 2 η ( v 0 k h i k ) 2 ] + δ i .

References

  1. Zhou, T.; Qiao, Y.Y.; Salous, S.; Liu, L.; Tao, C. Machine Learning-Based Multipath Components Clustering and Cluster Characteristics Analysis in High-Speed Railway Scenarios. IEEE Trans. Antennas Propag. 2022, 70, 4027–4039. [Google Scholar] [CrossRef]
  2. Tang, Y.; Chen, R.; Xia, B. Viewpoint-driven Subspace Fuzzy C-Means Algorithm. In Artificial Intelligence Logic and Applications; Chen, Y., Zhang, S., Eds.; AILA 2022, Communications in Computer and Information Science; Springer: Singapore, 2022; Volume 1657, pp. 91–105. [Google Scholar]
  3. Josephine, D.C.J.; Wise, D.C.J.W.; Verunathi, A.R.; SheelaLavanya, J.M.; SterlinRani, D.; Saravanan, K.G. A Novel Approach of Applying Rank Ordering Clustering Algorithm in Agricultural Data. In Proceedings of the 4th International Conference on Smart Systems and Inventive Technology (ICSSIT), Tirunelveli, India, 20–22 January 2022. [Google Scholar]
  4. Lin, Z.P.; Kang, Z.; Zhang, L.D.; Tian, L. Multi-View Attributed Graph Clustering. IEEE Trans. Knowl. Data. Eng. 2023, 35, 1872–1880. [Google Scholar] [CrossRef]
  5. Tang, Y.; Huang, J.; Pedrycz, W.; Li, B.; Ren, F. A fuzzy cluster validity index induced by triple center relation. IEEE Trans. Cybern. 2023. [Google Scholar] [CrossRef]
  6. Charan, J.D.; Keerthivasan, P.; Sakthiguhan, D.; Lanitha, B.; Sundareswari, K. An Effective Optimized Clustering Algorithm for Social Media. In Proceedings of the 2022 International Conference on Edge Computing and Applications (ICECAA), Tamilnadu, India, 13–15 October 2022. [Google Scholar]
  7. Gong, Y.D.; Guo, X.Y.; Lai, G.M. A Centralized Energy-Efficient Clustering Protocol for Wireless Sensor Networks. IEEE Sens. J. 2023, 23, 1623–1634. [Google Scholar] [CrossRef]
  8. Rodriguez, A.; Laio, A. Clustering by fast search and find of density peaks. Science 2014, 344, 1492–1496. [Google Scholar] [CrossRef]
  9. Gong, J.M.; Wu, C.C.; Guo, L.F.; Liu, W.; Pei, M.J. An image fusion algorithm based on fuzzy C-means clustering. In Proceedings of the 14th International Conference on Measuring Technology and Mechatronics Automation (ICMTMA), Changsha, China, 15–16 January 2022. [Google Scholar]
  10. Hu, S. Fuzzy C-means Clustering Algorithm and Its Application in Mental Health Intelligent Evaluation System. In Proceedings of the 2022 IEEE Conference on Telecommunications, Optics and Computer Science (TOCS), Dalian, China, 11–12 December 2022. [Google Scholar]
  11. Husnah, M.; Novita, R. Clustering of Customer Lifetime Value with Length Recency Frequency and Monetary Model Using Fuzzy C-Means Algorithm. In Proceedings of the 2022 International Conference on Informatics Electrical and Electronics (ICIEE), Yogyakarta, Indonesia, 5–7 October 2022. [Google Scholar]
  12. Kumar, D.; Agrawal, R.K.; Kumar, P. Bias-Corrected Intuitionistic Fuzzy C-Means With Spatial Neighborhood Information Approach for Human Brain MRI Image Segmentation. IEEE Trans. Fuzzy Syst. 2022, 30, 687–700. [Google Scholar] [CrossRef]
  13. Barrion, M.H.C.; Bandala, A.A. Modified Fast and Robust Fuzzy C-means Algorithm for Flood Damage Assessment using Optimal Image Segmentation Cluster Number. In Proceedings of the 2023 17th International Conference on Ubiquitous Information Management and Communication (IMCOM), Seoul, Republic of Korea, 3–5 January 2023. [Google Scholar]
  14. Sathyamoorthy, M.; Kumar, R.; Vanitha, C.N.; Sharma, B.; Syamraj, V.; Chowdhury, S. An Efficient Integrated approach of Fuzzy C-Means Map Reduce for Weather Forecasting Data Collection. In Proceedings of the 2023 6th International Conference on Information Systems and Computer Networks (ISCON), Mathura, India, 3–4 March 2023. [Google Scholar]
  15. Wang, X.Z.; Wang, Y.D.; Wang, L.J. Improving fuzzy c-means clustering based on feature-weight learning. Pattern Recognit. Lett. 2004, 25, 1123–1132. [Google Scholar] [CrossRef]
  16. Li, J.; Gao, X.B.; Jiao, L.C. A new feature weighted fuzzy clustering algorithm. In Proceedings of the 10th International Conference on Rough Sets, Fuzzy Sets, Data Mining, and Granular Computing, Regina, SK, Canada, 31 August–3 September 2005. [Google Scholar]
  17. Chan, E.Y.; Ching, W.K.; Ng, M.K.; Huang, J.Z. An optimization algorithm for clustering using weighted dissimilarity measures. Pattern Recognit. 2004, 37, 943–952. [Google Scholar] [CrossRef]
  18. Jing, L.P.; Ng, M.K.; Xu, J.; Huang, J.Z. Subspace clustering of text documents with feature weighting k-means algorithm. In Proceedings of the 9th Pacific-Asia Conference on Advances in Knowledge Discovery and Data Mining, Hanoi, Vietnam, 18–20 May 2005. [Google Scholar]
  19. Gan, G.J.; Wu, J.H.; Yang, Z.J. A fuzzy subspace algorithm for clustering high dimensional data. In Proceedings of the 2nd International Conference on Advanced Data Mining and Applications, Xi’an, China, 14–16 August 2006. [Google Scholar]
  20. Gan, G.J.; Wu, J.H. A convergence theorem for the fuzzy subspace clustering (FSC) algorithm. Pattern Recognit. 2008, 41, 1939–1947. [Google Scholar] [CrossRef]
  21. Zong, P.; Jiang, J.Y.; Qin, J. Study of High-Dimensional Data Analysis based on Clustering Algorithm. In Proceedings of the 15th International Conference on Computer Science & Education (ICCSE), Delft, The Netherlands, 18–22 August 2020. [Google Scholar]
  22. Alam, A.; Muqeem, M. Integrated k-means Clustering with Nature Inspired Optimization Algorithm for the Prediction of Disease on High Dimensional Data. In Proceedings of the 2022 International Conference on Electronics and Renewable Systems (ICEARS), Tuticorin, India, 16–18 March 2022. [Google Scholar]
  23. Chakraborty, S.; Das, S. Detecting Meaningful Clusters From High-Dimensional Data: A Strongly Consistent Sparse Center-Based Clustering Approach. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 2894–2908. [Google Scholar] [CrossRef]
  24. Lu, C.Y.; Feng, J.S.; Lin, Z.C.; Mei, T.; Yan, S.C. Subspace clustering by block diagonal representation. IEEE Trans. Pattern Anal. Mach. Intell. 2019, 41, 487–501. [Google Scholar] [CrossRef] [PubMed]
  25. Lee, Y.-H.; Kim, S.-J.; Lee, K.Y.; Nam, T. Online Robust Subspace Clustering with Application to Power Grid Monitoring. IEEE Access 2023, 11, 27816–27828. [Google Scholar] [CrossRef]
  26. Zeng, S.; Duan, X.; Li, H.; Bai, J.; Tang, Y.; Wang, Z. A Sparse Framework for Robust Possibilistic K-Subspace Clustering. IEEE Trans. Fuzzy Syst. 2023, 31, 1124–1138. [Google Scholar] [CrossRef]
  27. Frigui, H.; Nasraoui, O. Unsupervised learning of prototypes and attribute weights. Pattern Recognit. 2004, 37, 567–581. [Google Scholar] [CrossRef]
  28. Deng, Z.H.; Choi, K.S.; Chung, F.L.; Wang, S.T. Enhanced soft subspace clustering integrating within-cluster and between-cluster information. Pattern Recognit. 2010, 43, 767–781. [Google Scholar] [CrossRef]
  29. Yang, M.S.; Nataliani, Y. A feature-reduction fuzzy clustering algorithm based on feature-weighted entropy. IEEE Trans. Fuzzy Syst. 2018, 26, 817–835. [Google Scholar] [CrossRef]
  30. Tang, Y.; Pan, Z.; Pedrycz, W.; Ren, F.; Song, X. Viewpoint-Based Kernel Fuzzy Clustering with Weight Information Granules. IEEE Trans. Emerg. Top. Comput. Intell. 2023, 7, 342–356. [Google Scholar] [CrossRef]
  31. Pedrycz, W.; Loia, V.; Senatore, S. Fuzzy clustering with viewpoints. IEEE Trans. Fuzzy Syst. 2010, 18, 274–284. [Google Scholar] [CrossRef]
  32. Tang, Y.; Hu, X.; Pedrycz, W.; Song, X. Possibilistic fuzzy clustering with high-density viewpoint. Neurocomputing 2019, 329, 407–423. [Google Scholar] [CrossRef]
  33. Bezdek, J.C. Pattern Recognition with Fuzzy Objective Function Algorithms; Kluwer Academic Publishers: Norwell, MA, USA, 1981. [Google Scholar]
  34. UCI Machine Learning Repository. Available online: http://archive.ics.usi.edu/ml/datasets.html (accessed on 5 March 2022).
  35. Strehl, A.; Ghosh, J. Cluster ensembles-A knowledge reuse framework for combining multiple partitions. J. Mach. Learn. Res. 2002, 3, 583–617. [Google Scholar]
  36. Calinski, T.; Harabasz, J. A dendrite method for cluster analysis. Commun. Stat. 1972, 3, 1–27. [Google Scholar]
  37. Campello, R.J.G.B. A fuzzy extension of the Rand index and other related indexes for clustering and classification assessment. Pattern Recognit Lett. 2007, 28, 833–841. [Google Scholar] [CrossRef]
  38. Hubert, L.; Arabie, P. Comparing partitions. J. Classif. 1985, 2, 193–218. [Google Scholar] [CrossRef]
  39. Huang, H.C.; Chuang, Y.Y.; Chen, C.S. Multiple kernel fuzzy clustering. IEEE Trans. Fuzzy Syst. 2012, 20, 120–134. [Google Scholar] [CrossRef]
  40. Xie, X.L.; Beni, G. A validity measure for fuzzy clustering. IEEE Trans. Pattern Anal. Mach. Intell. 1991, 13, 841–847. [Google Scholar] [CrossRef]
  41. Pan, X.; Zhang, X.; Jiang, Z.; Wang, S. Anti-noise possibilistic clustering based on maximum entropy. In Proceedings of the 2017 12th International Conference on Intelligent Systems and Knowledge Engineering (ISKE), Nanjing, China, 24–26 November 2017. [Google Scholar]
  42. Li, W.; Zhu, H.; Liu, W.; Chen, D.; Jiang, J.; Jin, Q. An Anti-Noise Process Mining Algorithm Based on Minimum Spanning Tree Clustering. IEEE Access 2018, 6, 48756–48764. [Google Scholar] [CrossRef]
  43. Raj, A.; Minz, S. Spatial Granule based Clustering Technique for Hyperspectral Images. In Proceedings of the 2022 IEEE 2nd Mysore Sub Section International Conference (MysuruCon), Mysuru, India, 16–17 October 2022. [Google Scholar]
  44. Cordovil, L.A.Q.; Coutinho, P.H.S.; de Bessa, I.V.; D’Angelo, M.F.S.V.; Palhares, R.M. Uncertain Data Modeling Based on Evolving Ellipsoidal Fuzzy Information Granules. IEEE Trans. Fuzzy Syst. 2020, 28, 2427–2436. [Google Scholar] [CrossRef]
  45. Stalder, F.; Denzler, A.; Mazzola, L. Towards Granular Knowledge Structures: Comparison of Different Approaches. In Proceedings of the 2021 IEEE 19th World Symposium on Applied Machine Intelligence and Informatics (SAMI), Herl’any, Slovakia, 21–23 January 2021. [Google Scholar]
  46. Marsala, C.; Bouchon-Meunier, B. Explainable Fuzzy Interpolative Reasoning. In Proceedings of the 2022 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), Padua, Italy, 18–23 July 2022. [Google Scholar]
  47. Laha, M.; Konar, A.; Nagar, A.K. Olfactory Perceptual-Ability Assessment by Near-Infrared Spectroscopy Using Vertical-Slice Based Fuzzy Reasoning. IEEE Access 2023, 11, 17779–17792. [Google Scholar] [CrossRef]
Figure 1. The idea of the proposed VSFCM algorithm.
Figure 1. The idea of the proposed VSFCM algorithm.
Applsci 13 06342 g001
Figure 2. The flowchart of the initial method CDCI.
Figure 2. The flowchart of the initial method CDCI.
Applsci 13 06342 g002
Figure 3. The flowchart of the clustering algorithm VSFCM.
Figure 3. The flowchart of the clustering algorithm VSFCM.
Applsci 13 06342 g003
Figure 4. DATA1 data distribution map.
Figure 4. DATA1 data distribution map.
Applsci 13 06342 g004
Figure 5. (a) DATA2 data distribution map. (b) DATA2: x-y dimensional data distribution map. (c) DATA2: x-z data distribution map. (d) DATA2: y-z data distribution map.
Figure 5. (a) DATA2 data distribution map. (b) DATA2: x-y dimensional data distribution map. (c) DATA2: x-z data distribution map. (d) DATA2: y-z data distribution map.
Applsci 13 06342 g005
Figure 6. Breast Cancer data (Sammon mapping).
Figure 6. Breast Cancer data (Sammon mapping).
Applsci 13 06342 g006
Figure 7. (a) CDCI ρ δ distribution map. (b) HDCCI ρ δ distribution map.
Figure 7. (a) CDCI ρ δ distribution map. (b) HDCCI ρ δ distribution map.
Applsci 13 06342 g007
Figure 8. Histogram of the Olivetti face database running results.
Figure 8. Histogram of the Olivetti face database running results.
Applsci 13 06342 g008
Table 1. Comparison of advantages and disadvantages of each algorithm.
Table 1. Comparison of advantages and disadvantages of each algorithm.
AlgorithmAdvantageDisadvantage
FCMClassic algorithm can automatically find cluster centers.Sensitive to cluster center initialization, poor noise immunity.
V-FCMSimplified clustering process, fast convergence.Poor noise immunity, sensitive to cluster center initialization.
DPCCan quickly determine cluster centers.The density radius is difficult to determine; cluster centers are not easy to obtain, and there are often human errors.
SCADFuzzy weighted index is introduced to obtain better weight value.Sensitive to cluster center initialization.
ESSCTaking the distance between clusters into account, using entropy information.Sensitive to cluster center initialization, more parameters need to be set manually.
FRFCMSelect important features by weighting, and reduce feature dimension by discarding unimportant features.Sensitive to cluster center initialization without considering the spatial characteristics of the data.
DVPFCMWith the help of new viewpoints and typical values, there is relatively stronger robustness; there is a better initialization strategy.Processing high-dimensional data appears weak, and the cut-off distance is not perfect.
Table 2. Testing data sets.
Table 2. Testing data sets.
IDNameInstancesFeaturesClusters
D1Iris15043
D2Wireless Indoor Localization200074
D3Wine178133
D4Breast cancer569302
D5Seeds21073
D6Letter Recognition (A, B)1155162
D7Ionosphere351332
D8SPECT heart data267222
D9Aggregation78827
D10Zoo101177
D11DATA130023
D12DATA218033
Table 3. Dimensional weight distribution of algorithms on DATA2.
Table 3. Dimensional weight distribution of algorithms on DATA2.
AlgorithmsClustersWeight of the Detected Three Features in Each Cluster
VSFCMCluster10.43940.29800.2626
Cluster20.36450.32850.3068
Cluster30.43800.20890.3531
FRFCM0.38600.19600.4180
ESSCCluster10.34330.33210.3246
Cluster20.38960.25730.3532
Cluster30.32990.34000.3301
SCAD1Cluster10.32840.34170.3299
Cluster20.35000.30960.3404
Cluster30.33930.33270.3280
Table 4. Clustering results on two artificial data sets.
Table 4. Clustering results on two artificial data sets.
DatasetsAlgorithmsCH(+)NMI(+)EARI(+)CR(+)XB(−)
DATA1V-FCM26.11040.85290.89590.94000.3092
DVPFCM26.22730.89970.95170.96670.2579
SCAD127.15810.94880.97950.98670.1760
ESSC27.15490.97020.99540.98000.1716
FRFCM27.15920.98300.99440.99330.1739
VSFCM27.15970.98300.99570.99670.1663
DATA2V-FCM12.70690.79330.77350.83330.4738
DVPFCM12.96000.92640.80370.83330.4636
SCAD113.61130.93680.94840.96670.3002
ESSC14.10860.92220.97140.97780.3000
FRFCM14.16920.93680.97930.98330.3330
VSFCM14.28110.95340.98580.98890.2881
The bold represents the best value among all algorithms, and the underlined represents the second best.
Table 5. Clustering results on UCI data sets.
Table 5. Clustering results on UCI data sets.
Data SetsAlgorithmsCH(+)NMI(+)EARI(+)CR(+)XB(−)
IrisV-FCM11.83640.84980.93120.95330.2786
DVPFCM11.84230.87050.94000.96000.2731
SCAD111.58940.72770.87120.88000.3205
ESSC11.64420.75780.88610.90000.3117
FRFCM11.68530.76650.88950.90670.2880
VSFCM12.13600.88010.95680.96670.2628
Wireless Indoor LocalizationV-FCM66.86760.81130.87300.93250.4845
DVPFCM67.04870.81170.87330.93300.4764
SCAD179.90040.85080.94780.94450.4262
ESSC80.13030.85490.94940.94600.4240
FRFCM80.35870.86200.95290.94650.4113
VSFCM81.64200.89810.96580.96050.3988
WineV-FCM8.85310.65000.85980.85961.7169
DVPFCM12.39370.67480.87120.87081.5531
SCAD112.56660.77100.87280.92701.4794
ESSC12.89690.77100.87730.92701.2942
FRFCM13.30680.79550.90310.93821.2786
VSFCM14.44250.82120.95200.94941.2302
BreastV-FCM73.40530.65550.88500.93850.3178
DVPFCM74.01040.65550.88500.93850.3146
SCAD1108.12750.63200.92500.92970.2913
ESSC108.70640.65070.94000.93320.2903
FRFCM107.30070.61060.92440.92620.2940
VSFCM110.58970.70840.98250.94200.2779
SeedsV-FCM16.04980.64230.84500.87620.6296
DVPFCM16.06680.65450.84780.88100.5999
SCAD116.11630.66540.84870.88570.2508
ESSC16.13780.67950.85800.89050.2493
FRFCM16.23370.70260.86010.89520.2280
VSFCM16.75410.71730.87450.90950.2269
IonosphereV-FCM19.92780.10360.41590.68090.7634
DVPFCM21.59640.10360.41800.68090.6566
SCAD132.24220.13200.47620.70940.4649
ESSC31.65970.12710.47320.70660.5057
FRFCM32.17110.12920.47380.70660.4804
VSFCM32.34880.13200.47640.70940.4635
Letter Recognition
(A, B)
V-FCM155.33910.71970.89480.94080.6633
DVPFCM156.92560.72490.89650.94150.6561
SCAD1195.66780.66550.91810.92930.6486
ESSC198.49070.71890.93530.93950.6352
FRFCM196.17440.69170.92880.93440.6390
VSFCM199.58790.72490.93850.94150.6333
AggregationV-FCM11.95800.92790.97550.93150.2790
DVPFCM11.98180.93500.97690.93650.2787
SCAD111.80530.86660.95850.89850.2978
ESSC11.95250.89910.97400.90610.2803
FRFCM11.81630.91970.98050.93020.2763
VSFCM12.07210.94600.99240.94290.2643
ZooV-FCM1.14960.78640.89730.68320.2878
DVPFCM1.17520.80290.93570.70300.2528
SCAD11.18580.81460.96720.72280.2636
ESSC1.19150.82860.97950.71290.2493
FRFCM1.20850.83190.97680.72280.2237
VSFCM1.21940.83240.98070.74260.2170
The bold represents the best value among all algorithms, and the underlined represents the second best.
Table 6. Wine’s ranking results of the detected 13 features in each cluster.
Table 6. Wine’s ranking results of the detected 13 features in each cluster.
AlgorithmsClustersRanking Results of the Detected 13 Features in Each Cluster
VSFCMCluster112691154287311013
Cluster241365108212111973
Cluster310125768113911432
FRFCM10213121173695841
ESSCCluster112629583107411113
Cluster291324375126118101
Cluster310114539213617128
SCAD1Cluster112628594107311113
Cluster291324375126118101
Cluster310114529313617128
Table 7. Clustering results of the Olivetti face database.
Table 7. Clustering results of the Olivetti face database.
Data SetsAlgorithmsV-FCMDVPFCMSCAD1ESSCFRFCMVSFCM
faceCH(+)0.25270.26640.25240.25200.25120.2570
NMI(+)0.95730.97000.95160.98280.95910.9956
EARI(+)0.92920.96540.94180.99750.96670.9964
CR(+)0.69500.83500.75000.94500.83000.9850
XB(−)0.97692.32371.29360.89540.79640.5651
The bold represents the best value among all algorithms, and the underlined represents the second best.
Table 8. Average number of iterations of each algorithm.
Table 8. Average number of iterations of each algorithm.
V-FCMDVPFCMSCAD1ESSCFRFCMVSFCM
D118 (3)51 (6)16 (2)20 (4)7 (1)20 (4)
D237 (5)121 (6)12 (2)13 (3)10 (1)19 (4)
D310 (2)26 (6)19 (5)16 (4)7 (1)15 (3)
D47 (2)22 (6)13 (4)12 (3)5 (1)16 (5)
D542 (4)104 (5)15 (3)15 (3)8 (1)12 (2)
D610 (2)56 (6)16 (4)19 (5)11 (3)9 (1)
D79 (2)20 (5)16 (4)46 (6)6 (1)12 (3)
Arank2.9 (2)5.7 (6)3.4 (4)4 (5)1.3 (1) 3.1 (3)
The bold represents the best value among all algorithms, and the underlined represents the second best.
Table 9. Average running time of each algorithm.
Table 9. Average running time of each algorithm.
V-FCMDVPFCMSCAD1ESSCFRFCMVSFCM
D10.4836 (6)0.1836 (5)0.1189 (4)0.0345 (1)0.0934 (2)0.1150 (3)
D24.7661 (5)11.2978 (6)1.0110 (3)0.5590 (1)1.2039 (4)0.9489 (2)
D30.0473 (1)0.1282 (5)0.1839 (6)0.0763 (2)0.1146 (4)0.0960 (3)
D40.3458 (2)0.6581 (5)0.6268 (4)0.2555 (1)1.0447 (6)0.5627 (3)
D50.1581 (6)0.0473 (1)0.1011 (3)0.0796 (2)0.1507 (5)0.1287 (4)
D60.1549 (1)0.4161 (4)0.5214 (5)0.2669 (3)1.6541 (6)0.2050 (2)
D72.1087 (5)4.2933 (6)1.1066 (3)1.3857 (4)1.0721 (2)0.6442 (1)
Arank3.7 (3)4.6 (6)4 (4)2 (1) 4.1 (5)2.6 (2)
The bold represents the best value among all algorithms, and the underlined represents the second best.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Tang, Y.; Chen, R.; Xia, B. VSFCM: A Novel Viewpoint-Driven Subspace Fuzzy C-Means Algorithm. Appl. Sci. 2023, 13, 6342. https://doi.org/10.3390/app13106342

AMA Style

Tang Y, Chen R, Xia B. VSFCM: A Novel Viewpoint-Driven Subspace Fuzzy C-Means Algorithm. Applied Sciences. 2023; 13(10):6342. https://doi.org/10.3390/app13106342

Chicago/Turabian Style

Tang, Yiming, Rui Chen, and Bowen Xia. 2023. "VSFCM: A Novel Viewpoint-Driven Subspace Fuzzy C-Means Algorithm" Applied Sciences 13, no. 10: 6342. https://doi.org/10.3390/app13106342

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop