Multi-Constraint Shortest Path using Forest Hop Labeling
Ziyi Liu, Lei Li, Mengxuan Zhang, Wen Hua, Xiaofang Zhou

TL;DR
This paper introduces a novel forest hop labeling method for efficiently solving multi-constraint shortest path problems, significantly reducing computational costs while maintaining accuracy in large networks.
Contribution
It proposes a high-dimensional skyline path concatenation technique, the n-Cube pruning, and forest hop labeling for scalable, exact MCSP query processing.
Findings
Outperforms existing methods in real-world road networks
Achieves both high accuracy and efficiency
Enables parallel label construction for large networks
Abstract
The \textit{Multi-Constraint Shortest Path (MCSP)} problem aims to find the shortest path between two nodes in a network subject to a given constraint set. It is typically processed as a \textit{skyline path} problem. However, the number of intermediate skyline paths becomes larger as the network size increases and the constraint number grows, which brings about the dramatical growth of computational cost and further makes the existing index-based methods hardly capable of obtaining the complete exact results. In this paper, we propose a novel high-dimensional skyline path concatenation method to avoid the expensive skyline path search, which then supports the efficient construction of hop labeling index for \textit{MCSP} queries. Specifically, a set of insightful observations and techniques are proposed to improve the efficiency of concatenating two skyline path set, a \textit{n-Cube}…
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
