Graph-decomposed K-Nn Searching Algorithm on Road Network

Wei JIANG,Bo NING,Guanyu LI,Mei BAI,Xiao JIA,Fangliang WEI
DOI: https://doi.org/10.1007/s11704-023-3626-3
IF: 2.6688
2024-01-01
Frontiers of Computer Science
Abstract:1 Introduction The k-NN(k Nearest Neighbors)searching problem on road network constitutes a crucial aspect of location-oriented services,which has boasted the practical implications.Since the k-NN searching problem has garnered a wealth of research outcomes,the searching problem on road network still faces many challenges,in the nature of frequently moving objects on the road network[1,2].A most straightforward resolution is the utilization of Dijkstra algorithm[3],which searches k nodes in a non-decreasing distance order from the remaining nodes to one target node.The tree-based decomposition solution of k-NN searching problem is designed into the TEN-Query algorithm[4].A tree-based decomposition index is proposed to transform the graph into a tree structure,where the local searched result is precomputed and indexed.However,the most indexes were constrained by size of k value.
What problem does this paper attempt to address?