TOP: Trajectory Optimization via Parallel Optimization towards Constant Time Complexity
Jiajun Yu, Nanhe Chen, Guodong Liu, Chao Xu, Fei Gao, Yanjun Cao

TL;DR
This paper introduces a parallel trajectory optimization framework using CADMM that achieves constant time complexity per iteration, significantly improving efficiency for large-scale motion planning tasks.
Contribution
The paper presents a novel parallel optimization framework based on CADMM that decomposes trajectories into segments, enabling constant-time per iteration optimization and GPU deployment.
Findings
Achieves over tenfold speedup for large-scale trajectories with 100 segments.
Outperforms state-of-the-art methods in efficiency and smoothness.
Successfully deployed on GPU with thousands of segments.
Abstract
Optimization has been widely used to generate smooth trajectories for motion planning. However, existing trajectory optimization methods show weakness when dealing with large-scale long trajectories. Recent advances in parallel computing have accelerated optimization in some fields, but how to efficiently solve trajectory optimization via parallelism remains an open question. In this paper, we propose a novel trajectory optimization framework based on the Consensus Alternating Direction Method of Multipliers (CADMM) algorithm, which decomposes the trajectory into multiple segments and solves the subproblems in parallel. The proposed framework reduces the time complexity to O(1) per iteration to the number of segments, compared to O(N) of the state-of-the-art (SOTA) approaches. Furthermore, we introduce a closed-form solution that integrates convex linear and quadratic constraints to…
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 · Autonomous Vehicle Technology and Safety · Software Testing and Debugging Techniques
