Progressive Top-K Nearest Neighbors Search In Large Road Networks

Dian Ouyang,Dong Wen,Lu Qin,Lijun Chang,Ying Zhang,Xuemin Lin
DOI: https://doi.org/10.1145/3318464.3389746
2020-01-01
Abstract:Computing top-k nearest neighbors (kNN) is a fundamental problem in road networks. Existing solutions either need a complicated parameter configuration in index construction or incur high costs when scanning an unbounded number of vertices in query processing. In this paper, we propose a novel parameter-free index-based solution for the kNN query based on the concept of tree decomposition in large road networks. Based on our index structure, we propose an efficient and progressive algorithm that returns each result in a bounded delay. We also optimize the index structure, which improves the efficiency of both index construction and index maintenance in large road networks. We conduct extensive experiments to show the efficiency of our proposed algorithms and the effectiveness of our optimization techniques in real-world road networks from ten regions.
What problem does this paper attempt to address?