English

Relative Error Fair Clustering in the Weak-Strong Oracle Model

Data Structures and Algorithms 2025-12-22 v2

Abstract

We study fair clustering problems in a setting where distance information is obtained from two sources: a strong oracle providing exact distances, but at a high cost, and a weak oracle providing potentially inaccurate distance estimates at a low cost. The goal is to produce a near-optimal fair clustering on nn input points with a minimum number of strong oracle queries. This models the increasingly common trade-off between accurate but expensive similarity measures (e.g., large-scale embeddings) and cheaper but inaccurate alternatives. The study of fair clustering in the model is motivated by the important quest of achieving fairness with the presence of inaccurate information. We achieve the first (1+ε)(1+\varepsilon)-coresets for fair kk-median clustering using poly(kεlogn)\text{poly}\left(\frac{k}{\varepsilon}\cdot\log n\right) queries to the strong oracle. Furthermore, our results imply coresets for the standard setting (without fairness constraints), and we could in fact obtain (1+ε)(1+\varepsilon)-coresets for (k,z)(k,z)-clustering for general z=O(1)z=O(1) with a similar number of strong oracle queries. In contrast, previous results achieved a constant-factor (>10)(>10) approximation for the standard kk-clustering problems, and no previous work considered the fair kk-median clustering problem.

Keywords

Cite

@article{arxiv.2506.12287,
  title  = {Relative Error Fair Clustering in the Weak-Strong Oracle Model},
  author = {Vladimir Braverman and Prathamesh Dharangutte and Shaofeng H. -C. Jiang and Hoai-An Nguyen and Chen Wang and Yubo Zhang and Samson Zhou},
  journal= {arXiv preprint arXiv:2506.12287},
  year   = {2025}
}

Comments

ICML 2025

R2 v1 2026-07-01T03:17:14.675Z