Computing the Discrete Fr\'echet Distance in Subquadratic Time
Pankaj K. Agarwal, Rinat Ben Avraham, Haim Kaplan, Micha Sharir

TL;DR
This paper introduces a subquadratic algorithm for computing the discrete Fréchet distance between two planar point sequences, significantly improving the efficiency over previous quadratic-time methods by leveraging geometric encoding and automata.
Contribution
It presents the first subquadratic algorithm for discrete Fréchet distance in the plane, using geometric insights and automata-based state encoding.
Findings
Algorithm runs in O(mn log log n / log n) time
Uses O(n + m) space
Achieves subquadratic complexity for the problem
Abstract
The Fr\'echet distance is a similarity measure between two curves and : Informally, it is the minimum length of a leash required to connect a dog, constrained to be on , and its owner, constrained to be on , as they walk without backtracking along their respective curves from one endpoint to the other. The advantage of this measure on other measures such as the Hausdorff distance is that it takes into account the ordering of the points along the curves. The discrete Fr\'echet distance replaces the dog and its owner by a pair of frogs that can only reside on and specific pebbles on the curves and , respectively. These frogs hop from a pebble to the next without backtracking. The discrete Fr\'echet distance can be computed by a rather straightforward quadratic dynamic programming algorithm. However, despite a considerable amount of work on this problem and…
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.
Taxonomy
TopicsAlgorithms and Data Compression · semigroups and automata theory · Optimization and Search Problems
