paper-with-me

홈 › Papers

Provably Faster Algorithms for Bilevel Optimization

2021-06-08 · NeurIPS 2021 12 · Junjie Yang, Kaiyi Ji, Yingbin Liang

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 $\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 $\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.

📄 PDF Abstract BibTeX arXiv:2106.04692

Code (1)

JunjieYang97/MRVRBO 공식 구현 pytorch

Tasks

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Similar Papers 제목 키워드 기반

Provably Faster Algorithms for Bilevel Optimization via Without-Replacement Sampling

2024-11-07 · Junyi Li, Heng Huang

Bilevel Optimization has experienced significant advancements recently with the introduction of new efficient algorithms. Mirroring the success in single-level optimization, stochastic gradient-based algorithms are widel…

Bilevel Optimization

Provably Faster Algorithms for Bilevel Optimization and Applications to Meta-Learning

2020-09-28 · Kaiyi Ji, Junjie Yang, Yingbin Liang

Bilevel optimization has arisen as a powerful tool for many machine learning problems such as meta-learning, hyperparameter optimization, and reinforcement learning. In this paper, we investigate the nonconvex-strongly-c…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

Lower Bounds and Accelerated Algorithms for Bilevel Optimization

2021-02-07 · Kaiyi Ji, Yingbin Liang

Bilevel optimization has recently attracted growing interests due to its wide applications in modern machine learning problems. Although recent studies have characterized the convergence rate for several such popular alg…

Bilevel Optimization

On the Communication Complexity of Decentralized Bilevel Optimization

2023-11-19 · Yihan Zhang, My T. Thai, Jie Wu, Hongchang Gao

Stochastic bilevel optimization finds widespread applications in machine learning, including meta-learning, hyperparameter optimization, and neural architecture search. To extend stochastic bilevel optimization to distri…

Bilevel OptimizationHyperparameter OptimizationMeta-LearningNeural Architecture Search

Solving Bilevel Knapsack Problem using Graph Neural Networks

2022-11-24 · Sunhyeon Kwon, Hwayong Choi, Sungsoo Park

The Bilevel Optimization Problem is a hierarchical optimization problem with two agents, a leader and a follower. The leader make their own decisions first, and the followers make the best choices accordingly. The leader…

Bilevel Optimization