Blocked Cholesky factorization updates of the Riccati recursion using hyperbolic Householder transformations
Pieter Pas, Panagiotis Patrinos
TL;DR
The paper addresses the cost of solving sequential Newton systems in QP solvers by updating Cholesky factorizations under low-rank nudges, rather than recomputing them. It introduces hyperbolic Householder transformations, encapsulating updates via $\breve Q$ and enabling efficient, blocked factorization updates for matrices of the form $LL^{\top} + A\Sigma A^{\top}$. By applying this framework to the Riccati recursion inherent in augmented Lagrangian-based OCPs, the authors derive a novel, efficient update procedure for the Cholesky factors across Riccati stages, with a rigorous induction showing how the cost-to-go matrices remain low-rank perturbed. An optimized open-source C++ implementation (HyHound) demonstrates substantial runtime reductions and superior performance compared to full factorization and Schur-complement approaches, highlighting practical impact for real-time optimal control solvers.
Abstract
Newton systems in quadratic programming (QP) methods are often solved using direct Cholesky or LDL factorizations. When the linear systems in successive iterations differ by a low-rank modification (as is common in active set and augmented Lagrangian methods), updating the existing factorization can offer significant performance improvements over recomputing a full Cholesky factorization. We review the hyperbolic Householder transformation, and demonstrate its usefulness in describing low-rank Cholesky factorization updates. By applying this hyperbolic Householder-based framework to the well-known Riccati recursion for solving saddle-point problems with optimal control structure, we develop a novel algorithm for updating the factorizations used in optimization solvers for optimal control. Specifically, the proposed method can be used to efficiently solve the semismooth Newton systems that are at the core of the augmented Lagrangian-based QPALM-OCP solver. An optimized open-source implementation of the proposed factorization update routines is provided as well.
