Fast Frechet Distance Between Curves With Long Edges
Joachim Gudmundsson, Majid Mirzanezhad, Ali Mohades, Carola Wenk

TL;DR
This paper introduces efficient algorithms for computing the Fréchet distance between polygonal curves with long edges, significantly improving computation time for this special case.
Contribution
It presents four novel algorithms and data structures that enable faster Fréchet distance computations when all edges are long relative to the distance.
Findings
Linear-time decision algorithm for Fréchet distance
O((n+m) log(n+m)) time algorithm for computing the distance
Linear-time sqrt(d)-approximation algorithm
Abstract
Computing the Fr\'echet distance between two polygonal curves takes roughly quadratic time. In this paper, we show that for a special class of curves the Fr\'echet distance computations become easier. Let and be two polygonal curves in with and vertices, respectively. We prove four results for the case when all edges of both curves are long compared to the Fr\'echet distance between them: (1) a linear-time algorithm for deciding the Fr\'echet distance between two curves, (2) an algorithm that computes the Fr\'echet distance in time, (3) a linear-time -approximation algorithm, and (4) a data structure that supports -time decision queries, where is the number of vertices of the query curve and the number of vertices of the preprocessed curve.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
