paper-with-me

홈 › Papers

$A^*$ for Graphs of Convex Sets

2024-07-24 · Kaarthik Sundar, Sivakumar Rathinam

We present a novel algorithm that fuses the existing convex-programming based approach with heuristic information to find optimality guarantees and near-optimal paths for the Shortest Path Problem in the Graph of Convex Sets (SPP-GCS). Our method, inspired by $A^*$, initiates a best-first-like procedure from a designated subset of vertices and iteratively expands it until further growth is neither possible nor beneficial. Traditionally, obtaining solutions with bounds for an optimization problem involves solving a relaxation, modifying the relaxed solution to a feasible one, and then comparing the two solutions to establish bounds. However, for SPP-GCS, we demonstrate that reversing this process can be more advantageous, especially with Euclidean travel costs. In other words, we initially employ $A^*$ to find a feasible solution for SPP-GCS, then solve a convex relaxation restricted to the vertices explored by $A^*$ to obtain a relaxed solution, and finally, compare the solutions to derive bounds. We present numerical results to highlight the advantages of our algorithm over the existing approach in terms of the sizes of the convex programs solved and computation time.

📄 PDF Abstract BibTeX arXiv:2407.17413

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

Active Learning of Convex Halfspaces on Graphs

2021-12-01 · NeurIPS 2021 12 · Maximilian Thiessen, Thomas Gaertner

We systematically study the query complexity of learning geodesically convex halfspaces on graphs. Geodesic convexity is a natural generalisation of Euclidean convexity and allows the definition of convex sets and halfsp…

Active Learning

Space-Time Graphs of Convex Sets for Multi-Robot Motion Planning

2025-03-01 · Jingtao Tang, Zining Mao, Lufan Yang, Hang Ma

We address the Multi-Robot Motion Planning (MRMP) problem of computing collision-free trajectories for multiple robots in shared continuous environments. While existing frameworks effectively decompose MRMP into single-r…

Motion Planning

Systematic Constraint Formulation and Collision-Free Trajectory Planning Using Space-Time Graphs of Convex Sets

2025-08-13 · Matthew D. Osburn, Cameron K. Peterson, John L. Salmon arxiv

In this paper, we create optimal, collision-free, time-dependent trajectories through cluttered dynamic environments. The many spatial and temporal constraints make finding an initial guess for a numerical solver difficu…

Trajectory Planning

Enhanced Lasso Recovery on Graph

2015-06-19 · Xavier Bresson, Thomas Laurent, James Von Brecht

This work aims at recovering signals that are sparse on graphs. Compressed sensing offers techniques for signal recovery from a few linear measurements and graph Fourier analysis provides a signal representation on graph…

compressed sensing

Re-revisiting Learning on Hypergraphs: Confidence Interval and Subgradient Method

2017-08-01 · ICML 2017 8 · Chenzi Zhang, Shuguang Hu, Zhihao Gavin Tang, T-H. Hubert Chan

We revisit semi-supervised learning on hypergraphs. Same as previous approaches, our method uses a convex program whose objective function is not everywhere differentiable. We exploit the non-uniqueness of the optim…