Exact Trajectory Similarity Search With N-tree: An Efficient Metric Index for kNN and Range Queries
Ralf Hartmut G\"uting (1), Suvam Kumar Das (2), Fabio Vald\'es (1),, Suprio Ray (2) ((1) Fernuniversit\"at in Hagen, Germany, (2) University of, New Brunswick, Fredericton, Canada)

TL;DR
This paper introduces N-tree, an efficient metric index designed for exact trajectory similarity search using the DistanceAvg metric, outperforming existing indexes for kNN and range queries especially with complex, expensive distance functions.
Contribution
The paper presents N-tree, a novel metric index tailored for trajectory similarity search that achieves superior performance for kNN and range queries compared to existing methods.
Findings
N-tree outperforms existing indexes in trajectory kNN queries.
DistanceAvg is a new metric suitable for trajectory similarity.
N-tree provides exact results efficiently for complex distance functions.
Abstract
Similarity search is the problem of finding in a collection of objects those that are similar to a given query object. It is a fundamental problem in modern applications and the objects considered may be as diverse as locations in space, text documents, images, twitter messages, or trajectories of moving objects. In this paper we are motivated by the latter application. Trajectories are recorded movements of mobile objects such as vehicles, animals, public transportation, or parts of the human body. We propose a novel distance function called DistanceAvg to capture the similarity of such movements. To be practical, it is necessary to provide indexing for this distance measure. Fortunately we do not need to start from scratch. A generic and unifying approach is metric space, which organizes the set of objects solely by a distance (similarity) function with certain natural properties.…
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 · Algorithms and Data Compression · Advanced Database Systems and Queries
MethodsSparse Evolutionary Training
