Enhanced Derivative-Free Optimization Using Adaptive Correlation-Induced Finite Difference Estimators
Guo Liang, Guangwu Liu, Kun Zhang
TL;DR
This work tackles stochastic derivative-free optimization when only noisy function evaluations are available. It combines a batch-based correlation-induced finite-difference (Cor-CFD) gradient surrogate with an adaptive sampling rule and a stochastic line search to improve gradient estimation and sample efficiency, while preserving convergence guarantees. The authors establish consistency, linear convergence with a constant step size, and an $\mathcal{S}(\epsilon)=\mathcal{O}(\epsilon^{-3/2})$ sample complexity, matching classical KW/SPSA rates, and demonstrate superior empirical performance on noisy, high-dimensional problems. The proposed AdaDFO framework provides a practical, robust approach for black-box optimization in simulation and related settings, particularly when function evaluations are expensive or noisy.
Abstract
Gradient-based methods are well-suited for derivative-free optimization (DFO), where finite-difference (FD) estimates are commonly used as gradient surrogates. Traditional stochastic approximation methods, such as Kiefer-Wolfowitz (KW) and simultaneous perturbation stochastic approximation (SPSA), typically utilize only two samples per iteration, resulting in imprecise gradient estimates and necessitating diminishing step sizes for convergence. In this paper, we first explore an efficient FD estimate, referred to as correlation-induced FD estimate, which is a batch-based estimate. Then, we propose an adaptive sampling strategy that dynamically determines the batch size at each iteration. By combining these two components, we develop an algorithm designed to enhance DFO in terms of both gradient estimation efficiency and sample efficiency. Furthermore, we establish the consistency of our proposed algorithm and demonstrate that, despite using a batch of samples per iteration, it achieves the same convergence rate as the KW and SPSA methods. Additionally, we propose a novel stochastic line search technique to adaptively tune the step size in practice. Finally, comprehensive numerical experiments confirm the superior empirical performance of the proposed algorithm.
