Abstract

This paper presents an assembling unsupervised learning framework that adopts the information coming from the supervised learning process and gives the corresponding implementation algorithm. The algorithm consists of two phases: extracting and clustering data representatives (DRs) firstly to obtain labeled training data and then classifying non-DRs based on labeled DRs. The implementation algorithm is called SDSN since it employs the tuning-scaled Support vector domain description to collect DRs, uses spectrum-based method to cluster DRs, and adopts the nearest neighbor classifier to label non-DRs. The validation of the clustering procedure of the first-phase is analyzed theoretically. A new metric is defined data dependently in the second phase to allow the nearest neighbor classifier to work with the informed information. A fast training approach for DRs’ extraction is provided to bring more efficiency. Experimental results on synthetic and real datasets verify that the proposed idea is of correctness and performance and SDSN exhibits higher popularity in practice over the traditional pure clustering procedure.

1. Introduction

Among diverse issues of data mining, clustering is a fundamental one owing to its ability to provide the data group information before fulfilling other further mining tasks. Clustering pursues data partition that holds maximum cohesion and minimum coupling [1]. It is an intensively researched field, and a number of branches of clustering methods appeared, such as partition-based clustering, hierarchical clustering, density-based clustering, grid-based clustering, boundary-detecting clustering, and model-based clustering [1, 2]. These existing approaches are purely unsupervised learning procedures, which usually draw clustering models from the whole unlabeled dataset with statistics or geometric mechanisms. In other words, the data are probed only once to learn cluster structures. Based on that conventional clustering way, we try to learn discriminative information from data twice; with intention to obtain more accurate clusters. In this paper, we summarize that idea as an assembling clustering idea that consists of two phases. The first phase fulfills the first exploration on the whole data by extracting data representatives (DRs). The rough group information is revealed by DRs. Then, in the second phase, the discriminative information is explored through clustering DRs. We train a classifier based on the labeled DRs, and the discriminative information learned in the second phase is carried by the classifier. If viewing the label information obtained in the second phase as the supervised knowledge, the previous idea actually conducts a procedure that integrates the supervised knowledge into the unsupervised learning process.

Our main idea is implemented by a concrete algorithm, SDSN, which involves support vector technique [3], Spectrum analysis [48], and the nearest neighbor classifier. The extraction of DRs of SDSN is achieved by the support vector domain description (SVDD) that is equipped with a tuned scale parameter of Gaussian Kernel. DRs clustering task is fulfilled by a spectrum-analysis-based method. Nearest neighbor classifier (NN) accomplishes label assignment under the guidance of a new metric.

The contributions of SDSN are as follows. The scale parameter of Kernel function used by SVDD is self-tuned, which helps SVDD to generate the semisupport vectors that can act as DRs. In feature space spanned by Gaussian Kernel function, geometric properties of the semisupport vectors and the hyperspheres are explored to guarantee the validation of the first-phase clustering method. The definition of new metric is derived from the cluster structures of DRs, so it makes NN classifier ready to address various-shaped datasets. A fast training approach of SDSN is given to speed up the extraction process of DRs. The fast training approach is based on Schrödinger equation of quantum mechanism [9] to yield an effective learning list of data batches that are friendly to adjusting model incrementally.

Experiments are conducted to compare SDSN with some state-of-the-art clustering methods, say the purely unsupervised clustering methods. Empirical results show that SDSN is of the better or competitive behaviors than its peers. That verifies the validation and the performance of our two-phase clustering idea. Besides, seen in another opinion, SDSN can be thought of as a type of support vector clustering algorithm. So, experiments are conducted to compare SDSN with the popular clustering methods based on support vector technique. Empirical evidence indicates the improvement of SDSN over its counterparts in efficiency and performance.

In the following description, Section 2 illustrates the two-phase clustering idea. Sections 3 and 4 give the details of SDSN’s first phase, that is, extracting DRs and clustering them. Therein the geometric properties of hyper spheres in the feature space spanned by Gaussian Kernel are proposed and proofed to guarantee the validation of the clustering method of the first phase. Section 5 describes the label assignment method of the second phase, where a cluster-structure-dependent metric is defined to facilitate the classifier’s job. The fast training approach is proposed in Section 6. The experimental analysis is given in Section 7. Section 8 is a conclusion.

2. Two-Step Clustering Idea

The essential of two-step clustering idea is to learn discriminative information from data twice by integrating supervised information into the unsupervised learning process. In details, it discovers DRs, learns the label information from DRs, and trains the classifier based on labelled DRs. Then the remaining unlabelled data are classified by the classifier.

Compared with purely unsupervised clustering process that detects clusters from all unlabelled data only once, the proposed idea learns discriminative information of clusters twice. The first learning is during the process of DRs collection. Cluster distribution information is investigated through finding the DRs that are located on the boundaries of dense regions. Secondly, when DRs are clustered, grouping information is probed once again, and this information is carried by the classifier trained on the labelled DRs. That, in turn, benefits the resulted classifier to hold the strong discriminative ability to label other data.

3. Extracting DRs of the First Phase

In the first phase, DRs that hold the ability to describe the dataset sketch are collected. Among existing data reduction approaches, there are two main types. The first type specifies DRs through random sampling; the second type finds DRs based on probability distribution information. Clearly the former incurs randomness and consequently leads to the unexpected results. The latter often produces unpleasant results since the exact probability distribution of real dataset is usually unknown.

Focused on previous difficulties, we exploit SVDD to produce support vectors, which serve as DRs. The reason of choosing SVDD to search DRs is that it is of boundary-detecting mechanism, which fosters SVDD the ability to handle arbitrary-shaped clusters. Furthermore the employment of Kernel function of SVDD enhances its generalization ability. However, the support vectors produced by SVDD only describe the cluster boundaries, without providing the information of inner regions of clusters. Therefore, we propose the tuning-scaled SVDD to yield the support vectors that can describe the dataset sketch. Besides, we give a fast training method for tuning-scaled SVDD to facilitate the efficiency. Now classical SVDD is introduced in brief.

3.1. SVDD

Given the -dimensional dataset , . SVDD process is expressed by the following optimization problem: is the nonlinear map from the input space to the feature space, is the slack variable, is the center of hypersphere, is the radius of the hyper sphere, and is the penalty parameter to tradeoff and . Transfer it to the Lagrange function, then to the Wolfe dual. Introduce Kernel function , and we have

Points with are inner-boundary points. Points with are SVs, and they actually formulate cluster contours. is often set as the Gaussian Kernel function , where is the scale parameter.

3.2. Tuning-Scaled SVDD

The original SVs are only located on cluster boundaries. However, in this paper, for SVDD, we tune the scale parameter of Gaussian Kernel data adaptively, which enhances the difference among data points, and consequently more SVs are produced to describe both cluster contours and contours of small inner-cluster regions with high density. So, we name these SVs produced by tuning-scaled SVDD as the semisupport vectors (semi-SVs). Obviously, these semi-SVs develop a sketch of dataset, and they are qualified to work as DRs.

In details, for , define its scale factor as . is the th furthest point to . reflects the local distribution density information of ’s neighborhood. If , it means that the neighborhood of is denser than that of . To measure Kernel affinity between and , their scale factors are combined in the way that , which will serve as the scale parameter. Then it results in the modified Gaussian Kernel Therein, is specified as the max gap in the list of distances from to other points. Say is the index of the point with the max gap with . Steps of the specification are as follows: compute , where the list () is sorted in the ascending order; consider the average of as value: .

Two figures in Figure 1 show the SVs and the semi-SVs produced by SVDD and tuning-scaled SVDD. Obviously, SVs produced by classical SVDD only describe cluster boundaries. But semi-SVs produced by tuning-scaled SVDD are located on both cluster boundaries and important inner-cluster positions where sharp changes of density happen. Therefore, these semi-SVs give a good sketch description of dataset and can be regarded as qualified DRs.

4. Clustering DRs of the First Phase

4.1. Clustering Method

In the first phase, after extracting DRs, we cluster DRs with a spectrum-analysis-based method. The clustering method has the following steps. Compute affinity matrix of DRs according to Gaussian Kernel and denote the entries of as : . Normalize into : , where . Take top eigenvectors as columns to form spectrum matrix. Perform -means on rows of spectrum matrix, with the cluster number being initialized as . Label as the th row’s cluster membership. Therein, is specified by the number of eigenvalues that are larger than 1 [10]. The previous clustering idea is rooted from spectrum analysis [4]. The validation of this algorithm is supported by the geometric properties of Gaussian Kernel feature space, which is discussed next.

4.2. Geometric Properties of Hyperspheres in Gaussian Kernel Feature Space

In feature space, after the tuning-scaled SVDD is conducted, data are mapped into the hyper sphere. Suppose this sphere being , with the center being . Since , it means that all data are located on the surface of the unit ball of the feature space. Denote the unit ball as , with the center as the original of the feature space. Then data actually spread on the cap-like surface intersected by and . For semi-SVs, they are located on the surface of and simultaneously; therefore, they appear on the rim of the cap. Denote the center of the cap as . This section presents that the geometric property of semi-SVs and two properties of hyper spheres in the feature space. Before giving the theoretical proof, some existing statements of Gaussian Kernel feature space [11] are mentioned first.

Denote as the set of SVs. In [11], for any , in feature space, they have the same angle with ; that is . For any , it generates a cone with as the vertex, vector as axis, and as the basic angle. That cone corresponds to a small sphere with as the center and as the radius. Whether a point within ’s cone decides whether it has the same label with . Those statements are summarized as the following lemma. See literature [11] to find more details.

Lemma 1. For any and , let ; there is: is within ’s cone is within ’s small sphere and have the same cluster label.

Although we name those points with nonzero support values as semi-SVs, they are also of the identical properties as SVs. Therefore, based on the previous lemma, we have the following geometric property of semi-SVs in feature space [12].

Corollary 2. In feature space of Gaussian Kernel, semi-SVs are collected in terms of clusters on the intersection hyperline of and .

In this study, we give two geometric properties about the hyper spheres produced by SVDD. Those two properties are expected to extend the proposed algorithm to the multi-classification issue in the future work.

Proposition 3. If SVDD procedure is conducted on each class with the same Kernel scale, it ensures that multiple hyper spheres exist in the same feature space.

Proof. For kernel-based algorithms, the kernel function defines a non-linear map by . For Gaussian kernels, the scale is the only parameter to determine in the kernel functions and consequently the only factor to determine the feature space. As long as the scale remains the same, the spanned feature space is also the same. With the same scale, SVDD procedures conducted on each class will yield multiple hyper spheres in the same feature space.

Proposition 4. The maps of the same data created by different kernel-based methods are the same, provided that the Gaussian kernels have the same scale parameter.

Proof. According to Proposition 3, the kernel scale is the only factor to determine the feature space where kernel works. As long as the kernel scale keeps the same, the nonlinear map does not change; therefore, the image of the given data mapped by does not change. Of course, different kernel-based methods have different optimization objectives, so their optimization results are different. Take SVM and SVDD as examples. For a given , with the same Gaussian kernel scale, SVM and SVDD will employ the same image, , in their computation. As they have different optimization objectives, different solutions will be obtained. SVDD tries to find data located around the boundaries and SVM lets those data located around the margin area be equipped with non-zero support values to formulate the discriminative plane.

Based on the previous two propositions, the next job is to probe the further geometric properties of SVs and try to investigate the relationship between geometric positions of SVs and the hyper spheres, with intention to develop the wise discrimination approach. That formulates the future work direction to address multiclassification issue by conducting SVDD procedures on each class and building the new labeling approach.

4.3. Validation of the Clustering Method

The validation of the clustering method is interpreted as follows.

Firstly, SVs are grouped in terms of clusters on the intersection circle, which means that their distribution in feature space has regular directions. Then angle information is a good criterion to detect their clusters. Angle distance is used in the way of Cosine value. Because SVs are on the surface of the unit ball, Cosine value is used in the way of inner product: . In feature space, , so the first-phase method employs Kernel matrix as the affinity matrix.

Secondly, according to spectrum analysis idea, if we eigendecompose the affinity matrix of one dataset, the inherent distribution information of the dataset can be revealed. This type of distribution information is described by eigenvectors because these vectors describe the distribution directions. For our algorithm, the eigendecomposition on the kernel matrix yields the eigenvectors that describe the distribution directions based on angle information. The subsequent clustering operations are well expected to produce correct clusters.

5. Second Phase: Label Assignment

With labeled DRs in hand, we label data using NN classifier. Like any a distance-based classifier, NN is faced with two scenarios of clusters: the first is convex-shaped clusters, where spatial information can reflect cluster structures; the other is nonconvex clusters. In the later scenario, the Euclidean metric often fails and the cluster structures make importance in clusters detection. That can be illustrated in Figure 2.

In Figure 2(a), cluster2 and cluster3 are convex shaped, so Euclidean distance meaning is consistent with cluster membership. However, the cluster1 is string shaped, and Euclidean metric cannot provide accurate clusters. So in Figure 2(b), for , of cluster1, for of the Cluster2, according to cluster structure, ideal members of the same cluster should have less distance than that of members of different clusters; that is, there should be . But, with Euclidean metric, there is , ; and there is . To solve this problem, cluster shapes should be taken into consideration when the metric is defined. The next section touches that topic.

5.1. New Metric Definition

The key of new metric is to investigate multireachable paths between two points including the path of straight line segment that directly connects two points, and the indirect paths that consist of multiline segments. The final distance is determined by the shortest path with minima path length. In computing length of indirect paths, neighboring information is exploited, and the neighboring information spreads along paths so that the message of global cluster structures is accumulated gradually and integrated into metric formulation.

Given dataset , we view it as a complete undirected graph, with graph node as data point and edge weight as distance of a pair of points. Inspired by [13], we firstly define edge weight that directly connects and as follows:

Here, Euclidean distance is rescaled by the exponential mechanism with intention to reduce the distance between similar points while enlarging distance between distinct points. That actually strengthens cluster boundaries. is the relative density ratio, defined as with .

represents ’s neighborhood. is the average distance of , which reveals the density information of . If is close to , then tends to 1, and tends to . If is sharply different from , then tends to 2, and tends to . The employment of avoids the distorted distance value caused by the unbalance of local distributions between two points. Therein, consists of some top nearest points to . size is set as of the whole dataset size.

Then the path length is defined. For a path outgoing from and ingoing to , , its length is defined as Then for , , their cluster-structure-dependent distance is the length of the shortest path. Consider

Therein, is the set of all paths connecting two points. The new metric searches the shortest path among multipaths, so it breaks the limit of Euclidean metric, which takes the straight path that connects two points directly as the shortest path. Since the distance between similar points is small, it is absolutely possible that an indirect path that crosses over a series similar points is shorter than a direct path that crosses distinct points. Still, look at the example of Figure 2(b). With the new metric, there is , ; consequently, . Their shortest paths are illustrated in Figure 2(c). Those distance values are consistent with cluster membership. It shows that does address the influence brought by nonconvex distribution of clusters.

5.2. Shortest Distance Computation

We now give the computation steps of the new metric. Different from classical Dijstra algorithm [13], in this paper, we care for the paths between pairs of points and compute the shortest distance values concerned with these paths simultaneously; that is, for the point pair , the distance of paths outgoing from is computed, and the distance of paths ingoing at is computed at the same time. Denote the shortest distance over the whole dataset as matrix , then the previous computation fills the th row and the th column of . When it comes to the undirected graph, the entries of the th column and the th row get values simultaneously.

For the -sized dataset , we compute the distance of pairs of points in the following order: . After all distances of paths between the prvious pairs of points are obtained, the whole can be specified. That idea forms an iterative procedure of the shortest distance computation as follows.

ShortDistance Computation(1)for ; (2).

Therein, procedure computes distance values of point pair , . Its details are listed in Algorithm 1.

(1)  ; ; ; ;
(2)  while
(3)    ; ;
(4)     for ; ;
(5)     if
(6)      ;
(7)  while
(8)    ; ;
(9)     for ;
(10)    if
(11)     ;
(12) Fill into 's row and column;
(13) Fill into 's row and column.

In , and are -sized arraye, and they keep track of the latest shortest distance with respect to and , respectively. They are updated all the time. and preserve the points to be explored. Note that uses minus value to show that it is the length of ingoing path that has the opposite direction with the outgoing path. The employment of minus value in makes procedure able to be applied in the directed graph.

5.3. Test New Metric

To check the performance of , it is compared with Euclidean metric and in synthetic datasets, as shown in Figures 3, 4, 5, and 6. is defined as follows without using relative density ratio :

Three metrics are introduced into -means method to observe clustering results. Clearly, Euclidean metric fails in dataset2 and dataset3 due to its rigid dependence on the sole path. works well in dataset2 but fails in dataset3. The outperformance of over shows the importance of . That can be explained clearer by the shortest paths produced by three metrics, as shown in Figure 5(b) and Figure 6. Obviously, in dataset3, the shortest path yielded by is attracted by the dense cluster, while the path yielded by can cross the same cluster region.

6. Fast Training Approach

The DRs’ extraction process of SDSN is essentially a quadratic optimization problem, which consumes huge cost. So, we give a fast training approach based on incremental learning to facilitate the efficiency.

Like the common incremental method, our approach sets a working set and divides remainder data into batches. Those batches will be enriched into the working set incrementally. The novel in our approach is that the batches are sorted in an order that benefits the incremental development of the problem solution. For SVDD optimization problem, the solution is the support values . Therefore, we select those data that could do significance on solution development to form the initial working set and specify the batches according to their importance to the model formulation. Those data batches will be used to update the working set in turn. The reason to consider the importance of data lies in the fact that if the important data are processed firstly, they can assist to build a promising solution script that readily accepts the following gentle adjusting. Yet, if important data are inputted late, sharp adjusting operations might happen when the ending batches are enriched into the working set. That could bring undesired affect to the formulation of final solution. Based on this thinking, we give the method to generate the sorted list of data batches based on Schrödinger equation [9], whose brief introduction is given firstly.

6.1. Schrödinger Equation

Schrödinger equation (SE) [9] comes from quantum mechanics of physics field. It is written as

In quantum mechanics, SE describes the law of energy conservation of a particle, where is the energy, is the Schrödinger potential, and is the Laplacian. corresponds to the state of a quantum system, and can be explained as the wave function of one particle. Conventionally, given , the equation is solved to find solution , so particle orbits are obtained.

To apply SE in machine learning, is regarded as probability distribution of dataset, and then the maxima of associate with cluster centers. Instead of looking for ’s maxima, potential ’s minima are probed because under physical meaning the latter’s minima correspond to the former’s maxima. The advantage of investigating rather than lies in the robustness of towards the variation of parameter . As long as is within a moderate range, ’s minima can reflect cluster centers correctly. That forms an inverse fashion of SE solving process. For a , is solved as Usually, is simulated by the empirical distribution Then (10) is rewritten as Let us furthermore require . That sets the value of as If we restrict the computation of within the finite dataset, there is

From geometry meaning, ’s minima tell cluster centers, so ’s maximum indicates the boundary information of clusters. That inspires us to use Schrödinger equation to define reduction strategy.

6.2. Fast Training Approach

It has been known that tells the possibility of how much it gets close to cluster boundaries. The bigger is, the more possibly gets close to boundaries, and the more possible it is an SV. This means that makes importance in formulating solution and should be added into working set early. According to value, all data are sorted as , subject to . Specify the size of working set as and the size of batch as , with . and can be determined by storage requirement. Dataset is divided into 1 working set and batches, , and there is

In our fast training approach, is the initial working set. The initial solution is obtained on . Then sort the data of working set according to their support values in the ascending order. Replace the top data of the sorted working set with , so as to formulate the updated working set. The new solution is computed on the new working set again. Repeat the previous procedure until all data batches are input.

6.3. Test Fast Training Approach

Now check the quality of fast training approach. In experiments, SVDD optimization process is conducted in three ways: nonincremental training, the incremental training, and the proposed fast training. In case , dataset is divided into batches randomly. For two incremental approaches, the working set size is of dataset size, and the batch size is the of working set size. Experiments aim to compare versus and versus , respectively. The criterion is the number of shared SVs between versus and between versus . The number of SVs and the number of shared SVs are recorded in column “no. of SV” and “no. of shared” of Table 1.

Datasets are taken from UCI benchmark machine learning repository. In Table 1, sizes of datasets are indicated in the bracket following the names of datasets. Pay attention to letter dataset. It has 20000 data covering 26 letters from “” to “”. Here, 260 random samples are selected from classes “” and “”, respectively, to form the 520-sized experimental subset.

From Table 1, it is easy to find that the number of SVs generated by incremental approaches is less than that of nonincremental approach. Between and , has shared more SVs with approach than . So, the proposed approach holds better fast training ability than the usual method.

Besides, we record the time consumption of three processes in Table 2 to check the speed of our fast training method. According to Table 2, the obvious improvement of the proposed fast training method over the other two processes in efficiency is found.

7. Experiments

7.1. SDSN versus SVC and SVC Variants

Since SDSN is designed based on support vector clustering method, experiments will be done to compare the performance of SDSN with support vector clustering (SVC) as well as SVC variants firstly. To be self-included, here SVC and some variants are introduced in brief. SVC consists of optimization piece and labeling piece. The original labeling procedure is named as complete graph (CG). CG identifies clusters by constructing a complete graph and taking connected components of graph as clusters [3]. The adjacency matrix is

Therein, is the line segment between and . is the distance between and the center of hypersphere in the feature space. is the radius of the hypersphere. Clusters are defined as the connected components of the graph induced by . Clearly, randomness encoded in CG degrades clustering accuracy. Moreover, the number of sampling points creates the dilemma between clustering quality and time cost.

Variants of SVC focus on revising its labeling process. support vector graph (SVG) [3] is an example that computes the adjacent matrix and connected components only with respect to SVs. So, it obtains dramatic time reduction but simultaneously sees a decrease in clustering accuracy. Proximity Graph (PG) [14, 15] also computes adjacent matrix among SVs, but it takes some simulation approach to derive connected components. Usually, PG employs Delaunay triangulation (DT) [15] as the simulation approaches. PG consumes less time than SVG and produces poorer result than SVG. Another method, gradient descendent (GD) [16], builds adjacent matrix and connected components based on stable equilibrium points (SEPs). Each SEP represents some data within its neighborhood. Data is labeled the same membership as its representative SEP. All these methods are all encoded with randomness, and they gain the improvement of time cost at the price of the decrease of clustering quality. Recently, cone cluster labeling (CCL) is given in [10] to do label assignment based on geometric observation. CCL overcomes randomness and achieves better performance than other methods.

Besides the previous datasets, news groups dataset is tested. This dataset contains about 20,000 articles divided into 20 news groups. They are named as . The usual weighting schema is exploited to express documents, andsome words that appear very few times are deleted. Normalize each document vector to make them have the unit length. For empirical ease, some classes are sampled randomly to form six experimental sets:   {NG1, NG2, NG8} (180);   {NG2, NG7, NG9, NG14} (220);   {NG1, NG3, NG5, NG6} (260);   {NG17, NG18, NG19} (220);   {NG12, NG13, NG14, NG15} (200). The number in the bracket indicates the number of random samples of each class. Clustering accuracies are recorded in Table 3. Note that PG has no result in news group, because DT used by PG is infeasible in high-dimensional data space. In computing adjacent matrix, CG runs with 3 different sampling numbers: CG1 with sampling 15 data; CG2 with sampling 23 data; CG3 with sampling 30 data. The aim is to observe the influence of sampling number on clustering accuracy. For SVG, PG, and GD, their sampling number is set as 15.

From Table 3, it is clear that for CG family, with sampling number increasing, clustering accuracy goes up, which is natural since higher sampling number can reduce randomness. Of course, this improvement is at the price of the huge increase of time cost. Note that sometimes the difference between three CG methods is subtle. One reason is that sometimes data distribution is bound to make influences on clustering results no matter how many samples are selected. The other reason lies in the randomness coming from random sampling, which always leads to unexpected results. To some extent, CG’s performance is controlled by sampling number. If the sampling number gets to the infinity, CG would ideally present good result. SVG is a rough version of CG1, so its work is not as good as CG1. PG follows SVG due to its approximation operations. There is clear instability in GD’s behaviors since it does well in datasets , and , while it does poorly in , , and letter. Contributing factor for that is GD’s susceptibility on data distribution and dimensionality. Only in some certain datasets, GD can generate qualified SEPs to present accurate neighborhood information and consequently to produce good results. Compared with these methods, CCL and SDSN show clear advantage due to their removing of randomness. Basically, CCL achieves the top place by doing the best job in most datasets. However, CCL’s good behavior is at the price of expensive cost that is spent on investigating Kernel scale parameter list. SDSN’s behaviors follow CCL by producing the optimal result in 4 of 9 datasets and doing well in the remainder datasets except Wine dataset. The reason of SDSN’s failure is the fact that Wine data has 178 points but covers 13 dimensions, which makes the neighborhood information uninformed, and thus the tuning strategy cannot play its role. Generally speaking, SDSN has outperformance over the original CG approach, which illustrates the improvement of the proposed clustering idea over the classical unsupervised learning idea. And SDSN has the competitive performance with the popular SVDD variant, which verifies SDSN’s fine clustering ability. Figure 7 illustrates the time consumption of these methods in one running, which shows SDSN’s time efficiency as competitive with CCL.

7.2. SDSN versus Clustering Methods

Now, compare SDSN with some clustering methods: -means [17], Girolami [18], NJW [4], and NI [19]. Girolami is a Kernel-based method that depends on an expectation-maximum process. NJW is a representative of spectrum clustering methods. NI is an agglomerative clustering method. It creates the distance definition according to information entropy and takes this information-based distance as clustering criteria to accumulate subclusters. Clustering accuracies of these methods are listed in Table 4.

Among five methods, it can be found that NJW is the best clustering tool. It probes spectra of all data, to obtain data inherent distribution directions, which assists much in detecting correct clusters. But NJW consumes huge cost, with time complexity. For Girolami, NI, and -means, their performance decreases in turn. NI shows instability in experiments. It is because, as an agglomerative approach, NI is fairly easy to be affected by data input order. Although the information-based metric helps a lot to provide accurate distance information, NI still exhibits unstable behaviors. -means is a hard partition process completely dependent on Euclidean metric. When the Euclidean metric does not match data distribution, more errors will happen. So, -means does not behave well. SDSN does the best job in Monk3 and follows closely NJW in , , and , which demonstrates SDSN’s fine clustering performance. In the remainder cases, the difference between SDSN and NJW is acceptable. These experiments verify the correctness and validation of the proposed clustering idea. And if we take both the performance and the efficiency into consideration, we will find that SDSN is of higher popularity than its peers.

8. Conclusion

This paper presents a general clustering framework that extracts and clusters DRs firstly and then classifies non-DRs. The idea is implemented by an algorithm SDSN. SDSN consists of a tuning-scaled SVDD optimization that extracts DRs, a spectrum-analysis-based method to cluster DRs, the nearest neighbor classifier that works with an informed metric to classify non-DRs, and the fast training approach that facilitates the computation ease. To illuminate the validation of the spectrum-analysis-based method, the geometric property of Gaussian Kernel feature space is explored and proofed. Experiments demonstrate the performance of the tuning-scaled SVDD, of the new metric, and of the fast training approach. The improved popularity of SDSN over the pure clustering approach is verified too.

Since the supervised information can be utilized in the unsupervised learning process, it is well expected to obtain help from clustering information for the classification mining task. The future work direction is focused on solving multi-classification issue based on the geometric properties of multihyperspheres of the feature space, as mentioned in Section 4.2.

Acknowledgments

This research is partially supported by the National Natural Science Foundation of China under Grants nos. 61105129, 61304174, and 11226146 and the Natural Science Foundation of Jiangsu Province of China under Grant no. BK2011581.