Papers
Topics
Authors
Recent
Search
2000 character limit reached

A Single-Loop Regularized Newton Method for Nonconvex-Strongly-Concave Minimax Optimization

Published 5 Jun 2026 in math.OC | (2606.07003v1)

Abstract: For smooth nonconvex-strongly-concave minimax problems, existing second-order methods share a common double-loop structure where the inner maximization is solved to sufficiently high accuracy before each second-order step. First-order methods are often adopted in the inner loops for scalability, but they also undermine the condition-insensitivity of second-order methods, limiting these methods to instances with mild conditioning. To resolve this issue, we propose a novel single-loop framework based on an equivalent regularized minimization reformulation of the original problem. By deriving a new adaptive cubic-quadratic majorization to dynamically absorb the non-Lipschitz components of the reformulated Hessian, we establish a regularized Newton method with robust theoretical guarantees across multiple settings. For deterministic problems, our single-loop method matches the O(ε<sup>1.5)\mathcal{O}(\varepsilon<sup>{-1.5}) global iteration complexity of the existing double-loop second-order methods, while automatically achieving a local superlinear rate that is unavailable in existing works due to the inner-loop bottleneck. For the stochastic setting, we achieve O(ε<sup>3)\mathcal{O}(\varepsilon<sup>{-3}) gradient and O(ε<sup>2)\mathcal{O}(\varepsilon<sup>{-2}) Hessian complexities by integrating a recursive variance reduction, strictly improving those of the double-loop methods by O(ε<sup>0.5)\mathcal{O}(\varepsilon<sup>{-0.5}) factors. In both deterministic and stochastic experiments, our methods significantly outperform the benchmarks, offering substantial speedups over the double-loop methods even under mildly conditioned instances. As a byproduct of our analysis, we close a gap in stochastic second-order methods for nonconvex minimization, where the best known result contains a nontrivial technical issue.

Authors (3)

Summary

  • The paper presents a single-loop second-order framework that regularizes Newton methods to eliminate the inner maximization bottleneck in NC-SC minimax optimization.
  • The paper develops an adaptive cubic-quadratic majorization technique that ensures global convergence with local superlinear rates and robust performance even under ill-conditioning.
  • The paper extends its method to stochastic settings, achieving improved oracle complexities and resolving gaps in previous analyses of stochastic cubic regularization.

Single-Loop Regularized Newton Methods for Nonconvex-Strongly-Concave Minimax Optimization

Problem Formulation and Context

This work addresses nonconvex-strongly-concave (NC-SC) minimax optimization problems of the form minxmaxyf(x,y)\min_x \max_y f(x, y), where ff is smooth, nonconvex in xx, and strongly concave in yy. Such structures are central in adversarial learning, generative modeling, distributionally robust statistics, and as subproblems in bilevel optimization. While first-order methods are scalable, they suffer from the inefficiency and sensitivity to ill-conditioning common in minimax landscapes. Second-order methods, particularly double-loop approaches involving inner maximization via first-order solvers, mitigate some issues but critically degrade superlinear local convergence and introduce severe dependence on conditioning, especially in stochastic regimes.

Reformulation and Single-Loop Approach

The authors introduce a single-loop second-order framework by leveraging a regularized minimization reformulation. Instead of minimizing the value function Φ(x)=maxyf(x,y)\Phi(x)=\max_y f(x, y) (which is nonsmooth and not directly accessible), they propose minimizing hβ(x,y)=f(x,y)+β2yf(x,y)2h_\beta(x, y)=f(x, y) + \frac{\beta}{2}\|\nabla_y f(x, y)\|^2 with β>μ1\beta>\mu^{-1}, where μ\mu is the strong concavity modulus in yy. Crucially, this reformulation preserves the first- and second-order stationary structure of the original minimax problem but admits direct computation of hβh_\beta and its gradient/Hessian, eliminating the inner maximization bottleneck.

Adaptive Cubic-Quadratic Majorization

The paper’s methodological core is an adaptive cubic-quadratic (ACQ) majorization, which enables efficient second-order steps without requiring Lipschitz continuity of the third derivative (which is typically violated in NC-SC settings). Instead, the authors ingeniously construct a majorizer that absorbs the non-Lipschitz third-order terms into an adaptive quadratic regularization, ensuring each cubic subproblem only involves first- and second-order information in ff0. They show this leads to valid descent with provable guarantees under standard smoothness assumptions.

Algorithmic Schemes

Deterministic Setting

The resulting method, termed ACQRN, updates ff1, where ff2 minimizes a cubic-regularized model:

ff3

with ff4 a tractable surrogate Hessian and ff5, ff6 set adaptively based on problem-dependent quantities, ensuring sufficient descent.

Global iteration complexity matches double-loop second-order methods: ff7 for achieving an ff8-SOSP in the ff9 formulation. Critically, ACQRN achieves local superlinear convergence when entering neighborhoods of nondegenerate solutions—a property unavailable to methods with inner-loop subproblem error bottlenecks. Figure 1

Figure 1: Deterministic robust-regression experiments for xx0 quantify convergence profiles; ACQRN shows robust performance across condition numbers.

Figure 2

Figure 2: CPU time versus condition number; ACQRN remains nearly insensitive to ill-conditioning, outperforming double-loop and first-order baselines.

Stochastic Setting

A stochastic ACQRN (S-ACQRN) variant is defined for objective functions xx1, using unbiased estimators and recursive variance reduction. Batch sizes are coupled to iterate progress, with careful control of estimation error via the Burkholder-Davis-Gundy inequality, improving upon prior methods that require high-probability martingale arguments (which, as the paper notes, contain latent errors in prior literature).

Complexity guarantees strictly improve over double-loop stochastic cubic regularization: Achieving in-expectation gradient complexity xx2 and Hessian complexity xx3, both gaining a xx4 factor over previous approaches reliant on inner stochastic subroutines. The analysis only requires bounded third moments and mean smoothness of the stochastic oracles, dropping incompatible “bounded gradient” assumptions present in earlier works. Figure 3

Figure 3: Stochastic robust-regression results for xx5; S-ACQRN reliably reaches target accuracy faster than stochastic double-loop and first-order methods.

Figure 4

Figure 4: CPU time versus condition number in stochastic experiments; S-ACQRN maintains scalability across a range of ill-conditioning.

Numerical Results

Experiments on robust nonlinear regression (with adversarially perturbed targets) using high-dimensional real datasets substantiate the theoretical claims:

  • In deterministic settings, ACQRN consistently outpaces both double-loop cubic regularization (D-CRN) and vanilla CRN (V-CRN), especially as the condition number xx6 increases.
  • Time-to-accuracy and iteration counts are essentially constant for ACQRN over a wide range of xx7, while comparative methods deteriorate rapidly or fail to converge within practical time budgets.
  • In stochastic settings, S-ACQRN delivers strictly shorter wall-clock times and iteration count to target optimality gaps compared to double-loop stochastic CRN and strong first-order baselines.

Theoretical Implications

The reformulation and associated theory establish equivalence between the regularized xx8 minimization and the original minimax formulation at both first- and second-order stationary structures, under moderate smoothness and strong concavity. The adaptive majorization technique renders higher-order methods practical by removing dependence on unavailable Lipschitz constants of third derivatives. Furthermore, the work resolves theoretical gaps in the stochastic cubic regularization literature: the authors identify a fundamental error in previously popular martingale analysis for the stochastic setting and provide a corrected in-expectation approach applicable to both minimax and minimization problems.

Practical Impact and Future Directions

The ACQRN and S-ACQRN algorithms provide practical, scalable, and theoretically sound pathways for high-accuracy NC-SC minimax optimization, particularly in medium-scale and ill-conditioned applications where first-order methods or inner-loop heavy schemes stagnate. The modular regularization and majorization approach can, in principle, be generalized to other high-order and structured minimax problems.

Possible extensions include:

  • Application to large-batch/sparse structure stochastic settings;
  • Integrating curvature exploitation mechanisms (e.g., negative curvature directions) to accelerate escape from high-order saddle points in broader classes of nonconvex-nonconcave minimax problems;
  • Development of parameter-free variants that automatically adapt regularization/majorization terms.

Conclusion

This work advances single-loop second-order optimization for nonconvex-strongly-concave minimax problems via a regularized Newton framework with novel adaptive cubic-quadratic majorization. The resulting methods achieve global convergence rates on par with double-loop schemes, but uniquely attain local superlinear convergence and exhibit robustness to ill-conditioning, both in theory and empirical evaluation. The stochastic algorithm offers the strongest known oracle complexities under natural moment assumptions, with a theoretically rigorous analysis that also resolves gaps in prior nonconvex minimization work. The regularization and majorization strategies introduced position this line of research as a robust foundation for future high-order algorithms in optimization over complex saddle-point landscapes.


Reference:

"A Single-Loop Regularized Newton Method for Nonconvex-Strongly-Concave Minimax Optimization" (2606.07003)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.