CGDSLGMay 28, 2020

A Practical Index Structure Supporting Fréchet Proximity Queries Among Trajectories

arXiv:2005.13773v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling expensive distance metrics in trajectory data analysis, which is incremental by building on clustering and metric indexing techniques.

The paper tackles the problem of efficiently performing range and k nearest neighbor queries on trajectory data using the computationally expensive continuous Fréchet distance, resulting in a scalable index structure that improves over state-of-the-art methods for exact queries and achieves speed-ups for approximate queries, with most exact nearest-neighbor queries on real data requiring no distance computations.

We present a scalable approach for range and $k$ nearest neighbor queries under computationally expensive metrics, like the continuous Fréchet distance on trajectory data. Based on clustering for metric indexes, we obtain a dynamic tree structure whose size is linear in the number of trajectories, regardless of the trajectory's individual sizes or the spatial dimension, which allows one to exploit low `intrinsic dimensionality' of data sets for effective search space pruning. Since the distance computation is expensive, generic metric indexing methods are rendered impractical. We present strategies that (i) improve on known upper and lower bound computations, (ii) build cluster trees without any or very few distance calls, and (iii) search using bounds for metric pruning, interval orderings for reduction, and randomized pivoting for reporting the final results. We analyze the efficiency and effectiveness of our methods with extensive experiments on diverse synthetic and real-world data sets. The results show improvement over state-of-the-art methods for exact queries, and even further speed-ups are achieved for queries that may return approximate results. Surprisingly, the majority of exact nearest-neighbor queries on real data sets are answered without any distance computations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes