English

Clustering What Matters in Constrained Settings

Data Structures and Algorithms 2025-04-22 v2

Abstract

Constrained clustering problems generalize classical clustering formulations, e.g., kk-median, kk-means, by imposing additional constraints on the feasibility of clustering. There has been significant recent progress in obtaining approximation algorithms for these problems, both in the metric and the Euclidean settings. However, the outlier version of these problems, where the solution is allowed to leave out mm points from the clustering, is not well understood. In this work, we give a general framework for reducing the outlier version of a constrained kk-median or kk-means problem to the corresponding outlier-free version with only (1+ε)(1+\varepsilon)-loss in the approximation ratio. The reduction is obtained by mapping the original instance of the problem to f(k,m,ε)f(k,m, \varepsilon) instances of the outlier-free version, where f(k,m,ε)=(k+mε)O(m)f(k, m, \varepsilon) = \left( \frac{k+m}{\varepsilon}\right)^{O(m)}. As specific applications, we get the following results: - First FPT (in the parameters kk and mm) (1+ε)(1+\varepsilon)-approximation algorithm for the outlier version of capacitated kk-median and kk-means in Euclidean spaces with hard capacities. - First FPT (in the parameters kk and mm) (3+ε)(3+\varepsilon) and (9+ε)(9+\varepsilon) approximation algorithms for the outlier version of capacitated kk-median and kk-means, respectively, in general metric spaces with hard capacities. - First FPT (in the parameters kk and mm) (2δ)(2-\delta)-approximation algorithm for the outlier version of the kk-median problem under the Ulam metric. Our work generalizes the known results to a larger class of constrained clustering problems. Further, our reduction works for arbitrary metric spaces and so can extend clustering algorithms for outlier-free versions in both Euclidean and arbitrary metric spaces.

Keywords

Cite

@article{arxiv.2305.00175,
  title  = {Clustering What Matters in Constrained Settings},
  author = {Ragesh Jaiswal and Amit Kumar},
  journal= {arXiv preprint arXiv:2305.00175},
  year   = {2025}
}

Comments

Added figures for readability. Added a conclusion section with open problems

R2 v1 2026-06-28T10:21:24.217Z