English

On Randomly Projected Hierarchical Clustering with Guarantees

Information Retrieval 2014-01-24 v1 Data Structures and Algorithms

Abstract

Hierarchical clustering (HC) algorithms are generally limited to small data instances due to their runtime costs. Here we mitigate this shortcoming and explore fast HC algorithms based on random projections for single (SLC) and average (ALC) linkage clustering as well as for the minimum spanning tree problem (MST). We present a thorough adaptive analysis of our algorithms that improve prior work from O(N2)O(N^2) by up to a factor of N/(logN)2N/(\log N)^2 for a dataset of NN points in Euclidean space. The algorithms maintain, with arbitrary high probability, the outcome of hierarchical clustering as well as the worst-case running-time guarantees. We also present parameter-free instances of our algorithms.

Keywords

Cite

@article{arxiv.1401.5814,
  title  = {On Randomly Projected Hierarchical Clustering with Guarantees},
  author = {Johannes Schneider and Michail Vlachos},
  journal= {arXiv preprint arXiv:1401.5814},
  year   = {2014}
}

Comments

This version contains the conference paper "On Randomly Projected Hierarchical Clustering with Guarantees'', SIAM International Conference on Data Mining (SDM), 2014 and, additionally, proofs omitted in the conference version

R2 v1 2026-06-22T02:52:39.942Z