English

Gradient Free Minimax Optimization: Variance Reduction and Faster Convergence

Machine Learning 2021-03-23 v3 Optimization and Control Machine Learning

Abstract

Many important machine learning applications amount to solving minimax optimization problems, and in many cases there is no access to the gradient information, but only the function values. In this paper, we focus on such a gradient-free setting, and consider the nonconvex-strongly-concave minimax stochastic optimization problem. In the literature, various zeroth-order (i.e., gradient-free) minimax methods have been proposed, but none of them achieve the potentially feasible computational complexity of O(ϵ3)\mathcal{O}(\epsilon^{-3}) suggested by the stochastic nonconvex minimization theorem. In this paper, we adopt the variance reduction technique to design a novel zeroth-order variance reduced gradient descent ascent (ZO-VRGDA) algorithm. We show that the ZO-VRGDA algorithm achieves the best known query complexity of O(κ(d1+d2)ϵ3)\mathcal{O}(\kappa(d_1 + d_2)\epsilon^{-3}), which outperforms all previous complexity bound by orders of magnitude, where d1d_1 and d2d_2 denote the dimensions of the optimization variables and κ\kappa denotes the condition number. In particular, with a new analysis technique that we develop, our result does not rely on a diminishing or accuracy-dependent stepsize usually required in the existing methods. To our best knowledge, this is the first study of zeroth-order minimax optimization with variance reduction. Experimental results on the black-box distributional robust optimization problem demonstrates the advantageous performance of our new algorithm.

Keywords

Cite

@article{arxiv.2006.09361,
  title  = {Gradient Free Minimax Optimization: Variance Reduction and Faster Convergence},
  author = {Tengyu Xu and Zhe Wang and Yingbin Liang and H. Vincent Poor},
  journal= {arXiv preprint arXiv:2006.09361},
  year   = {2021}
}

Comments

This is an updated version to replace the previous arXiv post titled "Enhanced First and Zeroth Order Variance Reduced Algorithms for Min-Max Optimization" on 17 Jun, 2020

R2 v1 2026-06-23T16:22:57.063Z