Efficient Continuous Nearest Neighbor Query in Spatial Networks Using Euclidean Restriction

  • Authors:
  • Ugur Demiryurek;Farnoush Banaei-Kashani;Cyrus Shahabi

  • Affiliations:
  • Department of Computer Science, University of Southern California, Los Angeles 90089-0781;Department of Computer Science, University of Southern California, Los Angeles 90089-0781;Department of Computer Science, University of Southern California, Los Angeles 90089-0781

  • Venue:
  • SSTD '09 Proceedings of the 11th International Symposium on Advances in Spatial and Temporal Databases
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we propose an efficient method to answer continuous k nearest neighbor (Ck NN) queries in spatial networks. Assuming a moving query object and a set of data objects that make frequent and arbitrary moves on a spatial network with dynamically changing edge weights, Ck NN continuously monitors the nearest (in network distance) neighboring objects to the query. Previous Ck NN methods are inefficient and, hence, fail to scale in large networks with numerous data objects because: 1) they heavily rely on Dijkstra-based blind expansion for network distance computation that incurs excessively redundant cost particularly in large networks, and 2) they blindly map all object location updates to the network disregarding whether the updates are relevant to the Ck NN query result. With our method, termed ER-Ck NN (short for Euclidian Restriction based Ck NN), we utilize ER to address both of these shortcomings. Specifically, with ER we enable 1) guided search (rather than blind expansion) for efficient network distance calculation, and 2) localized mapping (rather than blind mapping) to avoid the intolerable cost of redundant object location mapping. We demonstrate the efficiency of ER-Ck NN via extensive experimental evaluations with real world datasets consisting of a variety of large spatial networks with numerous moving objects.