English

Adaptive Sampling for Minimum-Norm $k$-Clustering

Data Structures and Algorithms 2026-07-14 v1

Abstract

In kk-clustering problems, we are given a metric space (C,d)(\mathcal{C}, d), and must choose a set SS of kk centers to open. Each client jCj \in \mathcal{C} incurs an assignment cost, which is the distance between jj and center in SS that it has been assigned to. In this work, we study the \emph{minimum-norm kk-clustering problem}, where we are given an arbitrary monotone symmetric norm ff, and wish to open kk centers so as to minimize ff(assignment-cost vector). This is a powerful generalization, encompassing many classical kk-clustering problems including the kk-median, kk-means, and kk-center problems. A simple and efficient algorithmic idea is that of \emph{adaptive sampling}, wherein we randomly choose the location of the next center to open with probability proportional to its ``cost" under the currently chosen set. While this has yielded fast algorithms for some kk-clustering problem, little is known for settings \emph{without} ``min-sum" objectives. We devise the first adaptive-sampling-based bicriteria constant-factor approximation algorithm for general minimum-norm kk-clustering, vastly expanding the scope of problems handled by adaptive sampling. For the special case of Top\text{Top}_\ell norms, which form a building block of monotone symmetric norms, we show that adaptive sampling yields an O(logk)O(\log k)-approximation algorithm.

Cite

@article{arxiv.2607.12421,
  title  = {Adaptive Sampling for Minimum-Norm $k$-Clustering},
  author = {Haripriya Pulyassary and Chaitanya Swamy},
  journal= {arXiv preprint arXiv:2607.12421},
  year   = {2026}
}