A Distributed Solution for Efficient K Shortest Paths Computation over Dynamic Road Networks
Ziqiang Yu, Xiaohui Yu, Nick Koudas, Yueting Chen, Yang Liu

TL;DR
This paper introduces KSP-DG, a distributed algorithm that efficiently computes multiple shortest paths in dynamic road networks by partitioning the graph and using a novel index, enabling scalable real-time queries.
Contribution
It presents the first distributed solution for k-shortest paths in dynamic road networks, leveraging graph partitioning and a new index for efficiency and scalability.
Findings
Outperforms baseline methods in real road network experiments.
Achieves low maintenance cost in dynamic traffic conditions.
Enables parallel processing of KSP queries on distributed systems.
Abstract
The problem of identifying the k-shortest paths KSPs for short in a dynamic road network is essential to many location-based services. Road networks are dynamic in the sense that the weights of the edges in the corresponding graph constantly change over time, representing evolving traffic conditions. Very often such services have to process numerous KSP queries over large road networks at the same time, thus there is a pressing need to identify distributed solutions for this problem. However, most existing approaches are designed to identify KSPs on a static graph in a sequential manner, restricting their scalability and applicability in a distributed setting. We therefore propose KSP-DG, a distributed algorithm for identifying k-shortest paths in a dynamic graph. It is based on partitioning the entire graph into smaller subgraphs, and reduces the problem of determining KSPs into the…
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 · Traffic Prediction and Management Techniques · Automated Road and Building Extraction
