Solving the Constrained Random Disambiguation Path Problem via Lagrangian Relaxation and Graph Reduction
Li Zhou, Elvan Ceyhan

TL;DR
This paper introduces COLOGR, a novel algorithm combining Lagrangian relaxation and graph reduction to efficiently solve resource-constrained stochastic path planning problems with probabilistic obstacles.
Contribution
The paper presents COLOGR, a new framework that effectively solves the constrained random disambiguation path problem using Lagrangian relaxation and vertex elimination, with proven correctness and improved efficiency.
Findings
COLOGR often achieves zero duality gap.
The method outperforms greedy baselines in simulations.
It approaches offline-optimal solutions across various scenarios.
Abstract
We study a resource-constrained variant of the Random Disambiguation Path (RDP) problem, a generalization of the Stochastic Obstacle Scene (SOS) problem, in which a navigating agent must reach a target in a spatial environment populated with uncertain obstacles. Each ambiguous obstacle may be disambiguated at a (possibly) heterogeneous resource cost, subject to a global disambiguation budget. We formulate this constrained planning problem as a Weight-Constrained Shortest Path Problem (WCSPP) with risk-adjusted edge costs that incorporate probabilistic blockage and traversal penalties. To solve it, we propose a novel algorithmic framework-COLOGR-combining Lagrangian relaxation with a two-phase vertex elimination (TPVE) procedure. The method prunes infeasible and suboptimal paths while provably preserving the optimal solution, and leverages dual bounds to guide efficient search. We…
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
TopicsRobotic Path Planning Algorithms · Vehicle Routing Optimization Methods · Data Management and Algorithms
