OCLGMLFeb 15, 2021

A Near-Optimal Algorithm for Stochastic Bilevel Optimization via Double-Momentum

arXiv:2102.07367v3166 citations
AI Analysis

This work addresses optimization problems in machine learning where decisions depend on nested subproblems, offering a more efficient single-timescale approach compared to prior two-timescale methods.

The paper tackles stochastic bilevel optimization by proposing the SUSTAIN algorithm, which achieves an iteration complexity of O(ε^{-3/2}) to find an ε-stationary solution for non-convex upper-level objectives, matching the best-known complexity for single-level stochastic gradient methods.

This paper proposes a new algorithm -- the \underline{S}ingle-timescale Do\underline{u}ble-momentum \underline{St}ochastic \underline{A}pprox\underline{i}matio\underline{n} (SUSTAIN) -- for tackling stochastic unconstrained bilevel optimization problems. We focus on bilevel problems where the lower level subproblem is strongly-convex and the upper level objective function is smooth. Unlike prior works which rely on \emph{two-timescale} or \emph{double loop} techniques, we design a stochastic momentum-assisted gradient estimator for both the upper and lower level updates. The latter allows us to control the error in the stochastic gradient updates due to inaccurate solution to both subproblems. If the upper objective function is smooth but possibly non-convex, we show that {\aname}~requires $\mathcal{O}(ε^{-3/2})$ iterations (each using ${\cal O}(1)$ samples) to find an $ε$-stationary solution. The $ε$-stationary solution is defined as the point whose squared norm of the gradient of the outer function is less than or equal to $ε$. The total number of stochastic gradient samples required for the upper and lower level objective functions matches the best-known complexity for single-level stochastic gradient algorithms. We also analyze the case when the upper level objective function is strongly-convex.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes