Approximate Nearest Neighbor for Curves: Simple, Efficient, and Deterministic
Abstract
In the -approximate near-neighbor problem for curves (ANNC) under some distance measure , the goal is to construct a data structure for a given set of curves that supports approximate near-neighbor queries: Given a query curve , if there exists a curve such that , then return a curve with . There exists an efficient reduction from the -approximate nearest-neighbor problem to ANNC, where in the former problem the answer to a query is a curve with , where is the curve of closest to . Given a set of curves, each consisting of points in dimensions, we construct a data structure for ANNC that uses storage space and has query time (for a query curve of length ), where the similarity between two curves is their discrete Fr\'echet or dynamic time warping distance. Our method is simple to implement, deterministic, and results in an exponential improvement in both query time and storage space compared to all previous bounds. Further, we also consider the asymmetric version of ANNC, where the length of the query curves is , and obtain essentially the same storage and query bounds as above, except that is replaced by . Finally, we apply our method to a version of approximate range counting for curves and achieve similar bounds.
Cite
@article{arxiv.1902.07562,
title = {Approximate Nearest Neighbor for Curves: Simple, Efficient, and Deterministic},
author = {Arnold Filtser and Omrit Filtser and Matthew J. Katz},
journal= {arXiv preprint arXiv:1902.07562},
year = {2022}
}