$(2+\epsilon)$-ANN for time series under the Fr\'echet distance
Anne Driemel, Ioannis Psarros

TL;DR
This paper introduces new approximate-near-neighbor data structures for time series under the Fréchet distance, achieving various approximation factors with different space and query time trade-offs, including a probabilistic LSH-based method.
Contribution
The paper presents three novel data structures for approximate-near-neighbor search under the Fréchet distance, with improved approximation factors and efficiency, and establishes lower bounds for the problem.
Findings
Achieves a $(5+\epsilon)$ approximation with space $n\cdot \mathcal{O}(\epsilon^{-1})^{k} + \mathcal{O}(nm)$.
Develops a $(2+\epsilon)$ approximation data structure with space $n\cdot \mathcal{O}(\frac{m}{k\epsilon})^{k} + \mathcal{O}(nm)$.
Proposes a probabilistic LSH-based data structure with space $\mathcal{O}(n\log n+nm)$ and query time $\mathcal{O}(k\log n)$.
Abstract
We study approximate-near-neighbor data structures for time series under the continuous Fr\'echet distance. For an attainable approximation factor and a query radius , an approximate-near-neighbor data structure can be used to preprocess curves in (aka time series), each of complexity , to answer queries with a curve of complexity by either returning a curve that lies within Fr\'echet distance , or answering that there exists no curve in the input within distance . In both cases, the answer is correct. Our first data structure achieves a approximation factor, uses space in and has query time in . Our second data structure achieves a approximation factor, uses space in $n\cdot…
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
TopicsData Management and Algorithms · Time Series Analysis and Forecasting · Algorithms and Data Compression
