paper-with-me

홈 › Papers

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

2019-01-24 · Hu Ding, Haikuo Yu, Zixiu Wang

We study the problem of $k$-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 $k$-center clustering. Based on some novel observations, we show that this greedy strategy actually can handle $k$-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.

📄 PDF Abstract BibTeX arXiv:1901.08219

Code (0)

등록된 구현이 없습니다.

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

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…

Clustering

Linear Programming based Approximation to Individually Fair k-Clustering with Outliers

2024-12-14 · Binita Maity, Shrutimoy Das, Anirban Dasgupta

Individual fairness guarantees are often desirable properties to have, but they become hard to formalize when the dataset contains outliers. Here, we investigate the problem of developing an individually fair $k$-means c…

ClusteringFairness

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