Solving Matrix Games with Near-Optimal Matvec Complexity

πŸ“… 2026-01-05
πŸ“ˆ Citations: 1
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the computation of Ξ΅-approximate Nash equilibria in two-player bilinear zero-sum games with bounded payoff matrices under strategy constraints. Focusing on ℓ₁–ℓ₁ and ℓ₂–ℓ₁ matrix games, the study proposes novel first-order optimization algorithms that exploit the geometric structure of the problems to accelerate convergence. The key contribution lies in significantly reducing the matrix-vector multiplication complexity for ℓ₁–ℓ₁ games from Γ•(Ρ⁻⁸⁄⁹) to Γ•(Ρ⁻²⁄³). Moreover, for ℓ₂–ℓ₁ gamesβ€”which correspond to hard-margin support vector machinesβ€”the algorithm achieves a complexity of Γ•(Ρ⁻²⁄³) (ignoring logarithmic factors), matching the known lower bound for the first time and thereby attaining theoretically optimal efficiency.

Technology Category

Application Category

πŸ“ Abstract
We study the problem of computing an $\epsilon$-approximate Nash equilibrium of a two-player, bilinear game with a bounded payoff matrix $A \in \mathbb{R}^{m \times n}$, when the players'strategies are constrained to lie in simple sets. We provide algorithms which solve this problem in $\tilde{O}(\epsilon^{-2/3})$ matrix-vector multiplies (matvecs) in two well-studied cases: $\ell_1$-$\ell_1$ (or zero-sum) games, where the players'strategies are both in the probability simplex, and $\ell_2$-$\ell_1$ games (encompassing hard-margin SVMs), where the players'strategies are in the unit Euclidean ball and probability simplex respectively. These results improve upon the previous state-of-the-art complexities of $\tilde{O}(\epsilon^{-8/9})$ for $\ell_1$-$\ell_1$ and $\tilde{O}(\epsilon^{-7/9})$ for $\ell_2$-$\ell_1$ due to [KOS'25]. In both settings our results are nearly-optimal as they match lower bounds of [KS'25] up to polylogarithmic factors.
Problem

Research questions and friction points this paper is trying to address.

Matrix Games
Nash Equilibrium
Zero-sum Games
Matrix-Vector Products
Bilinear Optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

matrix games
Nash equilibrium
matrix-vector products
zero-sum games
support vector machines
πŸ”Ž Similar Papers
No similar papers found.