Static and Streaming Data Structures for Fr\'echet Distance Queries
Arnold Filtser, Omrit Filtser

TL;DR
This paper develops efficient data structures and algorithms for approximating the discrete Fréchet distance between curves in high-dimensional spaces, applicable in streaming and static models, with applications to curve simplification and sub-curve queries.
Contribution
It introduces new streaming and static data structures for approximate Fréchet distance queries in high dimensions, generalizing previous methods to work efficiently in any dimension.
Findings
Space complexity is $O((1/\varepsilon)^{kd}\log\varepsilon^{-1})$ for the distance oracle.
Queries return a $1+\varepsilon$ approximation in $\tilde{O}(kd)$ time.
Algorithms work efficiently in high-dimensional spaces.
Abstract
Given a curve with points in in a streaming fashion, and parameters and , we construct a distance oracle that uses space, and given a query curve with points in , returns in time a approximation of the discrete Fr\'echet distance between and . In addition, we construct simplifications in the streaming model, oracle for distance queries to a sub-curve (in the static setting), and introduce the zoom-in problem. Our algorithms work in any dimension , and therefore we generalize some useful tools and algorithms for curves under the discrete Fr\'echet distance to work efficiently in high dimensions.
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
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Complexity and Algorithms in Graphs
