Efficient K -Nearest-neighbor Search Algorithms for Historical Moving Object Trajectories

Yun-Jun Gao,Chun Li,Gen-Cai Chen,Ling Chen,Xian-Ta Jiang,Chun Chen
DOI: https://doi.org/10.1007/s11390-007-9030-x
2007-01-01
Abstract:This paper studies k-nearest-neighbor (kNN) search on R-tree-based structures storing historical information about trajectories. We develop BFPkNN, an efficient best-first based algorithm for handling kNN search with arbitrary values of k, which is I/O optimal, i.e., it performs a single access only to those qualifying nodes that may contain the final result. Furthermore, in order to save memory space consumption and reduce CPU overhead further, several effective pruning heuristics are also proposed. Finally, extensive experiments with synthetic and real datasets show that BFPkNN outperforms its competitor significantly in both efficiency and scalability in all cases.
What problem does this paper attempt to address?