MLCOMEDec 23, 2017

Merging $K$-means with hierarchical clustering for identifying general-shaped groups

arXiv:1712.08786v153 citations
Originality Incremental advance
AI Analysis

This incremental improvement addresses clustering challenges for data scientists by combining existing methods to handle non-spherical shapes in larger datasets.

The paper tackles the problem of identifying general-shaped clusters by merging K-means and hierarchical clustering, resulting in a hybrid method that demonstrates good performance on simulated and real datasets.

Clustering partitions a dataset such that observations placed together in a group are similar but different from those in other groups. Hierarchical and $K$-means clustering are two approaches but have different strengths and weaknesses. For instance, hierarchical clustering identifies groups in a tree-like structure but suffers from computational complexity in large datasets while $K$-means clustering is efficient but designed to identify homogeneous spherically-shaped clusters. We present a hybrid non-parametric clustering approach that amalgamates the two methods to identify general-shaped clusters and that can be applied to larger datasets. Specifically, we first partition the dataset into spherical groups using $K$-means. We next merge these groups using hierarchical methods with a data-driven distance measure as a stopping criterion. Our proposal has the potential to reveal groups with general shapes and structure in a dataset. We demonstrate good performance on several simulated and real datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes