Alternating Stochastic Variance-Reduced Algorithms with Optimal Complexity for Bilevel Optimization
Haimei Huo, Zhixun Su
TL;DR
The paper tackles nonconvex-strongly-convex bilevel optimization by deriving an explicit hypergradient and proposing two alternating variance-reduced algorithms, ALS-SPIDER and ALS-STORM. ALS-SPIDER uses SPIDER-based variance reduction with multi-step LL updates and an auxiliary variable to estimate the hypergradient, achieving an optimal sample complexity of $O(\epsilon^{-1.5})$ under standard assumptions. ALS-STORM replaces SPIDER with STORM to reduce per-iteration batch sizes, while preserving the same $O(\epsilon^{-1.5})$ rate, requiring a large batch only in the initial iteration. Theoretical results are complemented by experiments on synthetic and data-hyper-cleaning tasks, showing practical efficiency improvements and the viability of the two-level alternating framework for bilevel problems.
Abstract
This paper studies the unconstrained nonconvex-strongly-convex bilevel optimization problem. A common approach to solving this problem is to alternately update the upper-level and lower-level variables using (biased) stochastic gradients or their variants, with the lower-level variable updated either one step or multiple steps. In this context, we propose two alternating stochastic variance-reduced algorithms, namely ALS-SPIDER and ALS-STORM, which introduce an auxiliary variable to estimate the hypergradient for updating the upper-level variable. ALS-SPIDER employs the SPIDER estimator for updating variables, while ALS-STORM is a modification of ALS-SPIDER designed to avoid using large batch sizes in every iteration. Theoretically, both algorithms can find an $ε$-stationary point of the bilevel problem with a sample complexity of $O(ε^{-1.5})$ for arbitrary constant number of lower-level variable updates. To the best of our knowledge, they are the first algorithms to achieve the optimal complexity of $O(ε^{-1.5})$ when performing multiple updates on the lower-level variable. Numerical experiments are conducted to illustrate the efficiency of our algorithms.
