Shortest Paths in Graphs of Convex Sets
Tobia Marcucci, Jack Umenberger, Pablo A. Parrilo, Russ Tedrake
TL;DR
This work tackles shortest-path problems where vertex positions are continuous within convex sets and edge lengths are convex functions of endpoint positions, framing the problem as NP-hard. It develops a strong, scalable mixed-integer convex program (MICP) based on perspective operators to globally optimize paths in graphs of convex sets, complemented by a set-based convex relaxation that is typically tight in practice. The paper also connects the framework to control applications, including minimum-time control and hybrid systems, and provides extensive numerical results showing favorable performance against alternative relaxations. The proposed approach offers a practical, principled route to globally optimal motion-planning and hybrid-control problems, with broad applicability and accessible implementations.
Abstract
Given a graph, the shortest-path problem requires finding a sequence of edges with minimum cumulative length that connects a source vertex to a target vertex. We consider a variant of this classical problem in which the position of each vertex in the graph is a continuous decision variable constrained in a convex set, and the length of an edge is a convex function of the position of its endpoints. Problems of this form arise naturally in many areas, from motion planning of autonomous vehicles to optimal control of hybrid systems. The price for such a wide applicability is the complexity of this problem, which is easily seen to be NP-hard. Our main contribution is a strong and lightweight mixed-integer convex formulation based on perspective operators, that makes it possible to efficiently find globally optimal paths in large graphs and in high-dimensional spaces.
