검색 전체 메뉴
PDF
맨 위로
OA 학술지
An Overview of Unsupervised and Semi-Supervised Fuzzy Kernel Clustering
  • 비영리 CC BY-NC
  • 비영리 CC BY-NC
ABSTRACT
An Overview of Unsupervised and Semi-Supervised Fuzzy Kernel Clustering
KEYWORD
Fuzzy clustering , Kernel-based clustering , Relational Kernel clustering , Multiple Kernel clustering , Semi-supervised clustering
  • 1. Introduction

    Clustering is an essential and frequently performed task in pattern recognition and data mining. It aids in a variety of tasks related to understanding and exploring the structure of large and high dimensional data. The goal of cluster analysis is to find natural groupings in a set of objects such that objects in the same cluster are as similar as possible and objects in different clusters are as dissimilar as possible.

    In most applications, categories are rarely well separated and boundaries are overlapping. Describing these real world situations by crisp sets does not allow the user to quantitatively distinguish between objects which are strongly associated with a particular category from those that have only a marginal association with multiple ones, particularly, along the overlapping boundaries. Fuzzy clustering methods are good at dealing with these situations. In fact, data elements can belong to more than one cluster with fuzzy membership degrees.

    Fuzzy clustering is widely used in the machine learning field. Areas of application of fuzzy cluster analysis include data analysis [1, 2], information retrieval [3, 4], image segmentation [5], and robotics [6]. One of the most widely used fuzzy clustering algorithm is the fuzzy C-means (FCM) algorithm [7].

    Typically, the data to be clustered could have an object based or a relational based representation. In object data representation, each object is represented by a feature vector, while for the relational representation only information about how two objects are related is available. Relational data representation is more general in the sense that it can be applied when only the degree of dissimilarity between objects is available, or when groups of similar objects cannot be represented efficiently by a single prototype.

    Despite the large number of existing clustering methods, clustering remains a challenging task when the structure of the data does not correspond to easily separable categories, and when clusters vary in size, density, and shape. Kernel based approaches [8-14] can adapt a specific distance measure in order to make the problem easier. They have attracted great attention and have been applied in many fields such as fault diagnosis of marine diesel engine [12], bridge parameters estimation [13], watermarking [14], automatic classiffication fragments of ceramic cultural relics [15], image segmentation [16], model construction for an erythromycin fermentation process [17], oil-immersed transformer fault diagnosis [18], analyzing enterprises independent innovation capability in order to promote different strategies [19], segmentingmagnetic resonance imaging brain images [20, 21], and classification of audio signals [22].

    Kernel clustering approaches rely on their ability to produce nonlinear separating hyper surfaces between clusters by performing a mapping ϕ from the input space X to a high dimensional feature space F. One of the most relevant aspects in kernel applications is that it is possible to compute Euclidean distances in F without knowing it explicitly. This can be done using the distance kernel trick [23]:

    image

    In Eq. (1), K (xi, xj) = Φ (xi)T Φ (xj) is the Mercer Kernel [24]. Gaussian kernels,

    image

    are the most commonly used ones.

    In this paper, we survey existing fuzzy kernel clustering algorithms. We provide an overview of unsupervised algorithms as well as semi-supervised algorithms that integrate partial supervision into the objective function to guide the optimization process. For most algorithms, we describe the objective function being optimized and the necessary conditions to optimize it. We also highlight the advantages and disadvantages of the different methods.

    2. Unsupervised FuzzyKernel Based Clustering

    Let {x1, ··· , xN} be a set of N data points to be partitioned into C clusters, and R = [rjk] is a relational matrix where rjk represents the degree to which pairs of objects xj and xk are related. The matrix R could be given or it could be constructed from the features of the objects. Each object xj belongs to every cluster i with a fuzzy membership uij that satisfies [7]:

    0 ≤ uij ≤ 1,

    and

    image

    The exponent m ∈ (1, ∞) is a constant that determines the level of cluster fuzziness.

       2.1 The Feature Space Kernel (FSK) FCM Algorithm

    The FSK-FCM algorithm [25] derives a kernel version of the FCM in the feature space by minimizing

    image

    subject to Eq. (3). In Eq. (4), is the center of cluster i, in the feature space, defined as:

    image

    Minimization of Eq. (4) with respect to uij yields [25]

    image

    where

    image

    The FSK-FCM algorithm is one of the early kernel versions of the FCM. It is simple and has the flexibility of incorporating different kernels. It achieves this by simply fixing the update equation for the centers in the feature space. Thus, since this equation is not derived to optimize the objective function, there is no guarantee that the obtained centers are optimal. Morevover, in [25] the authors use Gaussian kernels with one global scale (𝜎) for the entire data. The selection of this parameter is not discussed in [25].

       2.2 The Metric Kernel (MK) FCM Algorithm

    The MK-FCM [26] is an extension of the FSK-FCM that allows the cluster centers to be optimized. It minimizes

    image

    subject to the constraint in Eq. (3). In Eq. (8), ϕ (ai) is the center of cluster i in the feature space F. Minimization of Eq. (8) has been proposed only for the case of a Gaussian kernel using the fact that

    image

    In this case, it can be shown [26] that the update equations for the memberships and centers are

    image

    and

    image

    Unlike the FSK-FCM, the MK-FCM learns the optimal cluster centers in the feature space. However, the update equations have been derived only for the case of Gaussian kernels with one fixed global scale.

       2.3 The Kernelized Non-Euclidean Relational FCM (kNERF) Algorithm

    The FSK-FCM and MK-FCM are object based algorithms and require an explicit feature representation of the data to be clustered. The kNERF algorithm [27], on the other hand, is a kernelized version of the non-Euclidean relational FCM algorithm [28], and works on relational data. kKERF does not formulate a new objective function. It simply uses a Gaussian kernel to compute a relational similarity matrix R = [rjk] using

    image

    Then, it uses the non-Euclidean relational fuzzy (NERF) C-means [28] to cluster .

    kNERF is not a true kernel clustering algorithm. It simply uses kernels as a preprocessing step to create the similarity matrix. Since this step is not part of the optimization process, any kernel function can be used. However, this also prevents the kernel parameters from being optimized for the given data. Also, kNERF constructs a relational matrix with one global Gaussian parameter for the entire data. The selection of this parameter is discussed in [27] but there has been no attempt to devise methods to automatically select it.

       2.4 The Clustering and Local Scale Learning (LSL) Algorithm

    Although good results were obtained using the Gaussian kernel function, its performance depends on the selection of the scale parameter. Moreover, since one global 𝜎 is used for the entire data set, it may not be possible to find one optimal parameter when there are large variations between the distributions of the different clusters in the feature space. One way to learn optimal Gaussian parameters is through an exhaustive search of one parameter for each cluster. However, this approach is not practical since it is computationally expensive especially when the data include a large number of clusters and when the dynamic range of possible values for these parameters is large. Moreover, it is not trivial to evaluate the resulting partition in order to select the optimal parameters. To overcome this limitation, the LSL algorithm [29] has been proposed. It minimizes one objective function for both the optimal partition and for cluster dependent Gaussian parameters that reflect the intra-cluster characteristics of the data. The LSL algorithm minimizes

    image

    subject to the membership constraint in Eq. (3). The first term in Eq. (13) seeks compact clusters using a local relational distance, , with respect to each cluster i. This distance is defined as

    image

    where the scaling 𝜎i controls the rate of decay of as a function of the distance between xj and xk with respect to cluster i. The cluster dependent 𝜎i allows LSL to deal with the large variations, in the feature space, between the distributions and the geometric characteristics of the different clusters. The second term in Eq. (13) is a regularization term to avoid the trivial solution where all the scaling parameters 𝜎i are infinitely large.

    Optimization of J with respect to uij and 𝜎i yields the following update equations [29]:

    image

    and

    image

    where |𝒩| is the cardinality of the neighborhood of j.

    In Eq. (16), 𝜎i is inversely proportional to the intra-cluster distances with respect to cluster i. Thus, when the intra-cluster dissimilarity is small, 𝜎i is large allowing the pairwise distances over the same cluster to be smaller and thus, obtain a more compact cluster. On the other hand, when the intra-cluster dissimilarity is high, 𝜎i is small to prevent points which are not highly similar from being mapped to the same location. According to Eq. (16), 𝜎i can also be seen as the average time to move between points in cluster i.

    LSL has the advantages of learning cluster dependent resolution parameters and can be used to idenify clusters of various densities. However, this also makes the optimization process more complex and prone to local minima. Moreover, the partition generated by LSL depends on the choice of the constant K in Eq. (13).

       2.5 The Fuzzy ClusteringWith Learnable Cluster Dependent Kernels (FLeCK) Algorithm

    FLeCK [30] is an extension of LSL that does not assume that K is fixed. It learns the scaling parameters and K by optimizing both the intra-cluster and the inter-cluster dissimilarities. Consequently, the learned scale parameters reflect the relative density, size, and position of each cluster with respect to the other clusters. In particular, FLeCK minimizes the intra-cluster distances

    image

    and maximizes the inter-cluster distances

    image

    The constant K provides a way of specifying the relative importance of the regularization term (second term in Eqs. (17) and 18)), compared to the sum of intra-cluster (first term in Eq. (17)) and inter-cluster distances (first term in Eq. (18)). The parameter, 𝜎i, controls the rate of decay of . This approach learns a cluster dependent 𝜎i in order to deal with the large variations between the distributions and the geometric characteristics of each cluster.

    Using the Lagrange multiplier technique and assuming that the values of 𝜎i do not change significantly from one iteration (t − 1) to the next one (t), it can be shown [30] that

    image

    where

    image

    and

    image

    The simultaneous optimization of Eqs. (17) and (18) with respect to uij yields [30]:

    image

    where

    image

    and is as defined in Eq. (14).

       2.6 The Fuzzy ClusteringWith MultipleKernels (FCMK) Algorithm

    LSL [29] and FLeCK [30] have the advantage of learning cluster dependent scaling parameters. Thus, they can be used to identify clusters of different densities. However, these algorithms have two main limitations. First, learning 𝜎i for each cluster involves complex optimization and is prone to local minima. Second, data points assigned to one cluster are constrained to have one common density. An alternative approach, that involves relatively simpler optimization, and overcomes the above limitations is based on multiple kernel learning (MKL) [31-34]. Instead of using one kernel (fixed or learned) per cluster, MKL uses multiple kernels for each cluster.

    Most existing MKL methods assume that kernel weights remain constant for all data (i.e., space-level), while algorithms like Localized MKL [35] seek kernel weights that are data dependent and locally smooth (i.e., sample-level). Although sample-level non-uniform methods give the largest flexibility, in practice relaxations are typically introduced to enhance tractability. Most of the previous MKL approaches have focused on supervised [32, 33] and semi-supervised learning [35]. Recently, an extension of multiple kernels to unsupervised learning, based on maximum margin clustering, was proposed in [36]. However, this method is only designed for crisp clustering. In [37], Huang et al. designed a multiple kernel fuzzy clustering algorithm which uses one set of global kernel weights for all clusters. Therefore, their approach is not appropriate for clusters of various densities. To overcome these drawbacks, Baili and Frigui proposed the FCMK [38]. FCMK is based on the observation that data within the same cluster tend to manifest similar properties. Thus, the intra-cluster weights can be approximately uniform while kernel weights are allowed to vary across clusters.

    Given a set of M embedding mappings that map the data to new feature spaces, Φ = {ϕ1, . . . , ϕM}. Each mapping ϕk maps the p-dimensional data x as a vector ϕk(x) in its feature space whose dimensionality is Lk. Let {K1, . . . , KM} be the kernels corresponding to these implicit mapping respectively,

    image

    Since these implicit mappings do not necessarily have the same dimensionality, the authors in [38] construct a new set of independent mappings, Ψ = {ψ1; ψ2; ... ; ψM}, from the original mappings Φ as

    image

    Each of these constructed mappings converts x into an L- dimensional vector, where . The linear combination of the bases in Ψ within each cluster i is defined as

    image

    with

    image

    A new cluster-dependent kernel, K(i), between object j and cluster i, is computed as a convex combination of M Gaussian kernels K1, K2, . . . , KM with fixed scaling parameters 𝜎1, 𝜎2, . . . , 𝜎M, respectively. That is,

    image

    In Eq. (26), W = [wik], where wik ∈ [0; 1] is a resolution weight for kernel Kk with respect to cluster i. A low value of wik indicates that kernel Kk is not relevant for the density estimation of cluster i (due to its scaling parameter), and that this kernel should not have a significant impact on the creation of this cluster. Similarly, a high value of wik indicates that the bandwidth of kernel Kk is highly relevant for the density estimation of cluster i, and that this kernel should be the main factor in the creation of this cluster.

    The FCMK algorithm minimizes

    image

    subject to the constraints in Eqs. (3) and (25). It can be shown [38] that minimization of Eq. (27) with respect to uij yields

    image

    where Dij denotes the distance between data xj and cluster center ai, i.e., . Similarly, minimization of Eq. (27) with respect to ai yields

    image

    where is the normalized membership.

    Using Eq. (29), the distance between data xj and cluster center ai can be written as

    image

    where the coefficients αijk are defined as

    image

    Replacing Eq. (30) back in Eq. (27) and introducing a Lagrange multiplier, the optimal kernel weights need to be updated using

    image

    where

    image

    The FCMK is based on the MK-FCM [26] and inherits the limitations of object-based clustering. First, multiple runs of the algorithm may be needed since it is susceptible to initialization problems. Second, FCMK is restricted to data for which there is a notion of center (centroid). Finally, FCMK is not suitable for all types of data. For instance, the density is estimated by counting the number of points within a specified radius, 𝜎k, of the cluster center. However, for data with multiple resolutions within the same cluster, density should take into account variance between pairs of points and not points to center.

       2.7 The Relational Fuzzy Clustering With Multiple Kernels (RFCMK) Algorithm

    To overcome the limitations of FCMK, the RFCMK was proposed in [39]. The RFCMK involves dissimilarity between pairs of objects instead of dissimilarity of the objects to a cluster center. It minimizes

    image

    subject to the constraints in Eqs. (3) and (25). In Eq. (34), is the transformed relational data between feature points xj and xh, with respect to cluster i define using the implicit mapping ψ(i):

    image

    The distance from feature vector xj to the center of the ith cluster, ai, can be written in terms of the relational matrix using [40]

    image

    where υi is the membership vector defined by

    image

    It can be shown [39] that optimiation of Eq. (34) with respect to uij yields

    image

    Rewriting the relational data Eq. (35) as

    image

    where

    image

    it can be shown [39] that the kernel weights need to be updated using

    image

    where

    image

    In Eq. (41), the resolution weight wik is inversely proportional to αjhk, which is the distance between objects xj and xh induced by kernel k. When, the objects are mapped close to each other, wik will be large indicating that kernel k is relevant. On the other hand, when, the objects are mapped far apart, the weight wik will be small indicating that kernel k is irrelevant.

    3. Semi-Supervised Fuzzy Kernel Based Clustering

    Clustering is a difficult combinatorial problem that is susceptible to local minima, especially for high dimensional data. Incorporating prior knowledge in the unsupervised learning task, in order to guide the clustering process has attracted considerable interest among researchers in the data mining and machine learning communities. Some of these methods use available side-information to learn the parameters of the Mahalanobis distance (e.g. [41–43]). The Non-linear methods have focused on the kernelization of Mahalanobis metric learning methods (e.g. [44–46]). However, these approaches are computationally expensive or even infeasible for high dimensional data.

    Another approach to guide the clustering process is to use available information in the form of hints, constraints, or labels. Supervision in the form of constraints is more practical than providing class labels. This is because in many real world applications, the true class labels may not be known, and it is much easier to specify whether pairs of points should belong to the same or to different clusters. In fact, pairwise constraints occur naturally in many domains.

       3.1 The Semi-Supervised Kernel FCM (SS-KFCM) Algorithm

    The SS-KFCM [47] uses L labeled points and U unlabeld points. It assumes that fuzzy memberships can be assigned, using expert knowledge, to the subset of labeled data. Its objective function is defined by adding classification errors of both the labeled and the unlabeled data, i.e.,

    image

    The first term in Eq. (43) is the error between the fuzzy centers calculated based on the learned clusters and the labeled information. The second term minimizes the intra-cluster distances. The optimal solutions to Eq. (43) involves learning the fuzzy memberships and the kernel parameters. It can be shown [47] that for the labeled data, the memberships need to be updated using:

    uij =

    image

    and for the unlabeled data, the fuzzy membership need to be updated using:

    image

    Optimization of Eq. (43) with respect to 𝜎 does not lead to a closed form expression. Instead, 𝜎 is updated iteratively using:

    image

    The SS-KFCM algorithm assumes that a subset of the data is labeled with fuzzy membership degrees. However, for real applications, this information may not be available and can be tedious to generate using expert knowledge. An alternative approach uses pairwise constraints. For the following semisupervised algorithms, we assume that pairwise “Should-Link” constraints (pairs of points that should belong to the same cluster) and “Should not-Link” constraints (pairs of points that should belong to different clusters) are provided with the input. let Sl be the indicator matrix for the set of “Should-Link” pairs of constraints such that Sl (j, k) = 1 means that xj and xk should be assigned to the same cluster and 0 otherwise. Similarly, let SNl be the indicator matrix for the set of “Should-Link” pairs such that SNl (j, k) = 1 means that xj and xk should not be assigned to the same cluster and 0 otherwise.

       3.2 Semi-Supervised Relational ClusteringWith Local Scaling

    The semi-supervised local scaling learning (SS-LSL) [48] minimizes

    image

    subject to the constraint in Eq. (3). SS-LSL is an extension of the LSL algorithm [29] that incorporates partial supervision. The second term in Eq. (47), is a reward term for satisfying “Should-Link” constraints and a penalty term for violating “Should not-Link” constraints.

    In Eq. (47), the weight w ∈ (0; 1) provides a way of specifying the relative importance of the “Should-Link” and “Should not-Link” constraints compared to the sum of inter-cluster distances. In [48], the authors recommend fixing it as the ratio of the number of constraints to the total number of points.

    Setting the derivative of J with respect to 𝜎i gives the same update equation for 𝜎i as the LSL algorithm [29] (Refer to Eq. (16)).

    The objective function in Eq. (47) can be rewritten as

    image

    where

    image

    can be regarded as the “effective distance” that takes into account the satisfaction and violation of the constraints.

    It can be shown [48] that optimization of J with respect to uij yields

    image

    where

    image

       3.3 The SS-FLeCK Algorithm

    SS-FLeCK [49] is an extension of FLeCK [30] that incorporates partial supervision information. It attempts to satisfy a set of “Should-Link” and “Should not-Link” constraints by minimizing

    image

    The optimal K is determined by simultaneously minimizing the intra-cluster distances Eq. (52) and maximizing the inter-cluster distances in Eq. (18).

    It can be shown [49] that optimization of Eq. (52) and Eq. (18) with respect to σi yields the same update equation for 𝜎i as in FLeCK (i.e., Eq. (19)). Similarly, optimization of Eq. (52) with respect to the memberships yields the same update equation as SS-LSL (i.e. Eq. (50)).

       3.4 The SS-FCMK Algorithm

    The SS-FCMK [50] uses the same partial supervision information to extend FCMK [38] by minimizing:

    image
    image

    subject to Eqs. (3) and (25).

    In Eq. (53), the weight γ ∈ (0; 1) provides a way of specifying the relative importance of the should-link and should not-link constraints compared to the sum of inter-cluster distances. It can be shown [50] that the update equation for the membership of point xj to cluster i is

    image

    where is given by Eq. (28), and

    image

    In Eq. (55), Cij and are defined as

    image

    and

    image

    The first term in Eq. (54) is the membership term in the FCMK algorithm and only focuses on distances between feature points and prototypes. The second term takes into account the available supervision: memberships are reinforced or reduced according to the pairwise constraints provided by the user. Cij is the constraint violation cost associated with feature point xj if it is assigned to cluster i, while is the weighted average, over all the clusters, of the violation costs associated with feature point xj . If the violated constraints do not involve feature point xj , then

    Since the constraints in Eq. (53) do not depend on W explicitly, optimization of Eq. (53) with respect to W yields the same update Eq. (32) as in FCMK.

       3.5 The SS-RFCMK Algorithm

    The SS-RFCMK [50] used partial supervision to extend RFCMK [39]. It minimizes

    image

    subject to Eqs. (3) and (25).

    Using the Lagrange multiplier technique, it can be shown [50] that the memberships need to be updated using

    image

    where is as defined in Eq. (38)

    image

    In Eq. (60), Cij and are as defined in Eqs. (56) and (57).

    Since the constraints in Eq. (58) do not depend on wik explicitly, optimization of Eq. (58) with respect toW yields the same update Eq. (41) as in RFCMK.

    4. Other Fuzzy Kernel Clustering Algorithms

    In this paper, we have focused on kernel clustering algorithms that are based on the FCM objective function. There are several other fuzzy kernel clustering approaches. For instance, the multisphere support vectors (MSV) clustering [51] extends the SV clustering approach [52]. It defines a cluster as a sphere in the feature space. This yields kernel-based mapping between the original space and the feature space. The kernel possibilistic C-means (KPCM) algorithm [53] applies the kernel approach to the possibilistic C-means (PCM) algorithm [54]. The weighted kernel fuzzy clustering algorithm (WKFCA) [55] is a kernelized version of the SCAD algorithm [56]. It performs feature weighting along with fuzzy kernel clustering. In [57], the authors propose a kernel fuzzy clustering model that extends the additive fuzzy clustering model to the case of a nonlinear model. More specifically, it has been shown that the additive clustering [58] is special case of fuzzy kernel clustering. The similarity structure is then captured and mapped to higher dimensional space by using kernel functions. The kernel fuzzy clustering methods based on local adaptive distances [59] performs feature weighting and fuzzy kernel clustering simultaneously. The sum of the weights of the variables with respect to each cluster is not equal to one as in [55]. However, the product of the weights of the variables for each cluster is constrained be equal to one. The genetic multiple kernel interval type 2 FCM clustering [60] combines heuristic method based on genetic algorithm (GA) and MK-FCM. It automatically determines the optimal number of clusters and the initial centroids in the first step. Then, it adjusts the coefficients of the kernels and combines them in the feature space to produce a new kernel. Other kernel clustering algorithms, based on type 2 fuzzy sets, include [61, 62]. A kernel intuitionistic FCM clustering algorithm (KIFCM) was proposed in [63]. EKIFCM has two main phases. The first one is KIFCM and the second phase is parameters selection of KIFCM with GA. KIFCM is a combination of Atanassov's intuitionistic fuzzy sets (IFSs) [64] with kernel-based FCM (KFCM) [47].

    5. FuzzyKernel Based Clustering for Very Large Data

    All of the kernel clustering algorithms that we have outlined do not scale to very large (VL) data sets. VL data or big data are any data that cannot be loaded into the computer's working memory. Since clustering is one of the primary tasks used in the pattern recognition and data mining communities to search VL databases in various applications, it is desirable to have clustering algorithms that scale well to VL data.

    The scalability issue has been studied by many researchers. In general, there are three main approaches to clustering for VL data: sampling-based methods, incremental algorithms and data approximation algorithms. The sample and extend algorithms apply clustering to a sample of the dataset found by either progressive [65] or random sampling [66]. Then, the sample results are noniteratively extended to approximate the partition for the rest of the data. Representative algorithms include random sample and extend kernel FCM (rseKFCM) algorithm [67] and the random and extend RFCMK (rseRFCMK) [68]. The rseRFCMK is an extension of the RFCMK algorithm to VL data based on sampling followed by non-iterative extension. The main problem with sampling-based methods is the choice of the sample. For instance, if the sample is not representative of the full dataset, then sample and extend methods cannot accurately approximate the clustering solution.

    On the other hand, the incremental algorithms are designed to operate on the full dataset by separating it into multiple chunks. First, these algorithms sequentially load manageable chunks of the data. Then, they cluster each chunk in a single pass. They construct the final partition as a combination of the results from each chunk. In [66, 67], a single pass kernel fuzzy C-means (spKFCM) algorithm was proposed. The spKFCM algorithm runs weighted KFCM (wKFCM) on sequential chunks of the data, passing the clustering solution from each chunk onto the next. spKFCM is scalable as its space complexity is only based on the size of the sample. The single pass RFCMK (spRFCMK) [68] is an extension of the RFCMK algorithm to VL data. The spRFCMK is an incremental technique that makes one sequential pass through subsets of the data.

    In [66], an online algorithm for kernel FCM (oKFCM) was proposed in which data is assumed to arrive in chunks. Each chunk is clustered and the memory is freed by summarizing the clustering result by weighted centroids. In contrast to spKFCM, oKFCM is not truly scalable and is not recommended for VL data. This is because, rather than passing the clustering results from one chunk to the next, oKFCM clusters the weighted centroids in one final run to obtain the clustering for the entire stream.

    6. Conclusion

    Fuzzy kernel clustering has proven to be an effective approach to partition data when the clusters are not well-defined. Several algorithms have been proposed in the past few years and were described in this paper. Some algorithms, such as FSK-FCM, are simple and can incorporate any kernel function. However, these methods impose an intuitive equation to update the centers in the feature space. Thus, there is no guarantee that the optimized objective function of these algorithms correspond to the optimal partition.

    Other kernel algorithms can solve for the optimal centers by restricting the kernel to be Gaussian. Some of these algorithms, such as FSK-FCM, use one global scale (𝜎) for all clusters. These are relatively simpler algorithms that are not very sensitive to the initialization. However, they require the user to specify the scale, and may not perform well when the data exhibit large variations between the distributions of the different clusters. Other algorithms, such as FLeCK, use more complex objective functions to learn cluster-dependent kernel resolution parameters. However, because the search space of these methods include many more parameters, they are more prone to local minima. Clustering with multiple kernels is a good compromize between methods that use one fixed global scale and methods that learn one scale for each cluster. These algorithms, such as FCMK, use a set of kernels with different, but fixed, scales. Then, they learn relevance weights for each kernel within each cluster.

    Clustering, in general, is a difficult combinatorial problem that is susceptible to local minima. This problem is more acute in Kernel based clustering as they solve the partitioning problem in a much higher feature space. As a result, several semi-supervised kernel clustering methods have emerged. These algorithms incorporate prior knowledge in order to guide the optimization process. This prior knowledge is usually available in the form of a small set of constraints that specify which pairs of points should be assigned to the same cluster, and which ones should be assigned to different clusters.

    Scalability to very large data is another desirable feature to have in a clustering algorithm. In fact, many applications involve very large data that cannot be loaded into the computer's memory. In this case, algorithm scalability becomes a necessary condition. We have outlined three main approaches that have been used with kernel clustering methods. These include sampling-based methods, incremental algorithms, and data approximation algorithms.

    Conflict of Interest

    No potential conflict of interest relevant to this article was reported.

참고문헌
  • 1. Pedrycz W., Amato A., Di Lecce V., Piuri V. 2008 “Fuzzy clustering with partial supervision in organization and classification of digital images,” [IEEE Transactions on Fuzzy Systems] Vol.16 P.1008-1026 google cross ref
  • 2. Loia V., Pedrycz W., Senatore S. 2007 “Semantic web content analysis: a study in proximity-based collaborative clustering,” [IEEE Transactions on Fuzzy Systems] Vol.15 P.1294-1312 google cross ref
  • 3. Frigui H., Hwang C. 2008 “Fuzzy clustering and aggregation of relational data with instance-level constraints,” [IEEE Transactions on Fuzzy Systems] Vol.16 P.1565-1581 google cross ref
  • 4. Horng Y. J., Chen S. M., Chang Y. C., Lee C. H. 2005 “A new method for fuzzy information retrieval based on fuzzy hierarchical clustering and fuzzy inference techniques,” [IEEE Transactions on Fuzzy Systems] Vol.13 P.216-228 google cross ref
  • 5. Chatzis S. P., Varvarigou T. A. 2008 “A fuzzy clustering approach toward Hidden Markov random field models for enhanced spatially constrained image segmentation,” [IEEE Transactions on Fuzzy Systems] Vol.16 P.1351-1361 google cross ref
  • 6. Liu P. X., Meng M. Q. H. 2004 “Online data-driven fuzzy clustering with applications to real-time robotic tracking,” [IEEE Transactions on Fuzzy Systems] Vol.12 P.516-523 google cross ref
  • 7. Bezdek J. C. 1981 Pattern Recognition With Fuzzy Objective Function Algorithms google
  • 8. Girolami M. 2002 “Mercer kernel-based clustering in feature space,” [IEEE Transactions on Neural Networks] Vol.13 P.780-784 google cross ref
  • 9. Inokuchi R., Miyamoto S. 2004 “LVQ clustering and SOM using a kernel function,” [Proceedings of the IEEE International Conference on Fuzzy Systems] P.1497-1500 google cross ref
  • 10. 2004 “Kernel neural gas algorithms with application to cluster analysis,” [Proceedings of the 17th International Conference on Pattern Recognition] P.617-620 google cross ref
  • 11. Luxburg U. 2007 “A tutorial on spectral clustering,” [Statistics and Computing] Vol.17 P.395-416 google cross ref
  • 12. Peng X., Chai Y., Xu L., Man X. 2012 “Research on fault diagnosis of marine diesel engine based on grey relational analysis and kernel fuzzy C-means clustering,” [The Fifth International Conference on Intelligent Computation Technology and Automation] P.283-286 google cross ref
  • 13. Liu H., Wu C., Wan H., Wang H. 2011 “Parameter identification based on stabilization diagram with kernel fuzzy clustering method,” [International Conference on Transportation, Mechanical, and Electrical Engineering] P.1185-1188 google cross ref
  • 14. Fan J., Wu Y. 2011 “Watermarking algorithm based on kernel fuzzy clustering and singular value decomposition in the complex wavelet transform domain,” [International Conference on Information Technology, Computer Engineering and Management Sciences] P.42-46 google cross ref
  • 15. Qi L. Y., Wang K. G. 2010 “Kernel fuzzy clustering based classification of Ancient-Ceramic fragments,” [The 2nd IEEE International Conference on Information Management and Engineering] P.348-350 google cross ref
  • 16. Tsai D. M., Lin C. C. 2011 “Fuzzy C-means based clustering for linearly and nonlinearly separable data,” [Pattern Recognition] Vol.44 P.1750-1760 google cross ref
  • 17. Mei C., Xu H., Liu J. 2009 “A novel NN-based soft sensor based on modified fuzzy kernel clustering for fermentation process,” [International Conference on Intelligent Human-Machine Systems and Cybernetics] P.113-117 google cross ref
  • 18. D. H. Liu, Bian J. P., Sun X. Y. 2008 “The study of fault diagnosis model of DGA for oil-immersed transformer based on fuzzy means Kernel clustering and SVM multi-class object simplified structure,” [Proceedings of the 7th International Conference on Machine Learning and Cybernetics] P.1505-1509 google cross ref
  • 19. Qu B., Wang H. 2009 “Dynamic fuzzy kernel clustering analysis of enterprises independent: innovation capability based on artificial immunity,” [International Workshop on Modelling, Simulation and Optimization] P.216-220 google cross ref
  • 20. Li X., Bian S. 2009 “A kernel fuzzy clustering algorithm with spatial constraint based on improved expectation maximization for image segmentation,” [International Conference on Measuring Technology and Mechatronics Automation] P.529-533 google cross ref
  • 21. Liao L., Lin T. S. 2008 “A fast spatial constrained fuzzy kernel clustering algorithm for MRI brain image segmentation,” [International Conference on Wavelet Analysis and Pattern Recognition] P.82-87 google cross ref
  • 22. Campello R. J. G. B. 2007 “A fuzzy extension of the Rand index and other related indexes for clustering and classification assessment,” [Pattern Recognition Letters] Vol.28 P.833-841 google cross ref
  • 23. Scholkopf B., Smola A., Mller K. R. 1998 “Nonlinear component analysis as a kernel eigenvalue problem,” [Neural Computation] Vol.10 P.1299-1319 google cross ref
  • 24. Aronszajn N. 1950 “Theory of reproducing kernels,” [Transactions of the American Mathematical Society] Vol.68 P.337-404 google cross ref
  • 25. Zhang D., Chen S. 2002 “Fuzzy clustering using kernel method,” [International Conference on Control and Automation] P.162-163 google cross ref
  • 26. Zhang D. Q., Chen S. C. 2003 “Kernel-based fuzzy and possibilistic c-means clustering,” [Proceedings of the International Conference on Artificial Neural Network] P.122-125 google
  • 27. Hathaway R. J., Huband J. M., Bezdek J. C. 2005 “A kernelized non-euclidean relational fuzzy c-means algorithm,” [IEEE International Conference on Fuzzy Systems] P.414-419 google cross ref
  • 28. Hathaway R. J., Bezdek J. C. 1994 “Nerf c-means: non-Euclidean relational fuzzy clustering,” [Pattern Recognition] Vol.27 P.429-437 google cross ref
  • 29. Bchir O., Frigui H. 2010 “Fuzzy relational kernel clustering with local scaling parameter learning,” [Proceedings of the 20th IEEE International Workshop on Machine Learning for Signal Processing] P.289-294 google cross ref
  • 30. Bchir O., Frigui H. 2011 “Fuzzy clustering with learnable cluster dependent kernels,” [IEEE International Conference on Fuzzy Systems] P.2521-2527 google cross ref
  • 31. Lanckriet G. R. G., Cristianini N., Bartlett P., El Ghaoui L., Jordan M. I. 2004 “Learning the kernel matrix with semidefinite programming,” [Journal of Machine Learning Research] Vol.5 P.27-72 google
  • 32. Bach F. R., Lanckriet G. R. G., Jordan M. I. 2004 “Multiple kernel learning, conic duality, and the SMO algorithm,” [Proceedings of the 21st International Conference on Machine Learning] P.41-48 google
  • 33. Rakotomamonjy A., Bach F., Canu S., Grandvalet Y. 2007 “More efficiency in multiple kernel learning,” [Proceedings of the 24th International Conference on Machine Learning] P.775-782 google cross ref
  • 34. Ye J., Ji S., Chen J. 2007 “Learning the kernel matrix in discriminant analysis via quadratically constrained quadratic programming,” [Proceedings of the 13th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining] P.854-863 google cross ref
  • 35. Gonen M., Alpaydin E. 2008 “Localized multiple kernel learning,” [Proceedings of the 25th International Conference on Machine Learning] P.352-359 google
  • 36. Zhao B., Kwok J. T., Zhang C. 2009 “Multiple kernel clustering,” [Proceedings of the 9th SIAM International Conference on Data Mining] P.638-649 google
  • 37. Huang H. C., Chuang Y. Y., Chen C. S. 2012 “Multiple kernel fuzzy clustering,” [IEEE Transactions on Fuzzy Systems] Vol.20 P.120-134 google cross ref
  • 38. Baili N., Frigui H. 2012 “Fuzzy clustering with multiple kernels in feature space,” [IEEE International Conference on Fuzzy Systems] google cross ref
  • 39. Baili N., Frigui H. 2011 “Relational fuzzy clustering with multiple kernels,” [Proceedings of the 11th IEEE International Conference on Data Mining] P.488-495 google cross ref
  • 40. Hathaway R. J., Davenport J. W., Bezdek J. C. 1989 “Relational duals of the c-means clustering algorithms,” [Pattern Recognition] Vol.22 P.205-212 google cross ref
  • 41. Xing E. P., A. Y. Ng, Jordan M. I., Russell S. 2003 “Distance metric learning, with application to clustering with side-information,” [The 17th Annual Conference on Neural Information Processing Systems] google
  • 42. Weinberger K., Blitzer J., Saul L. 2005 “Distance metric learning for large margin nearest neighbor classification,” [The 19th Annual Conference on Neural Information Processing Systems] google
  • 43. Globerson A., Roweis S. 2005 “Metric learning by collapsing classes,” [The 19th Annual Conference on Neural Information Processing Systems] google
  • 44. Shalev-Shwartz S., Singer Y., Ng A. Y. 2004 “Online and batch learning of pseudo-metrics,” [Proceedings of the 21st International Conference on Machine Learning] P.94 google
  • 45. Davis J. V., Kulis B., Jain P., Sra S., Dhillon I. S. 2007 “Information-theoretic metric learning,” [Proceedings of the 24th International Conference on Machine Learning] P.209-216 google
  • 46. Chatpatanasiri R., Korsrilabutr T., Tangchanachaianan P., Kijsirikul B. 0000 “On kernelization of supervised Mahalanobis distance learners,” google
  • 47. Zhang H., Lu J. 2009 “Semi-supervised fuzzy clustering: a kernel-based approach,” [Knowledge-Based Systems] Vol.22 P.477-481 google cross ref
  • 48. Bchir O., Frigui H., Ben Ismail M. M. 2013 “Semi-supervised clustering and local scale learning algorithm,” [World Congress on Computer and Information Technology] google cross ref
  • 49. Bchir O., Frigui H., Ismail M. M. B. 2013 “Semi-supervised fuzzy clustering with learnable cluster dependent kernels,” [International Journal on Artificial Intelligence Tools] Vol.22 google cross ref
  • 50. Baili N., Frigui H. 2013 “Semi-supervised clustering with cluster-dependent multiple kernels,” [The 4th International Conference on Information, Intelligence, Systems and Applications] google
  • 51. Chiang J. H., Hao P. Y. 2003 “A new kernel-based fuzzy clustering approach: support vector clustering with cell growing,” [IEEE Transactions on Fuzzy Systems] Vol.11 P.518-527 google cross ref
  • 52. Scholkopf B., Platt J. C., Shawe-Taylor J., Smola A. J., Williamson R. C. 2001 “Estimating the support of a high-dimensional distribution,” [Neural Computation] Vol.13 P.1443-1471 google cross ref
  • 53. Rhee F. C. H., Choi K. S., Choi B. I. 2009 “Kernel approach to possibilistic C-means clustering,” [International Journal of Intelligent Systems] Vol.24 P.272-292 google cross ref
  • 54. Krishnapuram R., Keller J. M. 1993 “A possibilistic approach to clustering,” [IEEE Transactions on Fuzzy Systems] Vol.1 P.98-110 google cross ref
  • 55. Shen H., Yang J., Wang S., Liu X. 2006 “Attribute weighted mercer kernel based fuzzy clustering algorithm for general non-spherical datasets,” [Soft Computing] Vol.10 P.1061-1073 google cross ref
  • 56. Frigui H., Nasraoui O. 2004 “Unsupervised learning of prototypes and attribute weights,” [Pattern Recognition] Vol.37 P.567-581 google cross ref
  • 57. Sato-Ilic M., Ito S., Takahashi S. 2009 “Generalized kernel fuzzy clustering model,” [IEEE International Conference on Fuzzy Systems] P.421-426 google cross ref
  • 58. Sato M., Sato Y. 1995 “On a general fuzzy additive clustering model,” [Intelligent Automation & Soft Computing] Vol.1 P.439-448 google cross ref
  • 59. M. R. P. Ferreira, de Carvalho F. D. A. T. 2012 “Kernel fuzzy clustering methods based on local adaptive distances,” [IEEE International Conference on Fuzzy Systems] P.1-8 google cross ref
  • 60. Nguyen D. D., Ngo L. T., Pham L. T. 2013 “GMKIT2-FCM: a genetic-based improved multiple kernel interval type-2 fuzzy C-means clustering,” [IEEE International Conference on Cybernetics] P.104-109 google cross ref
  • 61. Abhishek J. A., Rhee F. C. H. 2013 “Interval type-2 fuzzy C-means using multiple kernels,” [IEEE International Conference on Fuzzy Systems] P.1-8 google cross ref
  • 62. Raza M. A., Rhee F. C. H. 2012 “Interval type-2 approach to kernel possibilistic C-means clustering,” [IEEE International Conference on Fuzzy Systems] P.1-7 google cross ref
  • 63. Lin K. 2013 “A novel evolutionary kernel intuitionistic fuzzy C-means clustering algorithm,” [IEEE Transactions on Fuzzy Systems] Vol.PP google cross ref
  • 64. Atanassov K. T. 1986 “Intuitionistic fuzzy sets,” [Fuzzy Sets and Systems] Vol.20 P.87-96 google cross ref
  • 65. Hathaway R. J., Bezdek J. C. 2006 “Extending fuzzy and probabilistic clustering to very large data sets,” [Computational Statistics & Data Analysis] Vol.51 P.215-234 google cross ref
  • 66. Havens T. C., Bezdek J. C., Leckie C., Hall L. O., Palaniswami M. 2012 “Fuzzy c-Means algorithms for very large data,” [IEEE Transactions on Fuzzy Systems] Vol.20 P.1130-1146 google cross ref
  • 67. Havens T. C., Bezdek J. C., Palaniswami M., Madani K., Correia A. D., Rosa A., Filipe J. 2012 “Incremental kernel fuzzy c-means,” P.3-18 google
  • 68. Baili N., Frigui H. 2014 “Incremental fuzzy clustering with multiple kernels,” google
이미지 / 테이블
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
  • [ ] 
(우)06579 서울시 서초구 반포대로 201(반포동)
Tel. 02-537-6389 | Fax. 02-590-0571 | 문의 : oak2014@korea.kr
Copyright(c) National Library of Korea. All rights reserved.