Online Statistical Inference of Constrained Stochastic Optimization via Random Scaling
Xinchen Du, Wanrong Zhu, Wei Biao Wu, Sen Na
TL;DR
This work tackles online statistical inference for constrained stochastic optimization by developing AI-SSQP, a second-order online solver that uses sketching to inexactly solve quadratic subproblems. It introduces a random-scaling procedure on the averaged AI-SSQP iterates, yielding asymptotically pivotal, matrix-free confidence intervals for the primal-dual solution $(x^*,\lambda^*)$ without explicit covariance estimation. Theoretical results show that the averaged iterates achieve $\sqrt{t}$-consistency with a smaller limiting covariance $\bar{\Xi}^*$ than the last iterate, and the random-scaling test statistic converges to a Brownian-based pivotal distribution, enabling online confidence intervals with $O((d+m)^2)$ per-iteration cost. Numerical experiments on nonlinearly constrained regression demonstrate robust coverage near 95% and competitive interval lengths, with the random-scaling approach outperforming plug-in covariance-based methods under inexact SQP. Overall, the method provides a practical, online, matrix-free framework for inference in constrained stochastic optimization, matching the efficiency of first-order methods while leveraging second-order information for faster convergence.
Abstract
Constrained stochastic nonlinear optimization problems have attracted significant attention for their ability to model complex real-world scenarios in physics, economics, and biology. As datasets continue to grow, online inference methods have become crucial for enabling real-time decision-making without the need to store historical data. In this work, we develop an online inference procedure for constrained stochastic optimization by leveraging a method called Sketched Stochastic Sequential Quadratic Programming (SSQP). As a direct generalization of sketched Newton methods, SSQP approximates the objective with a quadratic model and the constraints with a linear model at each step, then applies a sketching solver to inexactly solve the resulting subproblem. Building on this design, we propose a new online inference procedure called random scaling. In particular, we construct a test statistic based on SSQP iterates whose limiting distribution is free of any unknown parameters. Compared to existing online inference procedures, our approach offers two key advantages: (i) it enables the construction of asymptotically valid confidence intervals; and (ii) it is matrix-free, i.e. the computation involves only primal-dual SSQP iterates $(\boldsymbol{x}_t, \boldsymbolλ_t)$ without requiring any matrix inversions. We validate our theory through numerical experiments on nonlinearly constrained regression problems and demonstrate the superior performance of our random scaling method over existing inference procedures.
