Time-Dependent Shortest Path Queries Among Growing Discs
Anil Maheshwari, Arash Nouri, J\"org-R\"udiger Sack

TL;DR
This paper introduces a $(1+psilon)$-approximation algorithm for computing time-dependent shortest paths among growing discs, enabling efficient queries for minimum arrival times with preprocessing based on multiple shortest path computations.
Contribution
It presents a novel approximation algorithm for time-dependent shortest paths in dynamic environments with growing obstacles, generalizing previous fixed departure time models.
Findings
Preprocessing involves $O(rac{1}{psilon}\, ext{log}(rac{ ext{max speed}}{ ext{min growth rate}}))$ shortest path computations.
Query time for approximate minimum arrival is $O( ext{log}(rac{1}{psilon}) + ext{loglog}(rac{ ext{max speed}}{ ext{min growth rate}}))$.
The approach is adaptable by plugging in different shortest path algorithms as black-box functions.
Abstract
The determination of time-dependent collision-free shortest paths has received a fair amount of attention. Here, we study the problem of computing a time-dependent shortest path among growing discs which has been previously studied for the instance where the departure times are fixed. We address a more general setting: For two given points and , we wish to determine the function which is the minimum arrival time at for any departure time at . We present a -approximation algorithm for computing . As part of preprocessing, we execute shortest path computations for fixed departure times, where is the maximum speed of the robot and is the minimum growth rate of the discs. For any query departure time from ,…
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
TopicsOptimization and Search Problems · Computational Geometry and Mesh Generation · Data Management and Algorithms
