Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves

Abstract

We study the $k$-median clustering problem for high-dimensional polygonal curves with finite but unbounded number of vertices. We tackle the computational issue that arises from the high number of dimensions by defining a Johnson-Lindenstrauss projection for polygonal curves. We analyze the resulting error in terms of the Fr\'echet distance, which is a tractable and natural dissimilarity measure for curves. Our clustering algorithms achieve sublinear dependency on the number of input curves via subsampling. Also, we show that the Fr\'echet distance can not be approximated within any factor of less than $\sqrt{2}$ by probabilistically reducing the dependency on the number of vertices of the curves. As a consequence we provide a fast, CUDA-parallelized version of the Alt and Godau algorithm for computing the Fr\'echet distance and use it to evaluate our results empirically.

Cite

Text

Meintrup et al. "Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves." Neural Information Processing Systems, 2019.

Markdown

[Meintrup et al. "Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves." Neural Information Processing Systems, 2019.](https://mlanthology.org/neurips/2019/meintrup2019neurips-random/)

BibTeX

@inproceedings{meintrup2019neurips-random,
  title     = {{Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves}},
  author    = {Meintrup, Stefan and Munteanu, Alexander and Rohde, Dennis},
  booktitle = {Neural Information Processing Systems},
  year      = {2019},
  pages     = {12827-12837},
  url       = {https://mlanthology.org/neurips/2019/meintrup2019neurips-random/}
}