Faster Projective Clustering Approximation of Big Data
Data Structures and Algorithms
2020-11-30 v1
Abstract
In projective clustering we are given a set of n points in and wish to cluster them to a set of linear subspaces in according to some given distance function. An -coreset for this problem is a weighted (scaled) subset of the input points such that for every such possible the sum of these distances is approximated up to a factor of . We suggest to reduce the size of existing coresets by suggesting the first approximation for the case of lines clustering in time, compared to the existing solution. We then project the points on these lines and prove that for a sufficiently large we obtain a coreset for projective clustering. Our algorithm also generalize to handle outliers. Experimental results and open code are also provided.
Cite
@article{arxiv.2011.13476,
title = {Faster Projective Clustering Approximation of Big Data},
author = {Adiel Statman and Liat Rozenberg and Dan Feldman},
journal= {arXiv preprint arXiv:2011.13476},
year = {2020}
}