paper-with-me

홈 › Papers

Distributed k-Means and k-Median Clustering on General Topologies

2013-06-03 · NeurIPS 2013 12 · Maria Florina Balcan, Steven Ehrlich, YIngyu Liang

This paper provides new algorithms for distributed clustering for two popular center-based objectives, k-median and k-means. These algorithms have provable guarantees and improve communication complexity over existing approaches. Following a classic approach in clustering by \cite{har2004coresets}, we reduce the problem of finding a clustering with low cost to the problem of finding a coreset of small size. We provide a distributed method for constructing a global coreset which improves over the previous methods by reducing the communication complexity, and which works over general communication topologies. Experimental results on large scale data sets show that this approach outperforms other coreset-based distributed clustering algorithms.

📄 PDF Abstract BibTeX arXiv:1306.0604

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Robust Communication-Optimal Distributed Clustering Algorithms

2017-03-02 · Pranjal Awasthi, Ainesh Bakshi, Maria-Florina Balcan, Colin White 외

In this work, we study the $k$-median and $k$-means clustering problems when the data is distributed across many servers and can contain outliers. While there has been a lot of work on these problems for worst-case insta…

Clustering

Distributed $k$-Clustering for Data with Heavy Noise

2018-10-18 · NeurIPS 2018 · Xiangyu Guo, Shi Li

In this paper, we consider the $k$-center/median/means clustering with outliers problems (or the $(k, z)$-center/median/means problems) in the distributed setting. Most previous distributed algorithms have their communic…

Clustering

Distributed k-Clustering for Data with Heavy Noise

2018-12-01 · NeurIPS 2018 12 · Shi Li, Xiangyu Guo

In this paper, we consider the $k$-center/median/means clustering with outliers problems (or the $(k, z)$-center/median/means problems) in the distributed setting. Most previous distributed algorithms have their communi…

Clustering

Distributed Balanced Clustering via Mapping Coresets

2014-12-01 · NeurIPS 2014 12 · Mohammadhossein Bateni, Aditya Bhaskara, Silvio Lattanzi, Vahab Mirrokni

Large-scale clustering of data points in metric spaces is an important problem in mining big data sets. For many applications, we face explicit or implicit size constraints for each cluster which leads to the problem of …

Clustering

Performance of Johnson-Lindenstrauss Transform for k-Means and k-Medians Clustering

2018-11-08 · Konstantin Makarychev, Yury Makarychev, Ilya Razenshteyn

Consider an instance of Euclidean $k$-means or $k$-medians clustering. We show that the cost of the optimal solution is preserved up to a factor of $(1+\varepsilon)$ under a projection onto a random $O(\log(k / \varepsil…

ClusteringDimensionality Reduction