English

Approximation Algorithm for Constrained $k$-Center Clustering: A Local Search Approach

Machine Learning 2026-04-28 v1

Abstract

Clustering is a long-standing research problem and a fundamental tool in AI and data analysis. The traditional k-center problem, a fundamental theoretical challenge in clustering, has a best possible approximation ratio of 2, and any improvement to a ratio of 2 - {\epsilon} would imply P = NP. In this work, we study the constrained k-center clustering problem, where instance-level cannot-link (CL) and must-link (ML) constraints are incorporated as background knowledge. Although general CL constraints significantly increase the hardness of approximation, previous work has shown that disjoint CL sets permit constant-factor approximations. However, whether local search can achieve such a guarantee in this setting remains an open question. To this end, we propose a novel local search framework based on a transformation to a dominating matching set problem, achieving the best possible approximation ratio of 2. The experimental results on both real-world and synthetic datasets demonstrate that our algorithm outperforms baselines in solution quality.

Keywords

Cite

@article{arxiv.2601.11883,
  title  = {Approximation Algorithm for Constrained $k$-Center Clustering: A Local Search Approach},
  author = {Chaoqi Jia and Longkun Guo and Kewen Liao and Zhigang Lu and Chao Chen and Jason Xue},
  journal= {arXiv preprint arXiv:2601.11883},
  year   = {2026}
}

Comments

AAAI-26

R2 v1 2026-07-01T09:08:37.659Z