An Objective for Hierarchical Clustering in Euclidean Space and Its Connection to Bisecting K-Means

Abstract

This paper explores hierarchical clustering in the case where pairs of points have dissimilarity scores (e.g. distances) as a part of the input. The recently introduced objective for points with dissimilarity scores results in every tree being a ½ approximation if the distances form a metric. This shows the objective does not make a significant distinction between a good and poor hierarchical clustering in metric spaces.Motivated by this, the paper develops a new global objective for hierarchical clustering in Euclidean space. The objective captures the criterion that has motivated the use of divisive clustering algorithms: that when a split happens, points in the same cluster should be more similar than points in different clusters. Moreover, this objective gives reasonable results on ground-truth inputs for hierarchical clustering.The paper builds a theoretical connection between this objective and the bisecting k-means algorithm. This paper proves that the optimal 2-means solution results in a constant approximation for the objective. This is the first paper to show the bisecting k-means algorithm optimizes a natural global objective over the entire tree.

Cite

Text

Wang and Moseley. "An Objective for Hierarchical Clustering in Euclidean Space and Its Connection to Bisecting K-Means." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.6099

Markdown

[Wang and Moseley. "An Objective for Hierarchical Clustering in Euclidean Space and Its Connection to Bisecting K-Means." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/wang2020aaai-objective/) doi:10.1609/AAAI.V34I04.6099

BibTeX

@inproceedings{wang2020aaai-objective,
  title     = {{An Objective for Hierarchical Clustering in Euclidean Space and Its Connection to Bisecting K-Means}},
  author    = {Wang, Yuyan and Moseley, Benjamin},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {6307-6314},
  doi       = {10.1609/AAAI.V34I04.6099},
  url       = {https://mlanthology.org/aaai/2020/wang2020aaai-objective/}
}