It's Hard to HAC with Average Linkage!
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 on 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 . 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.
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