Mini-Extragradient Methods
Xiaozhi Liu, Yong Xia

TL;DR
This paper introduces Mini-Extragradient methods that adapt stepsize selection and reduce computational costs by focusing on dominant components and sampling, achieving faster convergence and significant speedups over classical methods.
Contribution
The paper proposes novel Mini-Extragradient algorithms with adaptive stepsize and coordinate sampling, improving efficiency and convergence guarantees for solving monotone nonlinear equations.
Findings
Achieves over 13x speedup in experiments
Provides convergence guarantees and rate analyses
Outperforms classical EG in standard applications
Abstract
The Extragradient (EG) method stands as a cornerstone algorithm for solving monotone nonlinear equations but faces two important unresolved challenges: (i) how to select stepsizes without relying on the global Lipschitz constant or expensive line-search procedures, and (ii) how to reduce the two full evaluations of the mapping required per iteration to effectively one, without compromising convergence guarantees or computational efficiency. To address the first challenge, we propose the Greedy Mini-Extragradient (Mini-EG) method, which updates only the coordinate associated with the dominant component of the mapping at each extragradient step. This design capitalizes on componentwise Lipschitz constants that are far easier to estimate than the classical global Lipschitz constant. To further lower computational cost, we introduce a Random Mini-EG variant that replaces full mapping…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Gaussian Processes and Bayesian Inference · Sparse and Compressive Sensing Techniques
