@inproceedings{d35533fe44ee411db19602ed53e00105,
title = "Efficient shortest path finding of k-nearest neighbor objects in road network databases",
abstract = "This paper addresses an efficient path finding scheme that complements classic k-NN (Nearest Neighbor) queries for the road network. Aiming at finding both k objects and the shortest paths to them at the same time, this paper first selects candidate objects by the k-NN search scheme based on the underlying index structure and then finds the path to each of them by the modified A* algorithm. The path finding step stores the intermediary paths from the query point to all of the scanned nodes and then attempts to match the common segment with a path to a new node, instead of repeatedly running the A* algorithm for all k points. Additionally, the cost to the each object calculated in this step makes it possible to finalize the k objects from the candidate set as well as to order them by the path cost. Judging from the result, the proposed scheme can eliminate redundant node scans and provide one of the most fundamental building blocks for location-based services in the real-life road network.",
keywords = "k-nearest neighbor query, road network, shortest path",
author = "Shin, \{Sung Hyun\} and Lee, \{Sang Chul\} and Kim, \{Sang Wook\} and Junghoon Lee and Im, \{Eul Gyu\}",
year = "2010",
doi = "10.1145/1774088.1774446",
language = "English",
isbn = "9781605586380",
series = "Proceedings of the ACM Symposium on Applied Computing",
pages = "1661--1665",
booktitle = "APPLIED COMPUTING 2010 - The 25th Annual ACM Symposium on Applied Computing",
note = "25th Annual ACM Symposium on Applied Computing, SAC 2010 ; Conference date: 22-03-2010 Through 26-03-2010",
}