paper-with-me

Papers

On the Optimal Construction of Unbiased Gradient Estimators for Zeroth-Order Optimization

2025-10-22 · Shaocong Ma, Heng Huang arxiv

Zeroth-order optimization (ZOO) is an important framework for stochastic optimization when gradients are unavailable or expensive to compute. A potential limitation of existing ZOO methods is the bias inherent in most gradient estimators unless the perturbation stepsize vanishes. In this paper, we overcome this biasedness issue by proposing a novel family of unbiased gradient estimators based solely on function evaluations. By reformulating directional derivatives as a telescoping series and sampling from carefully designed distributions, we construct estimators that eliminate bias while maintaining favorable variance. We analyze their theoretical properties, derive optimal scaling distributions and perturbation stepsizes of four specific constructions, and prove that SGD using the proposed estimators achieves optimal complexity for smooth non-convex objectives. Experiments on synthetic tasks and language model fine-tuning confirm the superior accuracy and convergence of our approach compared to standard methods.

📄 PDF Abstract BibTeX arXiv:2510.19953

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Revisiting Zeroth-Order Hessian Approximation: A Single-Step Policy Optimization Lens

2026-05-29 · Junbin Qiu, Zhaowei Hong, Renzhe Xu, Yao Shu arxiv

Accurate Zeroth-Order (ZO) Hessian estimation is a cornerstone of derivative-free methods, essential for tasks such as bilevel optimization, Bayesian inference, and uncertainty quantification. However, obtaining a comple…

Bilevel OptimizationBayesian Inference

Zeroth-Order Stochastic Variance Reduction for Nonconvex Optimization

2018-05-25 · NeurIPS 2018 12 · Sijia Liu, Bhavya Kailkhura, Pin-Yu Chen, Pai-Shun Ting 외

As application demands for zeroth-order (gradient-free) optimization accelerate, the need for variance reduced and faster converging approaches is also intensifying. This paper addresses these challenges by presenting: a…

Material ClassificationStochastic Optimization

Revisiting Zeroth-Order Optimization: Minimum-Variance Two-Point Estimators and Directionally Aligned Perturbations

2025-10-22 · Shaocong Ma, Heng Huang arxiv

In this paper, we explore the two-point zeroth-order gradient estimator and identify the distribution of random perturbations that minimizes the estimator's asymptotic variance as the perturbation stepsize tends to zero.…

Zeroth-Order Methods for Nonconvex Stochastic Problems with Decision-Dependent Distributions

2024-12-29 · Yuya Hikima, Akiko Takeda

In this study, we consider an optimization problem with uncertainty dependent on decision variables, which has recently attracted attention due to its importance in machine learning and pricing applications. In this prob…

On the Inherent Privacy of Zeroth Order Projected Gradient Descent

2025-07-08 · Devansh Gupta, Meisam Razaviyayn, Vatsal Sharan arxiv

Differentially private zeroth-order optimization methods have recently gained popularity in private fine tuning of machine learning models due to their reduced memory requirements. Current approaches for privatizing zero…