English

Improved Coresets for Clustering with Capacity and Fairness Constraints

Data Structures and Algorithms 2023-07-17 v2 Computational Geometry

Abstract

We study coresets for clustering with capacity and fairness constraints. Our main result is a near-linear time algorithm to construct O~(k2ε2z2)\tilde{O}(k^2\varepsilon^{-2z-2})-sized ε\varepsilon-coresets for capacitated (k,z)(k,z)-clustering which improves a recent O~(k3ε3z2)\tilde{O}(k^3\varepsilon^{-3z-2}) bound by [BCAJ+22, HJLW23]. As a corollary, we also save a factor of kεzk \varepsilon^{-z} on the coreset size for fair (k,z)(k,z)-clustering compared to them. We fundamentally improve the hierarchical uniform sampling framework of [BCAJ+22] by adaptively selecting sample size on each ring instance, proportional to its clustering cost to an optimal solution. Our analysis relies on a key geometric observation that reduces the number of total ``effective centers" from [BCAJ+22]'s O~(k2εz)\tilde{O}(k^2\varepsilon^{-z}) to merely O(klogε1)O(k\log \varepsilon^{-1}) by being able to ``ignore'' all center points that are too far or too close to the ring center.

Keywords

Cite

@article{arxiv.2302.11151,
  title  = {Improved Coresets for Clustering with Capacity and Fairness Constraints},
  author = {Lingxiao Huang and Pinyan Lu and Xuan Wu},
  journal= {arXiv preprint arXiv:2302.11151},
  year   = {2023}
}

Comments

This paper has been merged with another paper (arXiv:2301.08460)

R2 v1 2026-06-28T08:46:25.657Z