OCLGNACOMLSep 24, 2024

Trust-Region Sequential Quadratic Programming for Stochastic Optimization with Random Models

arXiv:2409.15734v26 citationsh-index: 2
Originality Highly original
AI Analysis

This work addresses optimization challenges in machine learning and engineering where stochastic objectives and constraints are common, offering a novel algorithmic approach with proven convergence guarantees.

The authors tackled stochastic optimization with deterministic constraints by proposing a Trust-Region Sequential Quadratic Programming method that uses random models to achieve first- and second-order stationary points, demonstrating superiority over existing methods on benchmark problems like CUTEst and regression tasks.

In this work, we consider solving optimization problems with a stochastic objective and deterministic equality constraints. We propose a Trust-Region Sequential Quadratic Programming method to find both first- and second-order stationary points. Our method utilizes a random model to represent the objective function, which is constructed from stochastic observations of the objective and is designed to satisfy proper adaptive accuracy conditions with a high but fixed probability. To converge to first-order stationary points, our method computes a gradient step in each iteration defined by minimizing a quadratic approximation of the objective subject to a (relaxed) linear approximation of the problem constraints and a trust-region constraint. To converge to second-order stationary points, our method additionally computes an eigen step to explore the negative curvature of the reduced Hessian matrix, as well as a second-order correction step to address the potential Maratos effect, which arises due to the nonlinearity of the problem constraints. Such an effect may impede the method from moving away from saddle points. Both gradient and eigen step computations leverage a novel parameter-free decomposition of the step and the trust-region radius, accounting for the proportions among the feasibility residual, optimality residual, and negative curvature. We establish global almost sure first- and second-order convergence guarantees for our method, and present computational results on CUTEst problems, regression problems, and saddle-point problems to demonstrate its superiority over existing line-search-based stochastic methods.

Foundations

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

Your Notes