paper-with-me

Papers

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 communication costs linearly depending on $z$, the number of outliers. Recently Guha et al. overcame this dependence issue by considering bi-criteria approximation algorithms that output solutions with $2z$ outliers. For the case where $z$ is large, the extra $z$ 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+\epsilon)z$, while maintaining the $O(1)$-approximation ratio and independence of communication cost on $z$. The problems we consider include the $(k, z)$-center problem, and $(k, z)$-median/means problems in Euclidean metrics. Implementation of the our algorithm for $(k, z)$-center shows that it outperforms many previous algorithms, both in terms of the communication cost and quality of the output solution.

📄 PDF Abstract BibTeX arXiv:1810.07852

Code (1)

xyguo/clusterz 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Distributed gradient methods under heavy-tailed communication noise

2025-05-30 · Manojlo Vukovic, Dusan Jakovetic, Dragana Bajovic, Soummya Kar

We consider a standard distributed optimization problem in which networked nodes collaboratively minimize the sum of their locally known convex costs. For this setting, we address for the first time the fundamental probl…

Distributed Optimization

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

High-Probability Convergence for Composite and Distributed Stochastic Minimization and Variational Inequalities with Heavy-Tailed Noise

2023-10-03 · Eduard Gorbunov, Abdurakhmon Sadiev, Marina Danilova, Samuel Horváth 외

High-probability analysis of stochastic first-order optimization methods under mild assumptions on the noise has been gaining a lot of attention in recent years. Typically, gradient clipping is one of the key algorithmic…

Distributed Optimization

Efficient Distributed Optimization under Heavy-Tailed Noise

2025-02-06 · Su Hyeong Lee, Manzil Zaheer, Tian Li

Distributed optimization has become the default training paradigm in modern machine learning due to the growing scale of models and datasets. To mitigate communication overhead, local updates are often applied before glo…

Distributed Optimization

Unbiased and Sign Compression in Distributed Learning: Comparing Noise Resilience via SDEs

2025-02-24 · Enea Monzio Compagnoni, Rustem Islamov, Frank Norbert Proske, Aurelien Lucchi

Distributed methods are essential for handling machine learning pipelines comprising large-scale models and datasets. However, their benefits often come at the cost of increased communication overhead between the central…

Distributed OptimizationLanguage ModelingLanguage ModellingQuantization