English

Faster Approximate Covering of Subcurves under the Fr\'echet Distance

Computational Geometry 2022-04-22 v1

Abstract

Subtrajectory clustering is an important variant of the trajectory clustering problem, where the start and endpoints of trajectory patterns within the collected trajectory data are not known in advance. We study this problem in the form of a set cover problem for a given polygonal curve: find the smallest number kk of representative curves such that any point on the input curve is contained in a subcurve that has Fr\'echet distance at most a given Δ\Delta to a representative curve. We focus on the case where the representative curves are line segments and approach this NP-hard problem with classical techniques from the area of geometric set cover: we use a variant of the multiplicative weights update method which was first suggested by Br\"onniman and Goodrich for set cover instances with small VC-dimension. We obtain a bicriteria-approximation algorithm that computes a set of O(klog(k))O(k\log(k)) line segments that cover a given polygonal curve of nn vertices under Fr\'echet distance at most O(Δ)O(\Delta). We show that the algorithm runs in O~(k2n+kn3)\widetilde{O}(k^2 n + k n^3) time in expectation and uses O~(kn+n3) \widetilde{O}(k n + n^3) space. For two dimensional input curves that are cc-packed, we bound the expected running time by O~(k2c2n)\widetilde{O}(k^2 c^2 n) and the space by O~(kn+c2n) \widetilde{O}(kn + c^2 n). In Rd\mathbb{R}^d the dependency on nn instead is quadratic. In addition, we present a variant of the algorithm that uses implicit weight updates on the candidate set and thereby achieves near-linear running time in nn without any assumptions on the input curve, while keeping the same approximation bounds. This comes at the expense of a small (polylogarithmic) dependency on the relative arclength.

Keywords

Cite

@article{arxiv.2204.09949,
  title  = {Faster Approximate Covering of Subcurves under the Fr\'echet Distance},
  author = {Frederik Brüning and Jacobus Conradi and Anne Driemel},
  journal= {arXiv preprint arXiv:2204.09949},
  year   = {2022}
}

Comments

42 pages, 14 figures