English

It's Hard to HAC with Average Linkage!

Data Structures and Algorithms 2025-02-06 v2 Computational Complexity Distributed, Parallel, and Cluster Computing

Abstract

Average linkage Hierarchical Agglomerative Clustering (HAC) is an extensively studied and applied method for hierarchical clustering. Recent applications to massive datasets have driven significant interest in near-linear-time and efficient parallel algorithms for average linkage HAC. We provide hardness results that rule out such algorithms. On the sequential side, we establish a runtime lower bound of n3/2ϵn^{3/2-\epsilon} on nn node graphs for sequential combinatorial algorithms under standard fine-grained complexity assumptions. This essentially matches the best-known running time for average linkage HAC. On the parallel side, we prove that average linkage HAC likely cannot be parallelized even on simple graphs by showing that it is CC-hard on trees of diameter 44. On the possibility side, we demonstrate that average linkage HAC can be efficiently parallelized (i.e., it is in NC) on paths and can be solved in near-linear time when the height of the output cluster hierarchy is small.

Keywords

Cite

@article{arxiv.2404.14730,
  title  = {It's Hard to HAC with Average Linkage!},
  author = {MohammadHossein Bateni and Laxman Dhulipala and Kishen N Gowda and D Ellis Hershkowitz and Rajesh Jayaram and Jakub Łącki},
  journal= {arXiv preprint arXiv:2404.14730},
  year   = {2025}
}

Comments

At ICALP 2024. Updated AM CC hardness proof

R2 v1 2026-06-28T16:03:09.564Z