Improved Outlier Robust Seeding for k-means

Abstract

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 D2 sampling and comes with a provable O( k) approximation guarantee AV2007. However, in the presence of adversarial noise or outliers, D2 sampling is more likely to pick centers from distant outliers instead of inlier clusters, and therefore its approximation guarantees w.r.t. k-means solution on inliers, does not hold. Assuming that the outliers constitute a constant fraction of the given data, we propose a simple variant in the D2 sampling distribution, which makes it robust to the outliers. Our algorithm runs in O(ndk) time, outputs O(k) clusters, discards marginally more points than the optimal number of outliers, and comes with a provable O(1) approximation guarantee. Our algorithm can also be modified to output exactly k clusters instead of O(k) clusters, while keeping its running time linear in n and d. This is an improvement over previous results for robust k-means based on LP relaxation and rounding Charikar, KrishnaswamyLS18 and robust k-means++ DeshpandeKP20. Our empirical results show the advantage of our algorithm over k-means++~AV2007, uniform random seeding, greedy sampling for k means~tkmeanspp, and robust k-means++~DeshpandeKP20, on standard real-world and synthetic data sets used in previous work. Our proposal is easily amenable to scalable, faster, parallel implementations of k-means++ Bahmani,BachemL017 and is of independent interest for coreset constructions in the presence of outliers feldman2007ptas,langberg2010universal,feldman2011unified.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…