English

Moderate Dimension Reduction for $k$-Center Clustering

Data Structures and Algorithms 2026-02-23 v5

Abstract

The Johnson-Lindenstrauss (JL) Lemma introduced the concept of dimension reduction via a random linear map, which has become a fundamental technique in many computational settings. For a set of nn points in Rd\mathbb{R}^d and any fixed ϵ>0\epsilon>0, it reduces the dimension dd to O(logn)O(\log n) while preserving, with high probability, all the pairwise Euclidean distances within factor 1+ϵ1+\epsilon. Perhaps surprisingly, the target dimension can be lower if one only wishes to preserve the optimal value of a certain problem on the pointset, e.g., Euclidean max-cut or kk-means. However, for some notorious problems, like diameter (aka furthest pair), dimension reduction via the JL map to below O(logn)O(\log n) does not preserve the optimal value within factor 1+ϵ1+\epsilon. We propose to focus on another regime, of \emph{moderate dimension reduction}, where a problem's value is preserved within factor α>1\alpha>1 using target dimension lognpoly(α)\tfrac{\log n}{poly(\alpha)}. We establish the viability of this approach and show that the famous kk-center problem is α\alpha-approximated when reducing to dimension O(lognα2+logk)O(\tfrac{\log n}{\alpha^2}+\log k). Along the way, we address the diameter problem via the special case k=1k=1. Our result extends to several important variants of kk-center (with outliers, capacities, or fairness constraints), and the bound improves further with the input's doubling dimension. While our poly(α)poly(\alpha)-factor improvement in the dimension may seem small, it actually has significant implications for streaming algorithms, and easily yields an algorithm for kk-center in dynamic geometric streams, that achieves O(α)O(\alpha)-approximation using space poly(kdn1/α2)poly(kdn^{1/\alpha^2}). This is the first algorithm to beat O(n)O(n) space in high dimension dd, as all previous algorithms require space at least exp(d)\exp(d). Furthermore, it extends to the kk-center variants mentioned above.

Keywords

Cite

@article{arxiv.2312.01391,
  title  = {Moderate Dimension Reduction for $k$-Center Clustering},
  author = {Shaofeng H. -C. Jiang and Robert Krauthgamer and Shay Sapir},
  journal= {arXiv preprint arXiv:2312.01391},
  year   = {2026}
}

Comments

24 pages, appeared in SoCG 2024. v3: minor corrections in page 8. v4: added references on robust coresets in section 3. v5: edited section 5 to use Kirszbraun extension theorem

R2 v1 2026-06-28T13:39:35.659Z