paper-with-me

홈 › Papers

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 representative center-based clustering with outliers problems: $k$-center/median/means clustering with outliers. Our analysis is fundamentally different from the previous (uniform and non-uniform) sampling based ideas. To explain the effectiveness of uniform sampling in theory, we introduce a measure of "significance" and prove that the performance of our framework depends on the significance degree of the given instance. In particular, the sample size can be independent of the input data size $n$ and the dimensionality $d$, if we assume the given instance is "significant", which is in fact a fairly reasonable assumption in practice. Due to its simplicity, the uniform sampling approach also enjoys several significant advantages over the non-uniform sampling approaches in practice. To the best of our knowledge, this is the first work that systematically studies the effectiveness of uniform sampling from both theoretical and experimental aspects.

📄 PDF Abstract BibTeX arXiv:2103.00558

Code (1)

h305142/lightweight-clustering 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

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

Determinantal consensus clustering

2021-02-07 · Serge Vicente, Alejandro Murua

Random restart of a given algorithm produces many partitions to yield a consensus clustering. Ensemble methods such as consensus clustering have been recognized as more robust approaches for data clustering than single c…

ClusteringClustering EnsembleDiversityPoint Processes

Structure-Aware Spectral Sparsification via Uniform Edge Sampling

2025-10-14 · Kaiwen He, Petros Drineas, Rajiv Khanna arxiv

Spectral clustering is a fundamental method for graph partitioning, but its reliance on eigenvector computation limits scalability to massive graphs. Classical sparsification methods preserve spectral properties by sampl…

graph partitioning

Learning Deep Representations By Distributed Random Samplings

2013-12-16 · Xiao-Lei Zhang

In this paper, we propose an extremely simple deep model for the unsupervised nonlinear dimensionality reduction -- deep distributed random samplings, which performs like a stack of unsupervised bootstrap aggregating. Fi…

ClusteringDimensionality Reduction

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