Optimization of Inter-group Criteria for Clustering with Minimum Size Constraints
Eduardo S. Laber, Lucas Murtinho
TL;DR
This work investigates clustering with inter-group quality measures, specifically $Min-Sp$ and $MST-Sp$, and tackles the problem under a minimum cluster size constraint $L$ to avoid tiny groups. It establishes that single-linkage yields optimal $MST-Sp$ and, consequently, optimal $Min-Sp$, while highlighting practical limitations due to chaining. The authors propose size-constrained algorithms with provable guarantees: a PTAS for maximizing $Min-Sp$ under $(k,L)$-clustering and a $(\rho(1-\epsilon)/2, 1/H_{k-1})$-approximation for $MST-Sp$, with $\rho = \min\{n/(kL),2\}$, along with APX-hardness results. Empirical results on 10 real datasets show improved inter-group separability over $k$-means and single-linkage, while maintaining reasonable cluster sizes; the work also discusses practical considerations and potential extensions to other inter-group criteria.
Abstract
Internal measures that are used to assess the quality of a clustering usually take into account intra-group and/or inter-group criteria. There are many papers in the literature that propose algorithms with provable approximation guarantees for optimizing the former. However, the optimization of inter-group criteria is much less understood. Here, we contribute to the state-of-the-art of this literature by devising algorithms with provable guarantees for the maximization of two natural inter-group criteria, namely the minimum spacing and the minimum spanning tree spacing. The former is the minimum distance between points in different groups while the latter captures separability through the cost of the minimum spanning tree that connects all groups. We obtain results for both the unrestricted case, in which no constraint on the clusters is imposed, and for the constrained case where each group is required to have a minimum number of points. Our constraint is motivated by the fact that the popular Single Linkage, which optimizes both criteria in the unrestricted case, produces clusterings with many tiny groups. To complement our work, we present an empirical study with 10 real datasets, providing evidence that our methods work very well in practical settings.
