2006
DOI: 10.1007/11687238_14
|View full text |Cite
|
Sign up to set email alerts
|

Fast Nearest Neighbor Search on Road Networks

Abstract: 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 N 3 ) approach, can handle sparse datasets but is inappropriate for medium and dense datasets due to its high … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
46
0

Year Published

2006
2006
2017
2017

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 61 publications
(46 citation statements)
references
References 11 publications
0
46
0
Order By: Relevance
“…While IN E is an adaption of the Dijkstra algorithm, IER exploits the Euclidean restriction principle in which the results are first computed in Euclidean space and then refined by using the network distance. Several other kNN algorithms are proposed based on the improved (precomputation) version of INE [1,25,5]. In [19], Samet et al proposed shortest path quadtree algorithm for efficient evaluation of both shortest path and kNN queries in road networks.…”
Section: Related Workmentioning
confidence: 99%
“…While IN E is an adaption of the Dijkstra algorithm, IER exploits the Euclidean restriction principle in which the results are first computed in Euclidean space and then refined by using the network distance. Several other kNN algorithms are proposed based on the improved (precomputation) version of INE [1,25,5]. In [19], Samet et al proposed shortest path quadtree algorithm for efficient evaluation of both shortest path and kNN queries in road networks.…”
Section: Related Workmentioning
confidence: 99%
“…In location-based services, processing k-nearest neighbor (kNN) queries in the road network has been well studied (e.g., [3], [4], [5], [18], [19], [20], [21], [22], [23]). Among the existing solutions for kNN queries, the simplest one is the incremental network expansion (INE) algorithm [3].…”
Section: Related Workmentioning
confidence: 99%
“…However, the limitation of the INE algorithm is that it cannot take the advantage of the optimization based on the precomputed shortest distance. To overcome this limitation, there are many kNN query processing algorithms that utilize the precomputed network distance to optimize the query processing (e.g., [4], [5], [18], [19], [20], [21], [22], [23], [24], [25]). Although these optimized algorithms perform faster than the INE algorithm, they incur higher storage overhead.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Cho et al [2] presented a system UNICONS where the main idea is to integrate the precomputed kNNs into the Dijkstra algorithm. Hu et al [12] proposed a distance signature approach that precomputes the network distance between each data object and network vertex. The distance signatures are used to find a set of candidate results and Dijkstra is employed to compute their exact network distance.…”
Section: Knn Queries In Spatial Networkmentioning
confidence: 99%