paper-with-me

홈 › Papers

Improved Learning-augmented Algorithms for k-means and k-medians Clustering

2022-10-31 · Thy Nguyen, Anamay Chaturvedi, Huy Lê Nguyen

We consider the problem of clustering in the learning-augmented setting, where we are given a data set in $d$-dimensional Euclidean space, and a label for each data point given by an oracle indicating what subsets of points should be clustered together. This setting captures situations where we have access to some auxiliary information about the data set relevant for our clustering objective, for instance the labels output by a neural network. Following prior work, we assume that there are at most an $\alpha \in (0,c)$ for some $c<1$ fraction of false positives and false negatives in each predicted cluster, in the absence of which the labels would attain the optimal clustering cost $\mathrm{OPT}$. For a dataset of size $m$, we propose a deterministic $k$-means algorithm that produces centers with improved bound on clustering cost compared to the previous randomized algorithm while preserving the $O( d m \log m)$ runtime. Furthermore, our algorithm works even when the predictions are not very accurate, i.e. our bound holds for $\alpha$ up to $1/2$, an improvement over $\alpha$ being at most $1/7$ in the previous work. For the $k$-medians problem we improve upon prior work by achieving a biquadratic improvement in the dependence of the approximation factor on the accuracy parameter $\alpha$ to get a cost of $(1+O(\alpha))\mathrm{OPT}$, while requiring essentially just $O(md \log^3 m/\alpha)$ runtime.

📄 PDF Abstract BibTeX arXiv:2210.17028

Code (1)

thydnguyen/la-clustering 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Explainable k-Means and k-Medians Clustering

2020-01-01 · ICML 2020 1 · Michal Moshkovitz, Sanjoy Dasgupta, Cyrus Rashtchian, Nave Frost

Clustering is a popular unsupervised learning method for geometric data. Unfortunately, many clustering algorithms use global properties of the data, and there are no simple explanations for cluster assignments. To impro…

Clustering

Explainable $k$-Means and $k$-Medians Clustering

2020-02-28 · Sanjoy Dasgupta, Nave Frost, Michal Moshkovitz, Cyrus Rashtchian

Clustering is a popular form of unsupervised learning for geometric data. Unfortunately, many clustering algorithms lead to cluster assignments that are hard to explain, partially because they depend on all the features …

Clustering

Near-optimal Algorithms for Explainable k-Medians and k-Means

2021-07-02 · Konstantin Makarychev, Liren Shan

We consider the problem of explainable $k$-medians and $k$-means introduced by Dasgupta, Frost, Moshkovitz, and Rashtchian~(ICML 2020). In this problem, our goal is to find a threshold decision tree that partitions data …

Performance of Johnson-Lindenstrauss Transform for k-Means and k-Medians Clustering

2018-11-08 · Konstantin Makarychev, Yury Makarychev, Ilya Razenshteyn

Consider an instance of Euclidean $k$-means or $k$-medians clustering. We show that the cost of the optimal solution is preserved up to a factor of $(1+\varepsilon)$ under a projection onto a random $O(\log(k / \varepsil…

ClusteringDimensionality Reduction

Greedy bi-criteria approximations for $k$-medians and $k$-means

2016-07-21 · Daniel Hsu, Matus Telgarsky

This paper investigates the following natural greedy procedure for clustering in the bi-criterion setting: iteratively grow a set of centers, in each round adding the center from a candidate set that maximally decreases …

Clustering