Lesson 3. Prof. Enza Messina

Similar documents
CS570: Introduction to Data Mining

Unsupervised Learning Hierarchical Methods

Cluster Analysis. Ying Shen, SSE, Tongji University

Clustering part II 1

PAM algorithm. Types of Data in Cluster Analysis. A Categorization of Major Clustering Methods. Partitioning i Methods. Hierarchical Methods

CSE 5243 INTRO. TO DATA MINING

Unsupervised Learning

CSE 5243 INTRO. TO DATA MINING

INF4820. Clustering. Erik Velldal. Nov. 17, University of Oslo. Erik Velldal INF / 22

Clustering in Data Mining

University of Florida CISE department Gator Engineering. Clustering Part 4

CHAPTER 4: CLUSTER ANALYSIS

Clustering Part 4 DBSCAN

Notes. Reminder: HW2 Due Today by 11:59PM. Review session on Thursday. Midterm next Tuesday (10/10/2017)

CSE 5243 INTRO. TO DATA MINING

Hierarchical Clustering

Hierarchical Clustering 4/5/17

Parallelization of Hierarchical Density-Based Clustering using MapReduce. Talat Iqbal Syed

A Review on Cluster Based Approach in Data Mining

Clustering. CE-717: Machine Learning Sharif University of Technology Spring Soleymani

Hierarchy. No or very little supervision Some heuristic quality guidances on the quality of the hierarchy. Jian Pei: CMPT 459/741 Clustering (2) 1

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering

Clustering CS 550: Machine Learning

DATA MINING LECTURE 7. Hierarchical Clustering, DBSCAN The EM Algorithm

MultiDimensional Signal Processing Master Degree in Ingegneria delle Telecomunicazioni A.A

Clustering Part 3. Hierarchical Clustering

3. Cluster analysis Overview

3. Cluster analysis Overview

CS 2750 Machine Learning. Lecture 19. Clustering. CS 2750 Machine Learning. Clustering. Groups together similar instances in the data sample

Hierarchical Clustering Lecture 9

Information Retrieval and Web Search Engines

Machine Learning: Symbol-based

Clustering Lecture 3: Hierarchical Methods

BBS654 Data Mining. Pinar Duygulu. Slides are adapted from Nazli Ikizler

What is Cluster Analysis? COMP 465: Data Mining Clustering Basics. Applications of Cluster Analysis. Clustering: Application Examples 3/17/2015

Hierarchical Clustering

Hard clustering. Each object is assigned to one and only one cluster. Hierarchical clustering is usually hard. Soft (fuzzy) clustering

Clustering (COSC 416) Nazli Goharian. Document Clustering.

Olmo S. Zavala Romero. Clustering Hierarchical Distance Group Dist. K-means. Center of Atmospheric Sciences, UNAM.

Cluster Analysis. Prof. Thomas B. Fomby Department of Economics Southern Methodist University Dallas, TX April 2008 April 2010

Clustering in Ratemaking: Applications in Territories Clustering

CS 1675 Introduction to Machine Learning Lecture 18. Clustering. Clustering. Groups together similar instances in the data sample

Working with Unlabeled Data Clustering Analysis. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan

Clustering (COSC 488) Nazli Goharian. Document Clustering.

Hierarchical clustering

4. Ad-hoc I: Hierarchical clustering

Cluster Analysis. Angela Montanari and Laura Anderlucci

University of Florida CISE department Gator Engineering. Clustering Part 2

Gene Clustering & Classification

Notes. Reminder: HW2 Due Today by 11:59PM. Review session on Thursday. Midterm next Tuesday (10/09/2018)

Data Mining. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of Computer Science

Clustering & Bootstrapping

Clustering. Informal goal. General types of clustering. Applications: Clustering in information search and analysis. Example applications in search

Finding Clusters 1 / 60

Clustering Results. Result List Example. Clustering Results. Information Retrieval

Hierarchical clustering

Based on Raymond J. Mooney s slides

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1

Objective of clustering

5/15/16. Computational Methods for Data Analysis. Massimo Poesio UNSUPERVISED LEARNING. Clustering. Unsupervised learning introduction

Clustering. Partition unlabeled examples into disjoint subsets of clusters, such that:

Unsupervised Learning. Presenter: Anil Sharma, PhD Scholar, IIIT-Delhi

Understanding Clustering Supervising the unsupervised

Information Retrieval and Web Search Engines

Data Clustering Hierarchical Clustering, Density based clustering Grid based clustering

Classification. Vladimir Curic. Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University

Data Mining Cluster Analysis: Basic Concepts and Algorithms. Slides From Lecture Notes for Chapter 8. Introduction to Data Mining

Cluster analysis. Agnieszka Nowak - Brzezinska

Lecture 10: Semantic Segmentation and Clustering

Hierarchical Clustering

Multivariate analyses in ecology. Cluster (part 2) Ordination (part 1 & 2)

Cluster Analysis for Microarray Data

Lecture Notes for Chapter 7. Introduction to Data Mining, 2 nd Edition. by Tan, Steinbach, Karpatne, Kumar

Community Detection. Community

CMPUT 391 Database Management Systems. Data Mining. Textbook: Chapter (without 17.10)

Unsupervised Learning : Clustering

Lecture-17: Clustering with K-Means (Contd: DT + Random Forest)

CSE494 Information Retrieval Project C Report

Unsupervised Learning

10701 Machine Learning. Clustering

Clustering. Robert M. Haralick. Computer Science, Graduate Center City University of New York

INF4820, Algorithms for AI and NLP: Hierarchical Clustering

Distances, Clustering! Rafael Irizarry!

Unsupervised: no target value to predict

Clustering from Data Streams

CHAPTER 4 K-MEANS AND UCAM CLUSTERING ALGORITHM

Hierarchical and Ensemble Clustering

Clustering: Overview and K-means algorithm

A Comparison of Document Clustering Techniques

Clustering. Chapter 10 in Introduction to statistical learning

Road map. Basic concepts

Automatic Cluster Number Selection using a Split and Merge K-Means Approach

INF4820 Algorithms for AI and NLP. Evaluating Classifiers Clustering

TRANSACTIONAL CLUSTERING. Anna Monreale University of Pisa

Multivariate Analysis

Clustering. CS294 Practical Machine Learning Junming Yin 10/09/06

Unsupervised Learning. Andrea G. B. Tettamanzi I3S Laboratory SPARKS Team

Clustering Algorithm (DBSCAN) VISHAL BHARTI Computer Science Dept. GC, CUNY

Knowledge Discovery in Databases

Transcription:

Lesson 3 Prof. Enza Messina

Clustering techniques are generally classified into these classes: PARTITIONING ALGORITHMS Directly divides data points into some prespecified number of clusters without a hierarchical structure HIERARCHICAL ALGORITHMS Groups data with a sequence of nested partitions, either from singleton clusters to a cluster containing all elements, or viceversa DENSITY-BASED Divides the feature space in order to find dense areas separated by empty space GRID-BASED Based on a multiple-level granularity structure MODEL-BASED Based on a model hypothesis in which the clusters can fit

Hierarchical clustering is usually represented by a tree-like structure called dendrogram 45

The root node of the dendrogram represents the whole data set, each leaf node is regarded as a data point The intermediate nodes describe the extent to which the objects are proximal to each other The height of the dendrogram expresses the distance between each pair of data points or clusters, or a data point and a cluster. The clustering results can be obtained by cutting the dendrogram at different levels 46

There are two general approaches to hierarchical clustering: AGGLOMERATIVE APPROACH Starts from a set of singleton clusters (where each cluster contains a single element), and progressively aggregate them into bigger clusters until the desired number of cluster is reached or there is a single cluster containing all the elements. DIVISIVE APPROACH Starts from a single cluster containing all the elements, and progressively splits it into smaller clusters, until the desidered number of clusters is reached or there are only singleton clusters. 47

48

{Put every point in a cluster by itself. For i=1 to N-1 do{ let C 1 and C 2 be the most mergeable pair of clusters Create C 1,2 as parent of C 1 and C 2 } Example: For simplicity, we still use 1-dimensional objects. Numerical difference is used as the distance Objects: 1, 2, 5, 6,7 agglomerative clustering: find two closest objects and merge; => {1,2}, so we have now {1.5,5, 6,7}; => {1,2}, {5,6}, so {1.5, 5.5,7}; => {1,2}, {{5,6},7}. 1 2 5 6 7

The merge of a pair of clusters or the formation of a new cluster is dependent on the definition of the distance function between two clusters Which proximity measure we use? 50

The merge of a pair of clusters or the formation of a new cluster is dependent on the definition of the distance function between two clusters Which proximity measure we use? Euclidean, Mahalanobis, Pearson, Cosine, etc. 50

The merge of a pair of clusters or the formation of a new cluster is dependent on the definition of the distance function between two clusters Which proximity measure we use? But. Euclidean, Mahalanobis, Pearson, Cosine, etc. Proximity measure can compute distance between two elements; how do we compute distance between two groups of elements? 50

The merge of a pair of clusters or the formation of a new cluster is dependent on the definition of the distance function between two clusters Which proximity measure we use? But. Euclidean, Mahalanobis, Pearson, Cosine, etc. Proximity measure can compute distance between two elements; how do we compute distance between two groups of elements? LINKAGE 50

Linkage defines how we measure the proximity of two groups of elements There are several choices of linkages: Single Linkage Complete Linkage Group Average Linkage Weighted Average Linkage Centroid Linkage Median Linkage 51

Single Linkage The distance between a pair of clusters is determined by the two closest objects to the different clusters 52

Single Linkage The distance between a pair of clusters is determined by the two closest objects to the different clusters When two clusters C i and C j are merged, the distance to a third cluster C l can be recomputed as: 53

Single Link Example

Single Link Example

Single Link Example

Single Link Example

Single Link Example

Single Link Example

Single Link Example

Single Link Example

Single Linkage Single linkage clustering tends to generate elongated clusters As a result, two clusters with quite different properties may be connected due to the existence of noise However, if the clusters are separated far from each other, the single linkage method works well 55

Complete Linkage This method uses the farthest distance of a pair of objects to define inter-cluster distance 56

Complete Linkage This method uses the farthest distance of a pair of objects to define inter-cluster distance When two clusters C i and C j are merged, the distance to a third cluster C l can be recomputed as: It is effective in uncovering small and compact clusters 57

Complete Link Example

Complete Link Example

Complete Link Example

Complete Link Example

Complete Link Example

Complete Link Example

Complete Link Example

Complete Link Example

Group Average Linkage This method is also known as the unweighted pair group method average (UPGMA) The distance between two clusters is defined as the average of the distance between all pairs of data points, each of which comes from a different group. When two clusters C i and C j are merged, the distance to a third cluster C l can be recomputed as: 59

Weighted Group Average Linkage This method is also known as the weighted pair group method average (WPGMA) 60

Weighted Group Average Linkage This method is also known as the weighted pair group method average (WPGMA) The distance between two clusters is defined as the average of the distance between all pairs of data points, each of which comes from a different group The difference is that the distances between the newly formed cluster and the rest are weighted based on the number of data points in each cluster 61

Weighted Group Average Linkage This method is also known as the weighted pair group method average (WPGMA) When two clusters C i and C j are merged, the distance to a third cluster C l can be recomputed as: 62

Centroid Linkage This method is also known as the unweighted pair group method centroid (UPGMC) The centroid is the mean of all points in a cluster 63

Centroid Linkage This method is also known as the unweighted pair group method centroid (UPGMC) When two clusters C i and C j are merged, the distance to a third cluster C l can be recomputed as: 64

Median Linkage Similar to the centroid linkage, except that equal weight is given to the clusters to be merged When two clusters C i and C j are merged, the distance to a third cluster C l can be recomputed as: 65

Single linkage, complete linkage, and average linkage consider all points of a pair of clusters when calculating their inter-cluster distance, so they are also called graph methods The others are called geometric methods because they use geometric centers to represent clusters and determine their distances Equivalence to graph theory If the dissimilarity matrix is defined as ìï D ij = í îï 1 if d(x i, x j ) < d 0 0 otherwise Both the single linkage method and the complete linkage method can be described on the basis of the threshold graph: Single linkage clustering is equivalent to seeking maximally connected sub-graphs (components), while complete linkage clustering corresponds to finding maximally complete subgraphs (cliques). 66

Example of agglomerative approach Try to cluster this dataset with single and complete linkage 67

Example Problem: clustering analysis with agglomerative algorithm data matrix Euclidean distance distance matrix 68

Example Merge two closest clusters (iteration 1) 69

Example Update distance matrix (iteration 1) 70

Example Merge two closest clusters (iteration 2) 71

Example Update distance matrix (iteration 2) 72

Example Merge two closest clusters/update distance matrix (iteration 3) 73

Example Merge two closest clusters/update distance matrix (iteration 4) 74

Example Final result (meeting termination condition) 75

Example of agglomerative approach Try to cluster this dataset with single and complete linkage 77

Example of agglomerative approach 78

Combines HAC and K-Means clustering. First randomly take a sample of instances of size N Run group-average HAC on this sample, which takes only O(N) time. Use the results of HAC as initial seeds for K-means. Overall algorithm is O(N) and avoids problems of bad seed selection. Cut where You have k clusters Uses HAC to bootstrap K-means

Compared to agglomerative hierarchical clustering, divisive clustering proceeds in the opposite way. In the beginning, the entire data set belongs to a cluster, and a procedure successively divides it until all clusters are singletons. For a data set with N objects, a divisive hierarchical algorithm would start by considering possible divisions of the data into two nonempty subsets, which is computationally expensive even for small-scale data sets. Therefore, divisive clustering is not a common choice in practice. 80

However, the divisive clustering algorithms do provide clearer insights of the main structure of the data The larger clusters are generated at the early stage of the clustering process It is less likely to suffer from the accumulated erroneous decisions, which cannot be corrected by the successive process Given the computational burden of this approach, we rely on heuristic methods 81

DIANA (Divisive Analysis) considers only a part of all the possible divisions DIANA consists of a series of iterative steps in order to move the closer objects into the splinter group, which is seeded with the object that is farthest from the others in the cluster to be divided. The cluster with the largest diameter, defined as the largest distance between any pair of objects, is selected for further division 82

Suppose that cluster C l is going to be split into clusters C i and C j : 1. Start with C i = C l and C j empty 2. For each data object x m in C i : a) For the first iteration, compute its average distance to all the other objects: b) For the remaining iterations, compute the difference between the average distance to C i and the average distance to C j : 83

3. Decide whether to move element x m to cluster C j or keep it in cluster C i : a) For the first iteration, move the object with the maximum value to C j (that is, the element farther from every other element is separated from the others) b) For the remaining iterations, if the maximum difference value is greater than zero, move the data object with the maximum difference into C j, then repeat steps 2b and 3b. If the maximum value is less than zero, stop. 84

During each division of DIANA, all features are used; hence the divisive algorithm is called polythetic On the other hand, if the division is on a one-feature-onestep basis, the corresponding algorithm is said to be monothetic. One such algorithm is called MONA (Monothetic Analysis) and is used for data objects with binary features The criterion for selecting a feature to divide the data is based on its similarity with other features, through measures of association. 87

Criticisms of classical hierarchical clustering algorithms: lack of robustness (sensitivity to noise and outliers) not capable of correcting possible previous misclassification computational complexity, which is at least O(N 2 ) 88

New clustering methods, with hierarchical cluster results, have appeared and have greatly improved the clustering performance. BIRCH (Balanced Iterative Reducing and Clustering using Hierarchies) (Zhang, et al., 1996) CURE (Clustering Using REpresentatives) (Guha et al., 1998) ROCK (RObust Clustering using links) (Guha et al., 2000) Chameleon (Karypis et al., 1999) 89

Designed for very large data sets Time and memory are limited Incremental and dynamic clustering of incoming objects Only one scan of data is necessary Does not need the whole data set in advance Two key phases: Scans the database to build an in-memory tree Applies clustering algorithm to cluster the leaf nodes 90

Given a cluster of instances, we define: Centroid: Radius: average distance from member points to centroid Diameter: average pair-wise distance within a cluster 91

centroid Euclidean distance: centroid Manhattan distance: average inter-cluster: average intra-cluster: variance increase: 92

centroid Euclidean distance: centroid Manhattan distance: average inter-cluster: average intra-cluster: variance increase: To calculate centroid, radius, diameter, D 0, D 1, D 2, D 3 and D 4, NOT ALL POINTS ARE NEEDED! 93

The Birch algorithm builds a dendrogram called clustering feature tree (CF tree) while scanning the data set. Each entry in the CF tree represents a cluster of objects and is characterized by a 3-tuple: (Ni, LSi, SSi), where Ni is the number of objects in the i-th cluster and LS i = N å i x i j =1 N å i j =1 SS i = x i 2 linear sum of the data points square sum of the data points 94

CF entry is more compact Stores significantly less than all of the data points in the sub-cluster A CF entry has sufficient information to calculate D0-D4 Additivity theorem allows us to merge sub-clusters incrementally & consistently 95

CF entry is more compact Stores significantly less than all of the data points in the sub-cluster A CF entry has sufficient information to calculate D0-D4 Additivity theorem allows us to merge sub-clusters incrementally & consistently 95

Example: CF = (5, (16,30),(54,190)) 10 9 8 7 6 5 4 3 2 1 0 0 1 2 3 4 5 6 7 8 9 10 (3,4) (2,6) (4,5) (4,7) (3,8) 96 of 28

Each non-leaf node has at most B entries Each leaf node has at most L CF entries, each of which satisfies threshold T Node size is determined by dimensionality of data space and input parameter P (page size) 97

Each non-leaf node has at most B entries Each leaf node has at most L CF entries, each of which satisfies threshold T Node size is determined by dimensionality of data space and input parameter P (page size) 97

Each non-leaf node has at most B entries Each leaf node has at most L CF entries, each of which satisfies threshold T Node size is determined by dimensionality of data space and input parameter P (page size) 97

The tree size is a function of T (the larger the T is, the smaller the tree is) We require a node to fit in a page of size of P B and L are determined by P (P can be varied for performance tuning ) Very compact representation of the dataset because each entry in a leaf node is not a single data point but a subcluster.

Phase 1: Scan dataset once, build a CF tree in memory Phase 2: (Optional) Condense the CF tree to a smaller CF tree Phase 3: Global Clustering Phase 4: (Optional) Clustering Refining (require scan of dataset)

100 May 2, 2014

CF of a data point (3,4) is (1,(3,4),25) Insert a point to the tree Find the path (based on D 0, D 1, D 2, D 3, D 4 between CF of children in a non-leaf node) Modify the leaf Find closest leaf node entry (based on D 0, D 1, D 2, D 3, D 4 of CF in leaf node) Check if it can absorb the new data point Modify the path to the leaf Splitting if leaf node is full, split into two leaf node, add one more entry in parent

Recurse down from root, find the appropriate leaf Follow the "closest"-cf path, w.r.t. D0 / / D4 Modify the leaf If the closest-cf leaf cannot absorb, make a new CF entry. If there is no room for new leaf, split the parent node Traverse back Updating CFs on the path or splitting nodes 102 May 2, 2014

Sum of CF(N,LS,SS) of all children Non-leaf node CF(N,LS,SS) under condition D<T or R<T Leaf node

If we run out of space, increase threshold T By increasing the threshold, CFs absorb more data Rebuilding "pushes" CFs over The larger T allows different CFs to group together Reducibility theorem Increasing T will result in a CF-tree smaller than the original Rebuilding needs at most h extra pages of memory

New subcluster sc1 sc8 sc3 sc4 sc5 sc6 sc7 sc2 LN2 LN3 LN1 LN1 Root LN2 LN3 sc8 sc1 sc2 sc3 sc4 sc5 sc6 sc7 105 May 2, 2014

If the branching factor of a leaf node can not exceed 3, then LN1 is split. sc1 sc8 sc3 sc4 sc5 sc6 sc7 LN1 sc2 LN2 LN3 LN1 LN1 Root LN1 LN2 LN3 sc8 sc1 sc2 sc3 sc4 sc5 sc6 sc7 106 May 2, 2014

If the branching factor of a non-leaf node can not exceed 3, then the root is split and the height of the CF Tree increases by one. sc1 sc8 sc3 sc4 sc5 sc6 sc7 sc2 LN1 LN2 LN3 LN1 NLN1 Root NLN2 LN1 LN1 LN2 LN3 sc8 sc1 sc2 sc3 sc4 sc5 sc6 sc7 107 May 2, 2014

Merge Operation in BIRCH Assume that the subclusters are numbered according to the order of formation sc6 sc5 sc3 root sc1 sc2 LN2 sc4 LN1 LN2 LN1 sc1 sc2 sc3 sc4 sc5 sc6 Vladimir Jelić (jelicvladimir5@gmail.com) 19 of 28

Merge Operation in BIRCH If the branching factor of a leaf node can not exceed 3, then LN2 is split sc3 sc6 sc5 sc4 root sc1 sc2 LN1 LN2 LN2 LN1 LN2 LN2 sc1 sc2 sc5 sc4 sc3 sc6 Vladimir Jelić (jelicvladimir5@gmail.com) 19 of 28

Merge Operation in BIRCH LN2 and LN1 will be merged, and the newly formed node wil be split immediately sc6 sc5 sc2 sc3 sc4 sc1 LN3 LN2 LN3 root LN3 LN3 LN2 sc2 sc1 sc5 sc4 sc3 sc6 Vladimir Jelić (jelicvladimir5@gmail.com) 19 of 28

Chose a larger T (threshold) Consider entries in leaf nodes Reinsert CF entries in the new tree If new path is before original path, move it to new path If new path is the same as original path, leave it unchanged

Consider CF entries in leaf nodes only Use centroid as the representative of a cluster Perform traditional clustering (e.g. agglomerative hierarchy (complete link == D 2 ) or K-mean or CL ) Cluster CF instead of data points

Require scan of dataset one more time Use clusters found in phase 3 as seeds Redistribute data points to their closest seeds and form new clusters Removal of outliers Acquisition of membership information

A CF tree is a height-balanced tree that stores the clustering features for a hierarchical clustering. Given a limited amount of main memory, BIRCH can minimize the time required for I/O. BIRCH is a scalable clustering algorithm with respect to the number of objects, and good quality of clustering of the data. A clustering algorithm taking consideration of I/O costs, memory limitation Utilize local information (each clustering decision is made without scanning all data points) Not every data point is equally important for clustering purpose