OCLGNAMLSep 23, 2021

Inequality Constrained Stochastic Nonlinear Optimization via Active-Set Sequential Quadratic Programming

arXiv:2109.11502v349 citations
Originality Incremental advance
AI Analysis

This work addresses optimization challenges in applications like finance and deep neural networks, but it is incremental as it builds on prior work by refining designs and strengthening guarantees.

The paper tackles nonlinear optimization problems with stochastic objectives and deterministic constraints by proposing an active-set stochastic sequential quadratic programming algorithm, establishing global convergence with KKT residuals converging to zero almost surely and improving sample complexity on the objective Hessian.

We study nonlinear optimization problems with a stochastic objective and deterministic equality and inequality constraints, which emerge in numerous applications including finance, manufacturing, power systems and, recently, deep neural networks. We propose an active-set stochastic sequential quadratic programming (StoSQP) algorithm that utilizes a differentiable exact augmented Lagrangian as the merit function. The algorithm adaptively selects the penalty parameters of the augmented Lagrangian and performs a stochastic line search to decide the stepsize. The global convergence is established: for any initialization, the KKT residuals converge to zero almost surely. Our algorithm and analysis further develop the prior work of Na et al., (2022). Specifically, we allow nonlinear inequality constraints without requiring the strict complementary condition; refine some of the designs in Na et al., (2022) such as the feasibility error condition and the monotonically increasing sample size; strengthen the global convergence guarantee; and improve the sample complexity on the objective Hessian. We demonstrate the performance of the designed algorithm on a subset of nonlinear problems collected in CUTEst test set and on constrained logistic regression problems.

Code Implementations1 repo
Foundations

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

Your Notes