Fast and Certifiable Trajectory Optimization
Shucheng Kang, Xiaoyang Xu, Jay Sarva, Ling Liang, Heng Yang

TL;DR
This paper introduces STROM, a fast, GPU-accelerated semidefinite programming framework for certifiably optimal trajectory optimization in complex nonlinear problems, significantly outperforming existing tools.
Contribution
STROM employs a novel sparse second-order Lasserre's hierarchy and GPU-based ADMM solver to achieve rapid, certifiably optimal solutions for nonconvex trajectory problems.
Findings
STROM generates chain-like SDPs with positive semidefinite variables.
cuADMM solves large SDPs in minutes or seconds, outperforming traditional solvers.
Real-time trajectory optimization achieved with warmstarting in inverted pendulum case.
Abstract
We propose semidefinite trajectory optimization (STROM), a framework that computes fast and certifiably optimal solutions for nonconvex trajectory optimization problems defined by polynomial objectives and constraints. STROM employs sparse second-order Lasserre's hierarchy to generate semidefinite program (SDP) relaxations of trajectory optimization. Different from existing tools (e.g., YALMIP and SOSTOOLS in Matlab), STROM generates chain-like multiple-block SDPs with only positive semidefinite (PSD) variables. Moreover, STROM does so two orders of magnitude faster. Underpinning STROM is cuADMM, the first ADMM-based SDP solver implemented in CUDA and runs in GPUs (with C/C++ extension). cuADMM builds upon the symmetric Gauss-Seidel ADMM algorithm and leverages GPU parallelization to speedup solving sparse linear systems and projecting onto PSD cones. In five trajectory optimization…
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 Dynamics and Control Systems · Transportation and Mobility Innovations
