paper-with-me

Papers

Fast Objective & Duality Gap Convergence for Non-Convex Strongly-Concave Min-Max Problems with PL Condition

2020-06-12 · Zhishuai Guo, Yan Yan, Zhuoning Yuan, Tianbao Yang

This paper focuses on stochastic methods for solving smooth non-convex strongly-concave min-max problems, which have received increasing attention due to their potential applications in deep learning (e.g., deep AUC maximization, distributionally robust optimization). However, most of the existing algorithms are slow in practice, and their analysis revolves around the convergence to a nearly stationary point.We consider leveraging the Polyak-Lojasiewicz (PL) condition to design faster stochastic algorithms with stronger convergence guarantee. Although PL condition has been utilized for designing many stochastic minimization algorithms, their applications for non-convex min-max optimization remain rare. In this paper, we propose and analyze a generic framework of proximal stage-based method with many well-known stochastic updates embeddable. Fast convergence is established in terms of both the primal objective gap and the duality gap. Compared with existing studies, (i) our analysis is based on a novel Lyapunov function consisting of the primal objective gap and the duality gap of a regularized function, and (ii) the results are more comprehensive with improved rates that have better dependence on the condition number under different assumptions. We also conduct deep and non-deep learning experiments to verify the effectiveness of our methods.

📄 PDF Abstract BibTeX arXiv:2006.06889

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal Epoch Stochastic Gradient Descent Ascent Methods for Min-Max Optimization

2020-02-13 · NeurIPS 2020 12 · Yan Yan, Yi Xu, Qihang Lin, Wei Liu 외

Epoch gradient descent method (a.k.a. Epoch-GD) proposed by Hazan and Kale (2011) was deemed a breakthrough for stochastic strongly convex minimization, which achieves the optimal convergence rate of $O(1/T)$ with $T$ it…

LEMMA

SDCA without Duality, Regularization, and Individual Convexity

2016-02-04 · Shai Shalev-Shwartz

Stochastic Dual Coordinate Ascent is a popular method for solving regularized loss minimization for the case of convex losses. We describe variants of SDCA that do not require explicit regularization and do not rely on d…

SAGA: A Fast Incremental Gradient Method With Support for Non-Strongly Convex Composite Objectives

2014-07-01 · NeurIPS 2014 12 · Aaron Defazio, Francis Bach, Simon Lacoste-Julien

In this work we introduce a new optimisation method called SAGA in the spirit of SAG, SDCA, MISO and SVRG, a set of recently proposed incremental gradient algorithms with fast linear convergence rates. SAGA improves on t…

Duality-free Methods for Stochastic Composition Optimization

2017-10-26 · Liu Liu, Ji Liu, DaCheng Tao

We consider the composition optimization with two expected-value functions in the form of $\frac{1}{n}\sum\nolimits_{i = 1}^n F_i(\frac{1}{m}\sum\nolimits_{j = 1}^m G_j(x))+R(x)$, { which formulates many important proble…

Reinforcement Learning

Random Reshuffling: Simple Analysis with Vast Improvements

2020-06-10 · NeurIPS 2020 12 · Konstantin Mishchenko, Ahmed Khaled, Peter Richtárik

Random Reshuffling (RR) is an algorithm for minimizing finite-sum functions that utilizes iterative gradient descent steps in conjunction with data reshuffling. Often contrasted with its sibling Stochastic Gradient Desce…