English

Greedy Strategy Works for $k$-Center Clustering with Outliers and Coreset Construction

Computational Geometry 2019-04-30 v2 Machine Learning

Abstract

We study the problem of kk-center clustering with outliers in arbitrary metrics and Euclidean space. 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, for solving the problem of ordinary kk-center clustering. Based on some novel observations, we show that this greedy strategy actually can handle kk-center clustering with outliers efficiently, in terms of clustering quality and time complexity. We further show that the greedy approach yields small coreset for the problem in doubling metrics, so as to reduce the time complexity significantly. Our algorithms are easy to implement in practice. We test our method on both synthetic and real datasets. The experimental results suggest that our algorithms can achieve near optimal solutions and yield lower running times comparing with existing methods.

Keywords

Cite

@article{arxiv.1901.08219,
  title  = {Greedy Strategy Works for $k$-Center Clustering with Outliers and Coreset Construction},
  author = {Hu Ding and Haikuo Yu and Zixiu Wang},
  journal= {arXiv preprint arXiv:1901.08219},
  year   = {2019}
}