paper-with-me

Papers

K-bMOM: a robust Lloyd-type clustering algorithm based on bootstrap Median-of-Means

2020-02-10 · Camille Brunet-Saumard, Edouard Genetay, Adrien Saumard

We propose a new clustering algorithm that is robust to the presence of outliers in the dataset. We perform Lloyd-type iterations with robust estimates of the centroids. More precisely, we build on the idea of median-of-means statistics to estimate the centroids, but allow for replacement while constructing the blocks. We call this methodology the bootstrap median-of-means (bMOM) and prove that if enough blocks are generated through the bootstrap sampling, then it has a better breakdown point for mean estimation than the classical median-of-means (MOM), where the blocks form a partition of the dataset. From a clustering perspective, bMOM enables to take many blocks of a desired size, thus avoiding possible disappearance of clusters in some blocks, a pitfall that can occur for the partition-based generation of blocks of the classical median-of-means. Experiments on simulated datasets show that the proposed approach, called K-bMOM, performs better than existing robust K-means based methods. Guidelines are provided for tuning the hyper-parameters K-bMOM in practice. It is also recommended to the practitionner to use such a robust approach to initialize their clustering algorithm. Finally, considering a simplified and theoretical version of our estimator, we prove its robustness to adversarial contamination by deriving robust rates of convergence for the K-means distorsion. To our knowledge, it is the first result of this kind for the K-means distorsion.

📄 PDF Abstract BibTeX arXiv:2002.03899

Code (2)

csaumard/kbMOM 공식 구현
GENETAY/GenetayEdouard

Tasks

Clustering

Similar Papers 제목 키워드 기반

Robust Bregman Clustering

2018-12-11 · Aurélie Fischer, Clément Levrard, Claire Brécheteau

Using a trimming approach, we investigate a k-means type method based on Bregman divergences for clustering data possibly corrupted with clutter noise. The main interest of Bregman divergences is that the standard Lloyd …

Clustering

Socially Fair k-Means Clustering

2020-06-17 · Mehrdad Ghadiri, Samira Samadi, Santosh Vempala

We show that the popular k-means clustering algorithm (Lloyd's heuristic), used for a variety of scientific data, can result in outcomes that are unfavorable to subgroups of data (e.g., demographic groups). Such biased c…

Clustering

Statistical and Computational Guarantees of Lloyd's Algorithm and its Variants

2016-12-07 · Yu Lu, Harrison H. Zhou

Clustering is a fundamental problem in statistics and machine learning. Lloyd's algorithm, proposed in 1957, is still possibly the most widely used clustering algorithm in practice due to its simplicity and empirical per…

BIG-bench Machine LearningClusteringCommunity Detection

Optimal Clustering by Lloyd Algorithm for Low-Rank Mixture Model

2022-07-11 · Zhongyuan Lyu, Dong Xia

This paper investigates the computational and statistical limits in clustering matrix-valued observations. We propose a low-rank mixture model (LrMM), adapted from the classical Gaussian mixture model (GMM) to treat matr…

Clustering

Consistency of Lloyd's Algorithm Under Perturbations

2023-09-01 · Dhruv Patel, Hui Shen, Shankar Bhamidi, Yufeng Liu 외

In the context of unsupervised learning, Lloyd's algorithm is one of the most widely used clustering algorithms. It has inspired a plethora of work investigating the correctness of the algorithm under various settings wi…

ClusteringCommunity Detection