Constrain Path Optimization on Time-Dependent Road Networks
Kousik Kumar Dutta, Venkata M. V. Gunturi

TL;DR
This paper introduces SCOPE, a novel algorithm for time-dependent constrained path optimization that significantly improves solution quality and parallel scalability in urban navigation scenarios.
Contribution
SCOPE exploits spatial and temporal properties of road networks to efficiently solve the NP-hard TD-CPO problem with near-linear parallel speedup.
Findings
SCOPE achieves nearly 2x better solution quality than existing algorithms.
SCOPE's parallel implementation scales almost linearly up to 24 CPUs.
The approach effectively balances solution quality and computational efficiency.
Abstract
Time-Dependent Constrained Path Optimization (TD-CPO) takes the following input: (i) time-dependent (TD) road network, (ii) source (), (iii) destination (), (iv) departure time () and, (v) budget (). In TD graph, each edge is characterized by a time-dependent arrival time and a score function. TD-CPO aims to determine a loopless path -- departing from at time and arriving at on or before while maximizing the score. TD-CPO has applications in urban navigation. TD-CPO is a variant of the Arc Orienteering Problem (AOP) known to be NP-hard in nature. The key computational challenge of TD-CPO is that we need to find the "longest path" in terms of score within the given budget constraint in a TD graph. Current works prune down the search space very aggressively. Thus, despite having low execution time, these algorithms often produce…
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
TopicsSemantic Web and Ontologies · Web Applications and Data Management · Data Management and Algorithms
