The Power of Uniform Sampling for $k$-Median
Lingxiao Huang, Shaofeng H.-C. Jiang, Jianing Lou

TL;DR
This paper investigates the effectiveness of uniform sampling for approximating the $k$-Median problem across different metric spaces, establishing theoretical bounds and validating practical performance through experiments.
Contribution
It provides tight bounds on query complexity related to dataset balancedness and demonstrates that simple uniform sampling can achieve near-optimal approximation.
Findings
Uniform sampling is nearly optimal for $k$-Median approximation.
Query complexity depends inversely on dataset balancedness $eta$.
Experiments show uniform sampling performs well on real datasets.
Abstract
We study the power of uniform sampling for -Median in various metric spaces. We relate the query complexity for approximating -Median, to a key parameter of the dataset, called the balancedness (with being perfectly balanced). We show that any algorithm must make queries to the point set in order to achieve -approximation for -Median. This particularly implies existing constructions of coresets, a popular data reduction technique, cannot be query-efficient. On the other hand, we show a simple uniform sample of points suffices for -approximation for -Median for various metric spaces, which nearly matches the lower bound. We conduct experiments to verify that in many real datasets, the balancedness parameter is usually well bounded, and that the uniform sampling…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsComplexity and Algorithms in Graphs · Data Management and Algorithms · Privacy-Preserving Technologies in Data
