ROLGMay 15, 2024

SOMTP: Self-Supervised Learning-Based Optimizer for MPC-Based Safe Trajectory Planning Problems in Robotics

arXiv:2405.09212v15 citationsh-index: 7IEEE Robot Autom Lett
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and safe trajectory planning for robotics, though it appears incremental as it builds on existing MPC and CBF methods with learning enhancements.

The paper tackles the slow and resource-intensive nature of solving non-convex constrained optimization problems in MPC-based trajectory planning with CBF constraints for robotics, proposing the SOMTP algorithm that uses self-supervised learning to achieve better feasibility than other learning-based methods and much faster solutions than traditional optimizers with similar optimality.

Model Predictive Control (MPC)-based trajectory planning has been widely used in robotics, and incorporating Control Barrier Function (CBF) constraints into MPC can greatly improve its obstacle avoidance efficiency. Unfortunately, traditional optimizers are resource-consuming and slow to solve such non-convex constrained optimization problems (COPs) while learning-based methods struggle to satisfy the non-convex constraints. In this paper, we propose SOMTP algorithm, a self-supervised learning-based optimizer for CBF-MPC trajectory planning. Specifically, first, SOMTP employs problem transcription to satisfy most of the constraints. Then the differentiable SLPG correction is proposed to move the solution closer to the safe set and is then converted as the guide policy in the following training process. After that, inspired by the Augmented Lagrangian Method (ALM), our training algorithm integrated with guide policy constraints is proposed to enable the optimizer network to converge to a feasible solution. Finally, experiments show that the proposed algorithm has better feasibility than other learning-based methods and can provide solutions much faster than traditional optimizers with similar optimality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes