Scalable Hierarchical Agglomerative Clustering
About
The applicability of agglomerative clustering, for inferring both hierarchical and flat clustering, is limited by its scalability. Existing scalable hierarchical clustering methods sacrifice quality for speed and often lead to over-merging of clusters. In this paper, we present a scalable, agglomerative method for hierarchical clustering that does not sacrifice quality and scales to billions of data points. We perform a detailed theoretical analysis, showing that under mild separability conditions our algorithm can not only recover the optimal flat partition, but also provide a two-approximation to non-parametric DP-Means objective. This introduces a novel application of hierarchical clustering as an approximation algorithm for the non-parametric clustering objective. We additionally relate our algorithm to the classic hierarchical agglomerative clustering method. We perform extensive empirical experiments in both hierarchical and flat clustering settings and show that our proposed approach achieves state-of-the-art results on publicly available clustering benchmarks. Finally, we demonstrate our method's scalability by applying it to a dataset of 30 billion queries. Human evaluation of the discovered clusters show that our method finds better quality of clusters than the current state-of-the-art.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Hierarchical Agglomerative Clustering | Wine | Dendrogram Purity0.95 | 26 | |
| Hierarchical Clustering | ALLAML | Dendrogram Purity74 | 6 | |
| Hierarchical Clustering | WDBC | Dendrogram Purity92 | 6 | |
| Hierarchical Clustering | LandCover | Dendrogram Purity60 | 6 | |
| Hierarchical Clustering | ImageNet-10 | Dendrogram Purity86 | 6 | |
| Hierarchical Clustering | LSVT | Dendrogram Purity66 | 6 | |
| Hierarchical Clustering | SEEDS | Dendrogram Purity85 | 6 | |
| Hierarchical Clustering | banknote | Dendrogram Purity90 | 6 | |
| Hierarchical Clustering | Spam | Dendrogram Purity68 | 6 | |
| Hierarchical Clustering | STL-10 | Dendrogram Purity0.59 | 6 |