Condensed PIPG Sequential Convex Optimization for Reusable-Rocket Powered Landing with Strong Aerodynamics
arXiv:2608.15582
2026
Optimization
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The transferable contribution is an exact reduced-space treatment of large equality-constrained discretized dynamics, combined with a projected primal-dual gradient kernel whose cost is dominated by fixed-size matrix-vector products rather than a generic conic solve. This structure can be applied to neural ODE, SSM, or differentiable-controller training when hidden-state collocation constraints, terminal conditions, or safety constraints create many redundant state variables. The most promising adaptation is to linearize the neural dynamics at each outer Gauss-Newton or sequential-convex-programming iteration, eliminate intermediate state increments by forward sensitivity recursion, and run a projected primal-dual method only on parameters, controls, and the small terminal-constraint space. Its value should be tested specifically on constrained neural dynamical systems rather than unconstrained Adam workloads.
Ideas from this paper
Unverified
2026
Replace a generic optimizer over every discretized hidden state in a neural ODE or state-space model with a condensed reduced-space solve. At each outer Gauss-Newton or sequential-convex-programming iteration, linearize the neural dynamics, recursively eliminate all intermediate state increments, and apply projected primal-dual gradient updates to the remaining model parameters, controls, and terminal variables. This should be most useful when a model is trained with hard terminal targets…
Useful6/10
Difficulty7/10
Novelty7/10