English

Semi-Supervised Algorithms for Approximately Optimal and Accurate Clustering

Data Structures and Algorithms 2018-11-07 v2

Abstract

We study kk-means clustering in a semi-supervised setting. Given an oracle that returns whether two given points belong to the same cluster in a fixed optimal clustering, we investigate the following question: how many oracle queries are sufficient to efficiently recover a clustering that, with probability at least (1δ)(1 - \delta), simultaneously has a cost of at most (1+ϵ)(1 + \epsilon) times the optimal cost and an accuracy of at least (1ϵ)(1 - \epsilon)? We show how to achieve such a clustering on nn points with O((k2logn)m(Q,ϵ4,δ/(klogn)))O{((k^2 \log n) \cdot m{(Q, \epsilon^4, \delta / (k\log n))})} oracle queries, when the kk clusters can be learned with an ϵ\epsilon' error and a failure probability δ\delta' using m(Q,ϵ,δ)m(Q, \epsilon',\delta') labeled samples in the supervised setting, where QQ is the set of candidate cluster centers. We show that m(Q,ϵ,δ)m(Q, \epsilon', \delta') is small both for kk-means instances in Euclidean space and for those in finite metric spaces. We further show that, for the Euclidean kk-means instances, we can avoid the dependency on nn in the query complexity at the expense of an increased dependency on kk: specifically, we give a slightly more involved algorithm that uses O(k4/(ϵ2δ)+(k9/ϵ4)log(1/δ)+km(Rr,ϵ4/k,δ))O(k^4/(\epsilon^2 \delta) + (k^{9}/\epsilon^4) \log(1/\delta) + k \cdot m(\mathbb{R}^r, \epsilon^4/k, \delta)) oracle queries. We also show that the number of queries needed for (1ϵ)(1 - \epsilon)-accuracy in Euclidean kk-means must linearly depend on the dimension of the underlying Euclidean space, and for finite metric space kk-means, we show that it must at least be logarithmic in the number of candidate centers. This shows that our query complexities capture the right dependencies on the respective parameters.

Keywords

Cite

@article{arxiv.1803.00926,
  title  = {Semi-Supervised Algorithms for Approximately Optimal and Accurate Clustering},
  author = {Buddhima Gamlath and Sangxia Huang and Ola Svensson},
  journal= {arXiv preprint arXiv:1803.00926},
  year   = {2018}
}
R2 v1 2026-06-23T00:39:41.998Z