Table of Contents
Fetching ...

Generalized Optimistic Methods for Convex-Concave Saddle Point Problems

Ruichen Jiang, Aryan Mokhtari

TL;DR

The paper addresses convex-concave saddle point problems with composite objectives, introducing a generalized optimistic method that interprets optimistic steps as proximal-point approximations and extends to non-Euclidean geometries via Bregman distances. By instantiating the framework with first-, second-, and higher-order oracles and coupling it with a backtracking line search, the authors derive best-known global iteration complexity bounds across problem classes, including $\mathcal{O}(1/ε)$ for first-order in convex-concave, $O(κ_1\log(1/ε))$ in SC-SC, $O(ε^{-2/3})$ for second-order in convex-concave, and $O((κ_p)^{2/(p+1)}+\log\log(1/ε))$ for higher-order, under Lipschitz assumptions on derivatives. The line search requires only a constant average number of subproblem solves per iteration, enhancing practical applicability. Numerical experiments corroborate the theoretical rates, showing near-constant line-search costs and predictable convergence behavior across orders. Overall, the work provides a unified, adaptive, multi-order framework for efficient saddle-point optimization with broad applicability to constrained and composite settings.

Abstract

The optimistic gradient method has seen increasing popularity for solving convex-concave saddle point problems. To analyze its iteration complexity, a recent work [arXiv:1906.01115] proposed an interesting perspective that interprets this method as an approximation to the proximal point method. In this paper, we follow this approach and distill the underlying idea of optimism to propose a generalized optimistic method, which includes the optimistic gradient method as a special case. Our general framework can handle constrained saddle point problems with composite objective functions and can work with arbitrary norms using Bregman distances. Moreover, we develop a backtracking line search scheme to select the step sizes without knowledge of the smoothness coefficients. We instantiate our method with first-, second- and higher-order oracles and give best-known global iteration complexity bounds. For our first-order method, we show that the averaged iterates converge at a rate of $O(1/N)$ when the objective function is convex-concave, and it achieves linear convergence when the objective is strongly-convex-strongly-concave. For our second- and higher-order methods, under the additional assumption that the distance-generating function has Lipschitz gradient, we prove a complexity bound of $O(1/ε^\frac{2}{p+1})$ in the convex-concave setting and a complexity bound of $O((L_pD^\frac{p-1}{2}/μ)^\frac{2}{p+1}+\log\log\frac{1}ε)$ in the strongly-convex-strongly-concave setting, where $L_p$ ($p\geq 2$) is the Lipschitz constant of the $p$-th-order derivative, $μ$ is the strong convexity parameter, and $D$ is the initial Bregman distance to the saddle point. Moreover, our line search scheme provably only requires a constant number of calls to a subproblem solver per iteration on average, making our first- and second-order methods particularly amenable to implementation.

Generalized Optimistic Methods for Convex-Concave Saddle Point Problems

TL;DR

The paper addresses convex-concave saddle point problems with composite objectives, introducing a generalized optimistic method that interprets optimistic steps as proximal-point approximations and extends to non-Euclidean geometries via Bregman distances. By instantiating the framework with first-, second-, and higher-order oracles and coupling it with a backtracking line search, the authors derive best-known global iteration complexity bounds across problem classes, including for first-order in convex-concave, in SC-SC, for second-order in convex-concave, and for higher-order, under Lipschitz assumptions on derivatives. The line search requires only a constant average number of subproblem solves per iteration, enhancing practical applicability. Numerical experiments corroborate the theoretical rates, showing near-constant line-search costs and predictable convergence behavior across orders. Overall, the work provides a unified, adaptive, multi-order framework for efficient saddle-point optimization with broad applicability to constrained and composite settings.

Abstract

The optimistic gradient method has seen increasing popularity for solving convex-concave saddle point problems. To analyze its iteration complexity, a recent work [arXiv:1906.01115] proposed an interesting perspective that interprets this method as an approximation to the proximal point method. In this paper, we follow this approach and distill the underlying idea of optimism to propose a generalized optimistic method, which includes the optimistic gradient method as a special case. Our general framework can handle constrained saddle point problems with composite objective functions and can work with arbitrary norms using Bregman distances. Moreover, we develop a backtracking line search scheme to select the step sizes without knowledge of the smoothness coefficients. We instantiate our method with first-, second- and higher-order oracles and give best-known global iteration complexity bounds. For our first-order method, we show that the averaged iterates converge at a rate of when the objective function is convex-concave, and it achieves linear convergence when the objective is strongly-convex-strongly-concave. For our second- and higher-order methods, under the additional assumption that the distance-generating function has Lipschitz gradient, we prove a complexity bound of in the convex-concave setting and a complexity bound of in the strongly-convex-strongly-concave setting, where () is the Lipschitz constant of the -th-order derivative, is the strong convexity parameter, and is the initial Bregman distance to the saddle point. Moreover, our line search scheme provably only requires a constant number of calls to a subproblem solver per iteration on average, making our first- and second-order methods particularly amenable to implementation.
Paper Structure (39 sections, 37 theorems, 143 equations, 3 figures, 4 tables, 5 algorithms)

This paper contains 39 sections, 37 theorems, 143 equations, 3 figures, 4 tables, 5 algorithms.

Key Result

Lemma 2.1

The operator $F$ defined in eq:def_of_F_H is monotone on $\mathcal{Z}$ under Assumption assum:monotone, and is $\mu$-strongly monotone w.r.t. $\Phi_{\mathcal{Z}}$ on $\mathcal{Z}$ under Assumption assum:strongly_monotone.

Figures (3)

  • Figure 1: The performance of the first-order optimistic methods on solving the convex-concave saddle point problem in \ref{['eq:matrix_game']}.
  • Figure 2: The performance of the first-order optimistic methods on solving a strongly-convex-strongly-concave saddle point problem in \ref{['eq:test_prob_1']}.
  • Figure 3: The performance of the second-order optimistic method on solving the saddle point problems in \ref{['eq:test_prob_2']} with $\mu = 0$ and $\mu = 10^{-3}$, respectively.

Theorems & Definitions (81)

  • Definition 2.1
  • Definition 2.2
  • Definition 2.3
  • Definition 2.4
  • Lemma 2.1
  • Lemma 2.2
  • Remark 2.1
  • Lemma 2.3
  • Remark 2.2
  • Proposition 3.1
  • ...and 71 more