Papers
Topics
Authors
Recent
Search
2000 character limit reached

AltGDA: Alternating Gradient Descent-Ascent

Updated 14 July 2026
  • AltGDA is a sequential update method for minimax optimization, performing descent in x followed by ascent in y.
  • It demonstrates improved convergence and iteration complexity over simultaneous updates in strongly convex–concave and bilinear games.
  • Variants extend AltGDA to proximal, stochastic, adaptive, and manifold settings, offering practical benefits in GANs, PCA, and robust models.

Searching arXiv for recent and foundational papers on Alternating Gradient Descent-Ascent. Alternating Gradient Descent–Ascent (AltGDA) is a class of single-loop first-order methods for minimax optimization and game dynamics in which the two blocks are updated sequentially rather than simultaneously. In its canonical form for a smooth two-player problem minxmaxyf(x,y)\min_x \max_y f(x,y), the method performs a descent step in xx using (xt,yt)(x_t,y_t) and then an ascent step in yy using the fresh iterate xt+1x_{t+1} and the stale iterate yty_t. This alternation distinguishes AltGDA from simultaneous GDA and is the source of several theoretical phenomena reported across the literature: bounded regret and recurrent cycling in unconstrained bilinear zero-sum games (Bailey et al., 2019), near-optimal local linear convergence in strongly convex–strongly concave problems (Zhang et al., 2021), improved global iteration complexity over simultaneous updates in smooth strongly-convex-strongly-concave settings (Lee et al., 2024), and single-loop convergence guarantees in nonconvex minimax regimes with proximal, stochastic, adaptive, Riemannian, or zeroth-order variants (Boţ et al., 2020).

1. Canonical formulation and update structure

The standard AltGDA iteration for an unconstrained smooth minimax problem

minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)

takes the form

xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),

or, with separate step-sizes,

xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).

This sequential structure appears verbatim in the strongly convex–strongly concave analysis of Alt-GDA (Zhang et al., 2021) and in the global SCSC analysis comparing alternating and simultaneous updates (Lee et al., 2024).

In bilinear zero-sum games with payoff f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_2, the alternating update becomes

xx0

which was introduced as “sequential” or “alternating” play in the finite-regret analysis of Bailey, Gidel, and Piliouras (Bailey et al., 2019). In constrained matrix games, the same alternation is combined with Euclidean projection: xx1 with convergence measured by the ergodic duality gap (Nan et al., 4 Oct 2025).

A major branch of the literature studies proximal AltGDA for composite objectives. For nonconvex–concave problems of the form

xx2

the deterministic single-loop updates are

xx3

with xx4 (Boţ et al., 2020). The same proximal sequential template recurs in later regularized and accelerated formulations, including Prox-AltGDAm (Chen et al., 2021) and AGDA+ (Zhang et al., 2024).

The defining feature of AltGDA is therefore not a single objective class but the ordering of information flow: the ascent step is evaluated at the updated primal block. This suggests that AltGDA is best understood as an algorithmic pattern spanning Euclidean, constrained, proximal, stochastic, and manifold settings rather than a single fixed method.

2. Bilinear zero-sum games: finite regret, bounded orbits, and recurrence

The 2019 analysis of unconstrained bilinear zero-sum games gave one of the sharpest early characterizations of alternation (Bailey et al., 2019). In the game

xx5

AltGDA yields an energy–payoff identity for each block: xx6 and

xx7

These identities imply a bounded-regret theorem: if Agent 1 plays AltGDA with fixed xx8, then against any sequence xx9, her regret after (xt,yt)(x_t,y_t)0 updates is bounded by

(xt,yt)(x_t,y_t)1

regardless of how the opponent updates (Bailey et al., 2019). The result is notable because it holds with arbitrary fixed step-size rather than decaying step-sizes.

When both agents use AltGDA, the same paper establishes an exactly conserved “perturbed energy”

(xt,yt)(x_t,y_t)2

which remains equal to (xt,yt)(x_t,y_t)3 for all (xt,yt)(x_t,y_t)4 (Bailey et al., 2019). If (xt,yt)(x_t,y_t)5, then the iterates remain in a bounded region, and a complementary lower bound shows the joint norm is bounded away from (xt,yt)(x_t,y_t)6 whenever (xt,yt)(x_t,y_t)7. The map is also volume-preserving because AltGDA is a composition of two block-triangular maps whose Jacobians each have determinant (xt,yt)(x_t,y_t)8; Poincaré’s recurrence theorem then implies that almost every initial condition returns arbitrarily close to its start infinitely often (Bailey et al., 2019).

The constrained bilinear literature later shifted the emphasis from bounded cycles to ergodic convergence. For compact convex strategy sets, including matrix games on simplices, AltGDA with constant step-size achieves an (xt,yt)(x_t,y_t)9 ergodic convergence rate when there is an interior Nash equilibrium, with

yy0

provided

yy1

(Nan et al., 4 Oct 2025). Without an interior equilibrium, the same work proves an yy2 local convergence rate in a neighborhood yy3 under the constant-step condition yy4 and a refined energy argument (Nan et al., 4 Oct 2025).

These two strands are complementary rather than contradictory. In unconstrained bilinear dynamics, AltGDA generically produces bounded recurrent orbits rather than convergence to equilibrium (Bailey et al., 2019). In compact constrained bilinear games, averaged iterates can nevertheless enjoy yy5 ergodic gap decay (Nan et al., 4 Oct 2025). A common misconception is that “alternation guarantees convergence” in bilinear games; the record is narrower. The unconstrained theory emphasizes boundedness and recurrence, whereas the constrained theory emphasizes averaged duality-gap convergence.

3. Why alternation differs from simultaneous GDA

Several papers isolate the mechanism by which alternation changes the dynamics. In the bilinear setting, simultaneous GDA

yy6

is described as the naive “Euler” integrator of the continuous Hamiltonian system yy7, yy8. Its drawbacks are explicit: it does not conserve energy, iterates diverge from equilibrium, and the map is volume-expanding, leading to formally chaotic behavior and linear or unbounded regret. AltGDA is instead interpreted as a symplectic integrator of Verlet/leapfrog type: it exactly conserves a perturbed energy, preserves volume, and thereby avoids systematic drift away from equilibrium (Bailey et al., 2019).

In strongly convex–strongly concave problems, the distinction appears through the Jacobian of the iteration map near the Nash equilibrium. For SCSC objectives with twice continuously differentiable yy9 satisfying

xt+1x_{t+1}0

and Hessian block norms bounded by xt+1x_{t+1}1, Alt-GDA with xt+1x_{t+1}2 satisfies

xt+1x_{t+1}3

where xt+1x_{t+1}4, xt+1x_{t+1}5, and xt+1x_{t+1}6 (Zhang et al., 2021). Standard linearization then yields local linear convergence with iteration complexity xt+1x_{t+1}7. The simultaneous counterpart admits a much slower worst-case spectral radius

xt+1x_{t+1}8

corresponding to xt+1x_{t+1}9 iterations (Zhang et al., 2021).

A more global comparison is provided for twice-differentiable SCSC functions with Lipschitz gradients, where Alt-GDA uses step-sizes satisfying

yty_t0

Under these conditions, the iteration complexity is

yty_t1

where yty_t2, yty_t3, and yty_t4 (Lee et al., 2024). The corresponding simultaneous bound is

yty_t5

and the paper states that the upper bound for Alt-GDA is strictly smaller than the lower bound for Sim-GDA (Lee et al., 2024).

The same work proposes Alternating-Extrapolation GDA (Alex-GDA), with extrapolation parameters yty_t6, subsuming Sim-GDA and Alt-GDA as special cases yty_t7 and yty_t8 (Lee et al., 2024). Alex-GDA attains

yty_t9

and is reported to match the extragradient lower bound while requiring two gradient evaluations per iteration instead of four (Lee et al., 2024). This suggests that alternation can be viewed as an intermediate point in a broader design space of sequential and extrapolated schemes.

4. Nonconvex minimax theory: concavity, PL structure, and proximal variants

Outside convex–concave settings, AltGDA is primarily analyzed through structure imposed on the maximization block. One influential line considers nonconvex–concave or nonconvex–PL objectives, where the value function

minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)0

or its composite analog is smooth or weakly convex enough to support first-order stationarity analysis.

For nonconvex–PL minimax problems with Lipschitz gradient constant minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)1 and PL constant minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)2 in minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)3, deterministic AGDA uses

minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)4

Choosing

minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)5

yields

minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)6

and hence minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)7 to reach minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)8 (Yang et al., 2021). The stochastic single-sample version attains sample complexity minxRnmaxyRmf(x,y)\min_{x\in\mathbb{R}^n}\max_{y\in\mathbb{R}^m} f(x,y)9 under bounded variance (Yang et al., 2021). The same paper emphasizes that AGDA matches the best xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),0 complexity under the weaker PL assumption instead of strong concavity.

A related but stronger condition is the two-sided PL inequality. For unconstrained nonconvex-nonconcave xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),1, if both blocks satisfy PL-type inequalities, AGDA with

xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),2

converges globally at a linear rate in the potential

xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),3

with contraction factor

xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),4

where xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),5 (Yang et al., 2020). This extends linear convergence beyond strong convexity/concavity to a class of nonconvex-nonconcave minimax problems.

For nonconvex–concave composite problems, the proximal single-loop AltGDA of Boţ and Böhm studies

xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),6

under xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),7-weak convexity in xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),8, concavity and xt+1=xtηxf(xt,yt),yt+1=yt+ηyf(xt+1,yt),x_{t+1} = x_t - \eta \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta \nabla_y f(x_{t+1},y_t),9-smoothness in xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).0, bounded xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).1, and lower boundedness of xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).2 (Boţ et al., 2020). With

xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).3

the deterministic algorithm finds an xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).4-stationary point of the Moreau envelope xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).5 after

xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).6

iterations (Boţ et al., 2020). In the stochastic case, with batch-size xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).7, one obtains xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).8 for xt+1=xtηxxf(xt,yt),yt+1=yt+ηyyf(xt+1,yt).x_{t+1} = x_t - \eta_x \nabla_x f(x_t,y_t), \qquad y_{t+1} = y_t + \eta_y \nabla_y f(x_{t+1},y_t).9 (Boţ et al., 2020). In the nonconvex–strongly-concave regime, the same paper gives single-loop rates f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_20 and f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_21 for deterministic and stochastic settings (Boţ et al., 2020).

A later accelerated proximal version, Prox-AltGDAm, adds heavy-ball momentum in f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_22 and Nesterov momentum in f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_23 to the regularized nonconvex–strongly-concave problem

f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_24

where f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_25 is f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_26-smooth and f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_27-strongly concave in f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_28 (Chen et al., 2021). With f(x1,x2)=x1Ax2f(x_1,x_2)=x_1^\top A x_29, xx00, and xx01, the method reaches

xx02

in

xx03

iterations (Chen et al., 2021). This improves the stated single-loop dependence on xx04 relative to prior AltGDA-type methods.

Across these nonconvex results, the main theme is that alternation alone is usually not sufficient; the theory additionally requires concavity, strong concavity, PL, weak convexity plus Moreau smoothing, or analogous regularity conditions in the inner block. This suggests that AltGDA is best seen as a favorable update order whose guarantees depend critically on problem geometry.

5. Variants: adaptive, stochastic, zeroth-order, and regularized AltGDA

A substantial part of the AltGDA literature concerns practical modifications that preserve the alternating structure while weakening oracle assumptions or reducing hyperparameter sensitivity.

For double-regularized nonconvex–strongly-concave problems

xx05

AGDA+ introduces nonmonotone backtracking to choose primal-dual step-sizes without knowing the global Lipschitz constant xx06 and concavity modulus xx07 (Zhang et al., 2024). The algorithm alternates the proximal updates

xx08

and uses local-smoothness tests to accept or reject trial steps. The paper states that AGDA+ achieves the optimal iteration complexity xx09 and is the first step-size search method for NCSC minimax problems that require only xx10 calls to xx11 on average per backtracking iteration (Zhang et al., 2024).

In stochastic minimax problems with decision-dependent distributions, the alternating adaptive method AASGDA updates

xx12

where each adaptive gradient includes a correction through the learned distribution map xx13: xx14

xx15

(Gao et al., 14 Sep 2025). Under the PL condition in xx16, with

xx17

and online least-squares estimation yielding xx18, the method reaches an xx19-stationary point within xx20 stochastic gradient evaluations (Gao et al., 14 Sep 2025).

When gradients are unavailable, zeroth-order alternating methods replace each block gradient by a two-point estimator. For NC-PL minimax problems, ZO-AGDA uses

xx21

and alternates descent in xx22 with ascent in xx23 (Xu et al., 2022). The paper states total function-value query complexity xx24 for deterministic ZO-AGDA and xx25 for stochastic variance-reduced ZO-VRAGDA (Xu et al., 2022).

Regularization can also reshape the landscape itself. In two-player zero-sum Markov games, entropy-regularized AltGDA updates

xx26

for

xx27

(Zeng et al., 2022). The fixed-xx28 theory gives geometric decay to the unique regularized Nash equilibrium, while a diminishing schedule

xx29

yields last-iterate rate xx30 and therefore xx31 gradient updates to an xx32 Nash equilibrium of the original unregularized game (Zeng et al., 2022).

These variants do not alter the core semantics of AltGDA. They preserve the sequential dependence xx33 while modifying the oracle, geometry, or line-search mechanism.

6. Geometry-aware and manifold generalizations

AltGDA extends naturally beyond Euclidean spaces when one block lies on a manifold and the other lies in a convex set. In fair principal component analysis, the problem is reformulated as

xx34

where xx35 is the Stiefel manifold and xx36 is the simplex (Xu et al., 2022). The ARPGDA method alternates a Riemannian gradient descent step

xx37

with a projected gradient ascent step

xx38

where a quadratic regularizer xx39 is added to stabilize the ascent block (Xu et al., 2022). Under smoothness assumptions, ARPGDA finds an xx40-stationary point within xx41 iterations (Xu et al., 2022).

A broader Riemannian alternating descent-ascent framework, RADA, considers

xx42

with xx43 a compact Riemannian submanifold and xx44 proper, closed, convex with compact domain (Xu et al., 2024). The framework defines

xx45

and alternates a descent step on the smoothed value function xx46 with the proximal ascent step

xx47

(Xu et al., 2024). With xx48, the framework returns an xx49-Riemannian-game-stationary point and an xx50-Riemannian-optimization-stationary point within xx51 iterations (Xu et al., 2024).

These manifold results reveal two general features. First, alternation is compatible with non-Euclidean descent mechanisms such as retractions, tangent-space projections, and Riemannian gradients. Second, in many geometric settings the ascent step is regularized through a proximal or strongly concave surrogate, suggesting that the most successful manifold instantiations of AltGDA use alternation together with value-function smoothing.

7. Applications, empirical behavior, and common interpretive boundaries

The application areas explicitly named across the literature include training of Generative Adversarial Networks, adversarial deep learning, economic duopoly models, fair PCA, sparse PCA, fair PCA on manifolds, sparse spectral clustering, robust nonlinear regression, and two-player zero-sum Markov games (Bailey et al., 2019). Empirical reports consistently associate alternating updates with reduced oscillation or faster practical progress relative to simultaneous updates, but the phenomena vary by regime.

In the original bilinear zero-sum illustrations, AltGDA strategies cycle around xx52 in a xx53 game with xx54, xx55, and xx56, while cumulative regret oscillates yet remains bounded (Bailey et al., 2019). In quadratic SCSC experiments with xx57–xx58, Alt-GDA is reported to converge linearly with rate approximately xx59, while Sim-GDA converges much more slowly at approximately xx60; on CIFAR-10 and SVHN with WGAN-GP, alternating SGD and AMSGrad reach lower FID in many fewer iterations than simultaneous variants (Zhang et al., 2021). Prox-AltGDAm on the Wasserstein Robustness Model for MNIST reports approximately xx61 speedup in convergence of xx62 versus no-momentum variants and approximately xx63–xx64 higher robust accuracy within the same number of epochs (Chen et al., 2021). In FPCA, ARPGDA is described as roughly one-fifth the time of RSG on synthetic Gaussian data and about xx65 faster than SG/RSG on the USGS dataset (Xu et al., 2022). RADA-RGD and RADA-PGD are reported as xx66–xx67 faster than nested-loop ManPG and augmented-Lagrangian methods on SPCA, FPCA, and SSC (Xu et al., 2024). AGDA+ is reported to require markedly fewer gradient calls than fixed-step GDA, TiAda, and SGDA-B on quadratic WCSC tests (Zhang et al., 2024).

Several boundaries are important for interpretation. First, AltGDA is not uniformly convergent in all minimax settings. In unconstrained bilinear games, it can cycle indefinitely even while enjoying finite regret and bounded iterates (Bailey et al., 2019). Second, superior performance over simultaneous GDA is well established in several structured regimes, especially SCSC and constrained bilinear settings (Zhang et al., 2021, Lee et al., 2024, Nan et al., 4 Oct 2025), but the exact advantage depends on the problem class and performance metric. Third, many nonconvex guarantees concern stationarity of the value function, Moreau envelope, or proximal-gradient mapping rather than direct convergence to a global minimax solution (Boţ et al., 2020). Fourth, stronger guarantees often rely on additional ingredients beyond plain alternation: proximal regularization (Boţ et al., 2020), momentum (Chen et al., 2021), entropy regularization (Zeng et al., 2022), extrapolation (Lee et al., 2024), or value-function smoothing on manifolds (Xu et al., 2024).

Taken together, the AltGDA literature portrays alternation as a structurally meaningful algorithmic choice rather than a cosmetic implementation detail. In some regimes it induces conserved quantities, telescoping potentials, or improved Jacobian spectra; in others it serves as the backbone for proximal, adaptive, or geometric methods. A plausible implication is that the main value of AltGDA lies not merely in “updating in turn,” but in enabling analyses and algorithmic designs that exploit the freshly updated descent block in the ascent step.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (14)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Alternating Gradient Descent-Ascent (AltGDA).