English

Query-Efficient Zeroth-Order Algorithms for Nonconvex Constrained Optimization

Optimization and Control 2026-03-03 v2 Computational Complexity Systems and Control Systems and Control

Abstract

Zeroth-order optimization (ZO) has been a powerful framework for solving black-box problems, which estimates gradients using zeroth-order data to update variables iteratively. The practical applicability of ZO critically depends on the efficiency of single-step gradient estimation and the overall query complexities. However, existing constrained ZO algorithms cannot achieve efficiency on both simultaneously. In this work, we consider a general constrained optimization model with black-box objective and constraint functions. To solve it, we propose novel algorithms that can achieve the best-known overall query complexity bound of O(d/ϵ4)\mathcal{O}(d/\epsilon^4) to find an ϵ\epsilon-stationary solution (dd is the dimension of variables), while reducing the queries for estimating a single-step gradient from O(d)\mathcal{O}(d) to O(1)\mathcal{O}(1). Specifically, we integrate block gradient estimators with gradient descent ascent, which leads to two algorithms, ZOB-GDA and ZOB-SGDA, respectively. Instead of constructing full gradients, they estimate only partial gradients along random blocks of dimensions, where the adjustable block sizes enable high single-step efficiency without sacrificing convergence guarantees. Our theoretical results establish the finite-sample convergence of the proposed algorithms for nonconvex optimization. Finally, numerical experiments demonstrate the superior performance of our algorithms compared to existing methods.

Keywords

Cite

@article{arxiv.2510.19165,
  title  = {Query-Efficient Zeroth-Order Algorithms for Nonconvex Constrained Optimization},
  author = {Ruiyang Jin and Yuke Zhou and Yujie Tang and Jie Song and Siyang Gao},
  journal= {arXiv preprint arXiv:2510.19165},
  year   = {2026}
}

Comments

35 pages, 4 figures

R2 v1 2026-07-01T06:58:55.650Z