@inproceedings{601c5095455b4162940e5f5ae7032a84,
title = "Fast nearest neighbor search on road networks",
abstract = "Nearest neighbor (NN) queries have been extended from Euclidean spaces to road networks. Existing approaches are either based on Dijkstra-like network expansion or NN/distance precomputation. The former may cause an explosive number of node accesses for sparse datasets because all nodes closer than the NN to the query must be visited. The latter, e.g., the Voronoi Network Nearest Neighbor (V N3) approach, can handle sparse datasets but is inappropriate for medium and dense datasets due to its high precomputation and storage overhead. In this paper, we propose a new approach that indexes the network topology based on a novel network reduction technique. It simplifies the network by replacing the graph topology with a set of interconnected tree-based structures called SPIE's. An nd index is developed for each SPIE and our new (k)NN search algorithms on an SPIE follow a predetermined tree path to avoid costly network expansion. By mathematical analysis and experimental results, our new approach is shown to be efficient and robust for various network topologies and data distributions.",
author = "Haibo HU and Lee, {Dik Lun} and Jianliang XU",
note = "Copyright: Copyright 2020 Elsevier B.V., All rights reserved.; 10th International Conference on Extending Database Technology, EDBT 2006 ; Conference date: 26-03-2006 Through 31-03-2006",
year = "2006",
doi = "10.1007/11687238_14",
language = "English",
isbn = "3540329609",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "186--203",
booktitle = "Advances in Database Technology - EDBT 2006 - 10th International Conference on Extending Database Technology, Proceedings",
address = "Germany",
}