LGMLFeb 6, 2013

An Information-Theoretic Analysis of Hard and Soft Assignment Methods for Clustering

arXiv:1302.1552v1226 citations
Originality Incremental advance
AI Analysis

This provides theoretical insights into fundamental clustering algorithms, which is incremental but clarifies long-standing differences for researchers in unsupervised learning.

The paper tackles the problem of understanding systematic behavioral differences between hard assignment (K-means) and soft assignment (EM) clustering methods through an information-theoretic analysis, showing that K-means consistently finds densities with less overlap than EM.

Assignment methods are at the heart of many algorithms for unsupervised learning and clustering - in particular, the well-known K-means and Expectation-Maximization (EM) algorithms. In this work, we study several different methods of assignment, including the "hard" assignments used by K-means and the ?soft' assignments used by EM. While it is known that K-means minimizes the distortion on the data and EM maximizes the likelihood, little is known about the systematic differences of behavior between the two algorithms. Here we shed light on these differences via an information-theoretic analysis. The cornerstone of our results is a simple decomposition of the expected distortion, showing that K-means (and its extension for inferring general parametric densities from unlabeled sample data) must implicitly manage a trade-off between how similar the data assigned to each cluster are, and how the data are balanced among the clusters. How well the data are balanced is measured by the entropy of the partition defined by the hard assignments. In addition to letting us predict and verify systematic differences between K-means and EM on specific examples, the decomposition allows us to give a rather general argument showing that K ?means will consistently find densities with less "overlap" than EM. We also study a third natural assignment method that we call posterior assignment, that is close in spirit to the soft assignments of EM, but leads to a surprisingly different algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes