English

On Computing the $k$-Shortcut Fr\'echet Distance

Computational Geometry 2022-02-24 v1

Abstract

The Fr\'echet distance is a popular measure of dissimilarity for polygonal curves. It is defined as a min-max formulation that considers all direction-preserving continuous bijections of the two curves. Because of its susceptibility to noise, Driemel and Har-Peled introduced the shortcut Fr\'echet distance in 2012, where one is allowed to take shortcuts along one of the curves, similar to the edit distance for sequences. We analyse the parameterized version of this problem, where the number of shortcuts is bounded by a parameter kk. The corresponding decision problem can be stated as follows: Given two polygonal curves TT and BB of at most nn vertices, a parameter kk and a distance threshold δ\delta, is it possible to introduce kk shortcuts along BB such that the Fr\'echet distance of the resulting curve and the curve TT is at most δ\delta? We study this problem for polygonal curves in the plane. We provide a complexity analysis for this problem with the following results: (i) assuming the exponential-time-hypothesis (ETH), there exists no algorithm with running time bounded by no(k)n^{o(k)}; (ii) there exists a decision algorithm with running time in O(kn2k+2logn)O(kn^{2k+2}\log n). In contrast, we also show that efficient approximate decider algorithms are possible, even when kk is large. We present a (3+ε)(3+\varepsilon)-approximate decider algorithm with running time in O(kn2log2n)O(k n^2 \log^2 n) for fixed ε\varepsilon. In addition, we can show that, if kk is a constant and the two curves are cc-packed for some constant cc, then the approximate decider algorithm runs in near-linear time.

Keywords

Cite

@article{arxiv.2202.11534,
  title  = {On Computing the $k$-Shortcut Fr\'echet Distance},
  author = {Jacobus Conradi and Anne Driemel},
  journal= {arXiv preprint arXiv:2202.11534},
  year   = {2022}
}

Comments

34 pages, 14 figures

R2 v1 2026-06-24T09:51:15.494Z