On Practical Nearest Sub-Trajectory Queries under the Fr\'echet Distance
Joachim Gudmundsson, John Pfeifer, Martin P. Seybold

TL;DR
This paper addresses efficient nearest sub-trajectory queries under the Fréchet distance, introducing a novel hierarchical data structure and algorithms that outperform baseline methods on real and synthetic data.
Contribution
It proposes a new Hierarchical Simplification Tree and an adaptive clustering algorithm for efficient sub-trajectory queries under the Fréchet distance.
Findings
The greedy-backtracking algorithm operates in O(nm) worst-case time.
The proposed heuristic significantly reduces computation compared to baseline methods.
Experiments demonstrate improved efficiency on real and synthetic datasets.
Abstract
We study the problem of sub-trajectory nearest-neighbor queries on polygonal curves under the continuous Fr\'echet distance. Given an vertex trajectory and an vertex query trajectory , we seek to report a vertex-aligned sub-trajectory of that is closest to , i.e. must start and end on contiguous vertices of . Since in real data typically contains a very large number of vertices, we focus on answering queries, without restrictions on or , using only precomputed structures of size. We use three baseline algorithms from straightforward extensions of known work, however they have impractical performance on realistic inputs. Therefore, we propose a new Hierarchical Simplification Tree data structure and an adaptive clustering based query algorithm that efficiently explores relevant parts of . The core of our query methods…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Geographic Information Systems Studies · Automated Road and Building Extraction
