English

ReLU-QP: A GPU-Accelerated Quadratic Programming Solver for Model-Predictive Control

Robotics 2023-12-01 v1

Abstract

We present ReLU-QP, a GPU-accelerated solver for quadratic programs (QPs) that is capable of solving high-dimensional control problems at real-time rates. ReLU-QP is derived by exactly reformulating the Alternating Direction Method of Multipliers (ADMM) algorithm for solving QPs as a deep, weight-tied neural network with rectified linear unit (ReLU) activations. This reformulation enables the deployment of ReLU-QP on GPUs using standard machine-learning toolboxes. We evaluate the performance of ReLU-QP across three model-predictive control (MPC) benchmarks: stabilizing random linear dynamical systems with control limits, balancing an Atlas humanoid robot on a single foot, and tracking whole-body reference trajectories on a quadruped equipped with a six-degree-of-freedom arm. These benchmarks indicate that ReLU-QP is competitive with state-of-the-art CPU-based solvers for small-to-medium-scale problems and offers order-of-magnitude speed improvements for larger-scale problems.

Keywords

Cite

@article{arxiv.2311.18056,
  title  = {ReLU-QP: A GPU-Accelerated Quadratic Programming Solver for Model-Predictive Control},
  author = {Arun L. Bishop and John Z. Zhang and Swaminathan Gurumurthy and Kevin Tracy and Zachary Manchester},
  journal= {arXiv preprint arXiv:2311.18056},
  year   = {2023}
}

Comments

submitted to ICRA 2024

R2 v1 2026-06-28T13:36:05.027Z