Implicit Graph Search for Planning on Graphs of Convex Sets
Ramkumar Natarajan, Chaoqi Liu, Howie Choset, Maxim Likhachev

TL;DR
This paper introduces implicit graph search methods, IxG and IxG*, for planning on graphs of convex sets, significantly improving planning speed and guarantees over existing methods like GCS in complex robotic scenarios.
Contribution
The paper presents novel implicit graph search algorithms, IxG and IxG*, that enhance planning efficiency and guarantees on graphs of convex sets for robotics applications.
Findings
IxG outperforms GCS in planning speed
Methods enable leveraging search parallelization and replanning
Effective in complex multi-arm robotic scenarios
Abstract
Graphs of Convex Sets (GCS) is a recent method for synthesizing smooth trajectories by decomposing the planning space into convex sets, forming a graph to encode the adjacency relationships within the decomposition, and then simultaneously searching this graph and optimizing parts of the trajectory to obtain the final trajectory. To do this, one must solve a Mixed Integer Convex Program (MICP) and to mitigate computational time, GCS proposes a convex relaxation that is empirically very tight. Despite this tight relaxation, motion planning with GCS for real-world robotics problems translates to solving the simultaneous batch optimization problem that may contain millions of constraints and therefore can be slow. This is further exacerbated by the fact that the size of the GCS problem is invariant to the planning query. Motivated by the observation that the trajectory solution lies only…
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 · AI-based Problem Solving and Planning · Artificial Intelligence in Games
