Distributed Processing of kNN Queries over Moving Objects on Dynamic Road Networks
Mingjin Tao, Kailin Jiao, Yawen Li, Wei Liu, Ziqiang Yu

TL;DR
This paper introduces DkNN, a distributed algorithm for efficiently processing kNN queries over moving objects in dynamic road networks with evolving travel costs, addressing limitations of index-based methods.
Contribution
It pioneers a distributed, index-free approach using network expansion and parallel exploration to handle dynamic travel costs in kNN queries on road networks.
Findings
DkNN outperforms traditional methods in efficiency and effectiveness.
The approach maintains high accuracy despite dynamic travel costs.
Distributed processing enables scalable real-world application.
Abstract
The k Nearest Neighbor (kNN) query over moving objects on road networks is essential for location-based services. Recently, this problem has been studied under road networks with distance as the metric, overlooking fluctuating travel costs. We pioneer the study of the kNN problem within dynamic road networks that account for evolving travel costs. Recognizing the limitations of index-based methods, which become quickly outdated as travel costs change, our work abandons indexes in favor of incremental network expansion on each snapshot of a dynamic road network to search for kNNs. To enhance expansion efficiency, we present DkNN, a distributed algorithm that divides the road network into sub-networks for parallel exploration using Dijkstra's algorithm across relevant regions. This approach effectively addresses challenges related to maintaining global distance accuracy during local,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Automated Road and Building Extraction · Traffic Prediction and Management Techniques
