paper-with-me

Papers

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 performance. However, there has been little theoretical investigation on the statistical and computational guarantees of Lloyd's algorithm. This paper is an attempt to bridge this gap between practice and theory. We investigate the performance of Lloyd's algorithm on clustering sub-Gaussian mixtures. Under an appropriate initialization for labels or centers, we show that Lloyd's algorithm converges to an exponentially small clustering error after an order of $\log n$ iterations, where $n$ is the sample size. The error rate is shown to be minimax optimal. For the two-mixture case, we only require the initializer to be slightly better than random guess. In addition, we extend the Lloyd's algorithm and its analysis to community detection and crowdsourcing, two problems that have received a lot of attention recently in statistics and machine learning. Two variants of Lloyd's algorithm are proposed respectively for community detection and crowdsourcing. On the theoretical side, we provide statistical and computational guarantees of the two algorithms, and the results improve upon some previous signal-to-noise ratio conditions in literature for both problems. Experimental results on simulated and real data sets demonstrate competitive performance of our algorithms to the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1612.02099

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningClusteringCommunity Detection

Similar Papers 제목 키워드 기반

Adversarially robust clustering with optimality guarantees

2023-06-16 · Soham Jana, Kun Yang, Sanjeev Kulkarni

We consider the problem of clustering data points coming from sub-Gaussian mixtures. Existing methods that provably achieve the optimal mislabeling error, such as the Lloyd algorithm, are usually vulnerable to outliers. …

Clustering

Exact Clustering in Tensor Block Model: Statistical Optimality and Computational Limit

2020-12-18 · Rungang Han, Yuetian Luo, Miaoyan Wang, Anru R. Zhang

High-order clustering aims to identify heterogeneous substructures in multiway datasets that arise commonly in neuroimaging, genomics, social network studies, etc. The non-convex and discontinuous nature of this problem …

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

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

LocalKMeans: Convergence of Lloyd's Algorithm with Distributed Local Iterations

2025-05-23 · Harsh Vardhan, Heng Zhu, Avishek Ghosh, Arya Mazumdar

In this paper, we analyze the classical $K$-means alternating-minimization algorithm, also known as Lloyd's algorithm (Lloyd, 1956), for a mixture of Gaussians in a data-distributed setting that incorporates local iterat…