English

Provably Faster Algorithms for Bilevel Optimization

Machine Learning 2021-12-17 v2 Optimization and Control Machine Learning

Abstract

Bilevel optimization has been widely applied in many important machine learning applications such as hyperparameter optimization and meta-learning. Recently, several momentum-based algorithms have been proposed to solve bilevel optimization problems faster. However, those momentum-based algorithms do not achieve provably better computational complexity than O~(ϵ2)\mathcal{\widetilde O}(\epsilon^{-2}) of the SGD-based algorithm. In this paper, we propose two new algorithms for bilevel optimization, where the first algorithm adopts momentum-based recursive iterations, and the second algorithm adopts recursive gradient estimations in nested loops to decrease the variance. We show that both algorithms achieve the complexity of O~(ϵ1.5)\mathcal{\widetilde O}(\epsilon^{-1.5}), which outperforms all existing algorithms by the order of magnitude. Our experiments validate our theoretical results and demonstrate the superior empirical performance of our algorithms in hyperparameter applications.

Keywords

Cite

@article{arxiv.2106.04692,
  title  = {Provably Faster Algorithms for Bilevel Optimization},
  author = {Junjie Yang and Kaiyi Ji and Yingbin Liang},
  journal= {arXiv preprint arXiv:2106.04692},
  year   = {2021}
}

Comments

This paper is accepted in NeurIPS 2021

R2 v1 2026-06-24T02:58:54.644Z