14
22

Explainable k-means. Don't be greedy, plant bigger trees!

Abstract

We provide a new bi-criteria O~(log2k)\tilde{O}(\log^2 k) competitive algorithm for explainable kk-means clustering. Explainable kk-means was recently introduced by Dasgupta, Frost, Moshkovitz, and Rashtchian (ICML 2020). It is described by an easy to interpret and understand (threshold) decision tree or diagram. The cost of the explainable kk-means clustering equals to the sum of costs of its clusters; and the cost of each cluster equals the sum of squared distances from the points in the cluster to the center of that cluster. The best non bi-criteria algorithm for explainable clustering O~(k)\tilde{O}(k) competitive, and this bound is tight. Our randomized bi-criteria algorithm constructs a threshold decision tree that partitions the data set into (1+δ)k(1+\delta)k clusters (where δ(0,1)\delta\in (0,1) is a parameter of the algorithm). The cost of this clustering is at most O~(1/δlog2k)\tilde{O}(1/ \delta \cdot \log^2 k) times the cost of the optimal unconstrained kk-means clustering. We show that this bound is almost optimal.

View on arXiv
Comments on this paper