Authors: Meng-Han Yang, Roger Zimmermann, Yu-Ling Hsueh
Tags: 2005, conceptual modeling
Continuous K nearest neighbor queries (C-KNN) on moving objects retrieve the K nearest neighbors of all points along a query trajectory. In existing methods, the cost of retrieving the exact C-KNN data set is expensive, particularly in highly dynamic spatio-temporal applications. The cost includes the location updates of the moving objects when the velocities change over time and the number of continuous KNN queries posed by the moving object to the server. In some applications (e.g., finding my nearest taxies while I am moving), obtaining the perfect result set is not necessary. For such applications, we introduce a novel technique, AC-KNN, that approximates the results of the classic C-KNN algorithm, but with efficient updates and while still retaining a competitive accuracy. We evaluate the AC-KNN technique through simulations and compare it with a traditional approach. Experimental results are presented showing the utility of our new approach.Read the full paper here: https://link.springer.com/chapter/10.1007/11568346_29