Finding Top-k Optimal Sequenced Routes -- Full Version
Huiping Liu, Cheqing Jin, Bin Yang, Aoying Zhou

TL;DR
This paper introduces efficient algorithms for top-k optimal sequenced route queries on large, complex graphs, addressing practical logistics problems with improved performance over existing methods.
Contribution
The paper proposes two novel algorithms, PruningKOSR and StarKOSR, with a new dominance relationship and A* extension, enhancing efficiency for top-k sequenced route searches.
Findings
Significantly outperform baseline methods in experiments.
StarKOSR outperforms existing state-of-the-art for k=1.
Incorporating Hop Labeling further improves efficiency.
Abstract
Motivated by many practical applications in logistics and mobility-as-a-service, we study the top-k optimal sequenced routes (KOSR) querying on large, general graphs where the edge weights may not satisfy the triangle inequality, e.g., road network graphs with travel times as edge weights. The KOSR querying strives to find the top-k optimal routes (i.e., with the top-k minimal total costs) from a given source to a given destination, which must visit a number of vertices with specific vertex categories (e.g., gas stations, restaurants, and shopping malls) in a particular order (e.g., visiting gas stations before restaurants and then shopping malls). To efficiently find the top-k optimal sequenced routes, we propose two algorithms PruningKOSR and StarKOSR. In PruningKOSR, we define a dominance relationship between two partially-explored routes. The partially-explored routes that can be…
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 · Human Mobility and Location-Based Analysis
