ISSN ONLINE(2320-9801) PRINT (2320-9798)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Multi View Point Measure for Achieving Highest Intra-Cluster Similarity

Shoban babu Sriramoju
Associate Professor, Department of CSE, Varadha Reddy Engineering College, Warangal, Andhra Pradesh, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Innovative Research in Computer and Communication Engineering

Abstract

Clustering is one of the data mining techniques which has important utility in real time applications. Cluster is a group of objects with highest similarity. The result of clustering can be used further in many applications including query processing. Clustering can also be used in text mining. The clustering algorithms that are available in this domain uses single viewpoint to find the similarity between object. But, the singe view point similarity measure cannot have highly informative assessment of similarities. In this paper we propose to implement a novel measure known as multiviewpoint based similarity measure. It will consider multiple-viewpoints while measuring similarity which facilitates highly informative assessment of similarity. We built a prototype application to demonstrate the conceptual proof. The empirical results revealed that the measure is effective.

Keywords

Multi viewpoint based similarity measure, Data mining, text mining, single viewpoint

INTRODUCTION

Data mining is the domain which deals with discovering knowledge from databases. One of the data mining techniques available is clustering. The clustering is used to group objects similar. Clustering is very popular algorithm that has utility in real time application development. Intelligent decision systems can be used to cluster the available data objects in order to make well informed decisions. Search engines like Google in the real world also use clustering mechanism to group documents so as to speed up query processing. Basically clustering is of two types namely partitional clustering and hierarchical clustering. In this paper the focus on the partitional clustering algorithm. With respect to clustering algorithms, the K-means is one of the algorithms that produce clusters [2]. K-means algorithm takes given dataset and number of clusters as input and generates clusters. It is used in many real world applications. For instance it is used in banking domain for credit card fraud detection. It takes all credit card transactions as input and generates three clusters such as low, medium and high. It does mean that it groups all transactions into the three types. It is known as making a model. Provided this mode, the new transactions are compared with low, medium and high. If they are nearer to one of the groups, the transactions is likely genuine. If the new transaction amount is beyond high with huge difference, then the algorithm suspects the transaction as fraud transaction an alerts banker and customer. Thus K-means is used in real applications. The quality of clusters made by a clustering algorithm depends on the quality of similarity measure. For instance K-means uses Euclidian distance [3], [4].
Clustering methods are of three types. They are hierarchical clustering, data partitioning and data grouping [5]. Hierarchical clustering focuses on making hierarchy of clusters. Partitioonal clustering focuses on making partitions while data grouping is used to make overlapping clusters. In all the above mentioned clustering approaches, the similarity measure is important. They use singleviewpoint for measuring similarity. However, multiple viewpoints can provide more qualitative assessment of similarity. This is the motivation in this project. We use multi-viewpoint measure to achieve highly accurate clusters. We aim at achieving lowest inter-cluster similarity and highest intracluster similarity. The remainder of the paper is structured as follows. Section II provides literary survey. Section III focuses on multi viewpoint similarity based measure. Section IV presents algorithms. Section V provides experimental evaluation. Section VI provides experimental results while section VII concludes the paper.

RELATED WORK

In many real world applications clustering documents is very essential. For instance web search engines must use the technique in order to make clusters and improve query processing. For many years the technique is being used. In case of document clustering, a document is treated as an object and objects which are similar are grouped together. The words in document are treated as terms. Each term can have frequency in the document. The term frequency is used in measuring similarity. A vector is built using term frequency and documents. Weighting schemes such as TF-IDF (Term Frequency – Inverse Document Frequency) is used to denote document vectors. The document clustering is of many types as explored in literature. They include non-negative matrix factorization [7], probabilistic based methods [8], and information theoretic co-clustering. These approaches use different approaches to find similarity among documents. Euclidian distance is used by many techniques to find similaritymeasure.
equation
equation
Jacquard coefficients make use of direction and magnitude that is not used by cosine similarity and ED measures. When the documents are presented in unit vectors, it is same as cosine similarity. There is comparison explored between Pearson correlation and Jacquard techniques in [14]. In [17] tree similarity is sued while in [18] phrase based similarity is used. However, they both depend on a common method known as Hierarchical Agglomerative Clustering. The lower side of these techniques is that they incur heavy computational cost. There are measures found for clustering XML documents as well. One such measure is explored in [19] named “Structural Similarity” which make difference between document and text clustering. This paper focuses on a new multi-viewpoint based similarity measure.

MULTI-VIEW POINT BASED SIMILARITY MEASURE

In this paper multi-viewpoint based similarity measure is explored. It makes use of multiple view points to determine similarity between documents. This will make more informative assessment of similarity while making clusters. It computes similarity between documents as follows.
equation

ALGORITHMS PROPOSED

Many algorithms have been proposed to work on multi-viewpoint similarity measure. The procedure for similarity matrix is as shown in Listing 1.
algorithm
Algorithm 1 – Functionality for making similarity matrix
As per the procedure in Algorithm 1, it specifies that dl and di are closer and the dl is also closer to di as per the multiviewpoint similarity measure. The Algorithm 2 shows the validation procedure.
algorithm
Algorithm 2 –Validation Procedure
The final validity is calculated by averaging overall rows. It is as given in line 14, that when validation score is higher, then the similarity is higher and thus eligible for clustering. Fig. 1 shows the validity scores of multi-viewpoint similarity and cosine similarity.
As can be seen in fig. 1, Series 4 is related to klb-MVS, series 3 corresponds to klb-CS, and series 2 corresponds to reutors-7 while series 1 corresponds to reutors -7 CS. As shown in fig. 1 performance of MVS is higher when compared to that of CS.
algorithm
Algorithm 3–Alg for incremental cluster
Algorithm 3 is shows algorithm with two phases. They are initialization and refinement. Selecting k documents as seeds are known as initialization which making initial positions while the refinement makes much iteration to form best clusters. Each iteration in refinement phase visits n number of documents in randomized fashion. After that verification is done for each document. If the document contains similarity, it is moved to the cluster. When no documents are there the iterations come to an end.

PERFORMANCE EVALUATION

For performance evaluation for two criterion functions such as Ir, and Iv associated to multiviewpoint similarity measure. Bench mark datasets have been used to test the efficiency of our approach. The results are shown in table 1.

EXPERIMENTAL SETUP AND EVALUATION

Our algorithm is compared with other algorithms for performing evaluation. They include M-means, Cut Algorithm, Min Max graph EJ which is nothing but CLUTO’s graph with graphCS , extended Jacquard which is nothing but CLUTOs graph with SpkMeans, Cosine Similarity which is nothing but Spherical K-Means with Cosine Similarity, MVSC Iv which is nothing but the proposed approach with Iv criterion function and MVSC Ir which is nothing but the proposed approach with Ir criterion. The results are presented in the next section.

RESULTS

The result of experiments are presented in fig. 2 and 3. It shows graphs with the results of all clustering algorithms for 20 benchmark datasets. The results are given in two different graphs. Each graph shows the experimental results of 10 datasets.
As shown in fig. 2(a) and (b), the proposed approach performs better when compared with other algorithms. GraphEJ performed better only in some cases. Overall performance of MVSC Iv and MVSC Kr is far better than others. The effect of is also presented on the performance of MVSC Ir.

THE EFFECT OF α ON THE PERFORMANCE OF MVSC IR

It is understood that the cluster size and balance have their impact on the methods of partitional clustering based on criterion functions. In terms of accuracy and NMI, FScore the assessment is done and the results are presented in fig. 3.
As shown in fig. 3, MVSR Ir’s performance is within 5% with regard to any evaluation metric for best case.

CONCLUSION

In this paper we consider measuring similarity between two documents from multiple-view points. Similarity measures are used in document clustering. Clustering techniques depend on the similarity measure. All existing similarity measures are single viewpoint based. They cannot provide more informative assessment of similarity between objects. However, in this paper we explored the multi viewpoint based similarity measure which makes more informative assessment to group objects into different clusters. This new measure achieves highest level of similarity. The aim of the new measure is to achieve highest intra-cluster similarity and lowest inter-cluster similarity. We built a prototype application that shows the proof of concept. The results revealed that the proposed approach is capable of measuring similarity more accurately.

Tables at a glance

Table icon
Table 1
 

Figures at a glance

Figure 1 Figure 2a
Figure 1 Figure 2a
 
Figure 2b Figure 3
Figure 2b Figure 3
 

References