English

Distributed $k$-Clustering for Data with Heavy Noise

Distributed, Parallel, and Cluster Computing 2018-11-30 v2 Data Structures and Algorithms Machine Learning

Abstract

In this paper, we consider the kk-center/median/means clustering with outliers problems (or the (k,z)(k, z)-center/median/means problems) in the distributed setting. Most previous distributed algorithms have their communication costs linearly depending on zz, the number of outliers. Recently Guha et al. overcame this dependence issue by considering bi-criteria approximation algorithms that output solutions with 2z2z outliers. For the case where zz is large, the extra zz outliers discarded by the algorithms might be too large, considering that the data gathering process might be costly. In this paper, we improve the number of outliers to the best possible (1+ϵ)z(1+\epsilon)z, while maintaining the O(1)O(1)-approximation ratio and independence of communication cost on zz. The problems we consider include the (k,z)(k, z)-center problem, and (k,z)(k, z)-median/means problems in Euclidean metrics. Implementation of the our algorithm for (k,z)(k, z)-center shows that it outperforms many previous algorithms, both in terms of the communication cost and quality of the output solution.

Keywords

Cite

@article{arxiv.1810.07852,
  title  = {Distributed $k$-Clustering for Data with Heavy Noise},
  author = {Xiangyu Guo and Shi Li},
  journal= {arXiv preprint arXiv:1810.07852},
  year   = {2018}
}

Comments

slightly improve the comm cost over the version accepted into NeurIPS'18

R2 v1 2026-06-23T04:44:00.259Z