English

Randomized Greedy Algorithms and Composable Coreset for k-Center Clustering with Outliers

Machine Learning 2023-01-10 v1 Data Structures and Algorithms

Abstract

In this paper, we study the problem of {\em kk-center clustering with outliers}. The problem has many important applications in real world, but the presence of outliers can significantly increase the computational complexity. Though a number of methods have been developed in the past decades, it is still quite challenging to design quality guaranteed algorithm with low complexity for this problem. Our idea is inspired by the greedy method, Gonzalez's algorithm, that was developed for solving the ordinary kk-center clustering problem. Based on some novel observations, we show that a simple randomized version of this greedy strategy actually can handle outliers efficiently. We further show that this randomized greedy approach also yields small coreset for the problem in doubling metrics (even if the doubling dimension is not given), which can greatly reduce the computational complexity. Moreover, together with the partial clustering framework proposed in arXiv:1703.01539 , we prove that our coreset method can be applied to distributed data with a low communication complexity. The experimental results suggest that our algorithms can achieve near optimal solutions and yield lower complexities comparing with the existing methods.

Keywords

Cite

@article{arxiv.2301.02814,
  title  = {Randomized Greedy Algorithms and Composable Coreset for k-Center Clustering with Outliers},
  author = {Hu Ding and Ruomin Huang and Kai Liu and Haikuo Yu and Zixiu Wang},
  journal= {arXiv preprint arXiv:2301.02814},
  year   = {2023}
}
R2 v1 2026-06-28T08:05:55.086Z