A Homogeneous Second-Order Descent Ascent Algorithm for Nonconvex-Strongly Concave Minimax Problems
Published 15 Feb 2026 in math.OC | (2602.14058v1)
Abstract: This paper introduces a novel Homogeneous Second-order Descent Ascent (HSDA) algorithm for nonconvex-strongly concave minimax optimization problems. At each iteration, HSDA uniquely computes a search direction by solving a homogenized eigenvalue subproblem built from the gradient and Hessian of the objective function. This formulation guarantees a descent direction with sufficient negative curvature even in near-positive-semidefinite Hessian regimes--a key feature that enhances escape from saddle points. We prove that HSDA finds an O(ε,ε)-second-order stationary point within O~(ε<sup>−3/2) iterations, matching the optimal ε-order iteration complexity among second-order methods for this problem class. To address large-scale applications, we further design an inexact variant (IHSDA) that preserves the single-loop structure while solving the subproblem approximately via a Lanczos procedure. With high probability, IHSDA achieves the same O~(ε<sup>−3/2) iteration complexity and attains an O(ε,ε)-second-order stationary point, with the total Hessian-vector product cost bounded by O~(ε<sup>−7/4). Experiments on synthetic minimax problems and adversarial training tasks confirm the practical effectiveness and robustness of the proposed algorithms.
The paper proposes the HSDA and its inexact variant IHSDA algorithms for solving nonconvex-strongly concave minimax problems, demonstrating $ ilde{\mathcal{O}(\varepsilon^{-3/2})$ iteration complexity.
The exact HSDA uses a homogenized eigenvalue direction computation that avoids solving multiple subproblems, in contrast to other second-order methods, while the inexact variant IHSDA employs a Lanczos-based method with efficiently computable accuracy.
Theoretical and numerical results highlight the superiority of HSDA over competing methods, especially in escaping strict saddle points and handling adversarial training tasks with comparable or better convergence to datasets like MNIST in the setting of a neural network logloss approach.
Overview and problem setting
This paper addresses unconstrained nonconvex-strongly concave minimax problems of the form x∈Rnminy∈Rmmaxf(x,y), where f is strongly concave in y but possibly nonconvex in x. The value function is F(x):=maxyf(x,y). The authors propose the Homogeneous Second-order Descent Ascent (HSDA) algorithm, together with an inexact Lanczos-based variant (IHSDA), and establish iteration complexity guarantees matching the best known rates for second-order methods on this problem class (2602.14058).
The motivation stems from applications such as adversarial training, distributionally robust optimization, domain adaptation, and AUC maximization. While first-order methods achieve O~(κy2ε−2) iterations for an ε-first-order stationary point—with acceleration improving this to O~(κyε−2)—second-order methods can additionally certify curvature and escape strict saddle points. Existing second-order approaches split into cubic-regularization methods (MCN of Luo et al., ICLM of Chen et al.) and trust-region methods (MINIMAX-TR/TRACE of Yao and Xu; GRTR and LMNegCur of Wang and Xu). All of these attain O(ε−3/2) iteration complexity to reach an O(ε,ε)-second-order stationary point.
Algorithmic design
HSDA adapts the Homogeneous Second-order Descent Method (HSODM) framework—originally developed for unconstrained nonconvex minimization—to the minimax setting via two components per outer iteration:
Inexact inner maximization. Given f0, Nesterov's accelerated gradient ascent with f1 steps produces an approximate maximizer f2, from which the inexact gradient f3 and Schur-complement Hessian approximationf4 are formed. The inner step counts are chosen so that both f5 and the induced errors f6, f7 are controlled.
Homogenized eigenvalue direction computation. The search direction solves
f8
an f9-dimensional extremal-eigenvalue problem whose solution is a unit eigenvector of y0 associated with its smallest eigenvalue. If y1, the step is y2; otherwise it falls back to y3. The outer update rescales via y4.
A structural advantage over IGRTR/ILMNegCur is emphasized: those methods must solve both a regularized Newton system and an y5-dimensional extremal eigenproblem per iteration, whereas HSDA solves only one homogenized eigenvalue problem in a lifted space.
Complexity analysis for exact HSDA
Under strong concavity of y6 in y7, Lipschitz continuity of the gradient and Hessian blocks, and boundedness below of y8, standard results give that y9 and x0 are Lipschitz continuous, with x1 and x2.
The analysis proceeds by splitting iterations according to whether x3 or not:
In the former regime, the step length satisfies x4, and the optimality conditions of the eigenvalue subproblem imply sufficient decrease: each such iteration decreases x5 by at least x6 under the parameter choices x7, x8, x9, F(x):=maxyf(x,y)0.
In the latter regime, the next iterate satisfies F(x):=maxyf(x,y)1 and F(x):=maxyf(x,y)2, i.e., it is already an F(x):=maxyf(x,y)3-second-order stationary point.
Combining the two regimes via a potential-function argument yields the main theorem: HSDA reaches an F(x):=maxyf(x,y)4-second-order stationary point within at most F(x):=maxyf(x,y)5 iterations, matching the optimal F(x):=maxyf(x,y)6-order among second-order methods for this class. The stopping criterion based on F(x):=maxyf(x,y)7 is verifiable without explicit Hessian eigendecomposition, which is practically useful.
One assumption worth noting: the descent analysis requires F(x):=maxyf(x,y)8, which holds automatically under the prescribed parameter choice since F(x):=maxyf(x,y)9 with small O~(κy2ε−2)0.
The inexact variant IHSDA
For large-scale problems where computing the smallest eigenpair exactly is prohibitive, IHSDA replaces Step 3 of HSDA by a Lanczos procedure with skewed randomization applied to O~(κy2ε−2)1, producing a Ritz pair O~(κy2ε−2)2 with residual O~(κy2ε−2)3 satisfying controlled accuracy conditions. The algorithm retains the single-loop structure: if O~(κy2ε−2)4 and the residual component satisfies O~(κy2ε−2)5, the iterate is certified as second-order stationary; otherwise O~(κy2ε−2)6 is increased to O~(κy2ε−2)7 and the Ritz pair recomputed.
The high-probability guarantee rests on two probabilistic facts from the Lanczos-with-skewed-randomization machinery: O~(κy2ε−2)8 and O~(κy2ε−2)9 each hold with probability at least ε0. Under these events, the same decrease argument as in the exact case yields a per-iteration decrease of at least ε1, giving the bound ε2 on outer iterations, with overall success probability at least ε3 — equivalently at least ε4 by Bernoulli's inequality when ε5. This success probability depends polynomially on dimension through ε6, requiring roughly ε7.
The total Hessian-vector product cost is bounded by ε8, matching the rate achieved by IGRTR and ILMNegCur while using only one subproblem type per iteration.
Conditioning comparison. A notable theoretical contribution is the conditioning analysis of the inner subproblems. Solving the regularized Newton system ε9 used in gradient-norm-regularized methods requires O~(κyε−2)0 conjugate-gradient-like steps, and O~(κyε−2)1 can blow up as O~(κyε−2)2. By contrast, the Lanczos condition number O~(κyε−2)3 — defined via the gap between the smallest and second-smallest eigenvalues — is provably finite for any O~(κyε−2)4. In the degenerate case O~(κyε−2)5, the ratio of condition numbers is bounded by O~(κyε−2)6, which vanishes when O~(κyε−2)7 with O~(κyε−2)8 bounded away from zero. When O~(κyε−2)9 the ratio stays order-one, so the homogenized formulation's advantage is most pronounced precisely in the near-stationary regime where Newton-type systems become ill-conditioned. The paper concedes no strict dominance here: in the small-gradient regime the two formulations have comparable conditioning.
Numerical experiments
Experiments compare HSDA/IHSDA against GDA, IMCN, MINIMAX-TRACE, and IGRTR on two tasks.
On a synthetic W-shaped nonconvex-strongly-concave minimax problem containing a strict saddle, GDA stalls near the saddle, while the four second-order methods escape. HSDA shows the fastest decrease, reducing the optimality gap to about O(ε−3/2)0 and the gradient norm to about O(ε−3/2)1 within roughly a dozen iterations from both tested initializations. GRTR converges quickly but oscillates more; MCN progresses smoothly but slower; MINIMAX-TRACE is slowest and most oscillatory with the chosen parameters. These comparisons depend on the specific parameter settings used, and no hyperparameter search protocol across all methods is reported.
For adversarial training on MNIST (a convolutional network trained against O(ε−3/2)2-penalized adversarial perturbations, batch size 64, cross-entropy loss with O(ε−3/2)3), IHSDA reaches approximately 80% test accuracy and attains the lowest objective values among compared methods, with IMCN, IGRTR, and ILMNegCur competitive and GDA remaining below roughly 70% accuracy within the plotted budget. The Lanczos procedure was capped at 80 iterations, indicating that even coarse approximate solutions of the homogenized subproblem suffice in practice.
Limitations and open questions
Several caveats qualify the results. The theory assumes deterministic access to exact gradients and Hessians of O(ε−3/2)4; extension to stochastic or finite-sum settings with subsampled Hessian-vector products is not analyzed, despite the adversarial-training experiment being mini-batch based. The complexity bounds depend on the global constants O(ε−3/2)5, O(ε−3/2)6, O(ε−3/2)7, and the initial gap O(ε−3/2)8, which may be difficult to estimate in practice; the experiments use hand-specified values (e.g., O(ε−3/2)9, O(ε,ε)0, O(ε,ε)1). The high-probability guarantee for IHSDA involves a union bound over up to O(ε,ε)2 Lanczos calls, so the failure probability scales linearly with O(ε,ε)3. Finally, the framework is restricted to strongly concave inner problems; whether the homogeneous eigenvalue approach extends to merely concave, weakly convex, or fully nonconvex-nonconcave minimax structures remains open.
Conclusion
This paper contributes a second-order descent-ascent method whose search directions arise from a single homogenized extremal-eigenvalue subproblem per iteration. Both the exact and Lanczos-based inexact variants achieve O(ε,ε)4 iteration complexity for reaching O(ε,ε)5-second-order stationary points, with IHSDA requiring O(ε,ε)6 Hessian-vector products in expectation over randomized eigensolver calls. The conditioning analysis showing that the homogenized subproblem avoids the ill-conditioning of regularized Newton systems near stationary points is a concrete differentiator relative to prior trust-region and cubic-regularization schemes. Numerical results on synthetic saddle-escape problems and MNIST adversarial training support the practical viability of the approach.
“Emergent Mind helps me see which AI papers have caught fire online.”
Philip
Creator, AI Explained on YouTube
Sign up for free to explore the frontiers of research
Discover trending papers, chat with arXiv, and track the latest research shaping the future of science and technology.Discover trending papers, chat with arXiv, and more.