paper-with-me

홈 › Papers

Greedy Sampling for Approximate Clustering in the Presence of Outliers

2019-12-01 · NeurIPS 2019 12 · Aditya Bhaskara, Sharvaree Vadgama, Hong Xu

Greedy algorithms such as adaptive sampling (k-means++) and furthest point traversal are popular choices for clustering problems. One the one hand, they possess good theoretical approximation guarantees, and on the other, they are fast and easy to implement. However, one main issue with these algorithms is the sensitivity to noise/outliers in the data. In this work we show that for k-means and k-center clustering, simple modifications to the well-studied greedy algorithms result in nearly identical guarantees, while additionally being robust to outliers. For instance, in the case of k-means++, we show that a simple thresholding operation on the distances suffices to obtain an O(\log k) approximation to the objective. We obtain similar results for the simpler k-center problem. Finally, we show experimentally that our algorithms are easy to implement and scale well. We also measure their ability to identify noisy points added to a dataset.

📄 PDF Abstract BibTeX

Code (1)

Sharvaree/KMeans_Experiments 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

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

2023-01-07 · Hu Ding, Ruomin Huang, Kai Liu, Haikuo Yu 외

In this paper, we study the problem of {\em $k$-center clustering with outliers}. The problem has many important applications in real world, but the presence of outliers can significantly increase the computational compl…

Clustering

Improved Outlier Robust Seeding for k-means

2023-09-06 · Amit Deshpande, Rameshwar Pratap

The $k$-means is a popular clustering objective, although it is inherently non-robust and sensitive to outliers. Its popular seeding or initialization called $k$-means++ uses $D^{2}$ sampling and comes with a provable $O…

Greedy Sampling of Graph Signals

2017-04-05 · Luiz. F. O. Chamon, Alejandro Ribeiro

Sampling is a fundamental topic in graph signal processing, having found applications in estimation, clustering, and video compression. In contrast to traditional signal processing, the irregularity of the signal domain …

ClusteringVideo Compression

The Effectiveness of Uniform Sampling for Center-Based Clustering with Outliers

2019-05-24 · Hu Ding, Jiawei Huang, Haikuo Yu

Clustering has many important applications in computer science, but real-world datasets often contain outliers. Moreover, the presence of outliers can make the clustering problems to be much more challenging. To reduce t…

Clustering

Is Simple Uniform Sampling Effective for Center-Based Clustering with Outliers: When and Why?

2021-02-28 · Jiawei Huang, Wenjie Liu, Hu Ding

Real-world datasets often contain outliers, and the presence of outliers can make the clustering problems to be much more challenging. In this paper, we propose a simple uniform sampling framework for solving three repre…

Clustering