paper-with-me

Papers

Non-Convex Bilevel Optimization with Time-Varying Objective Functions

2023-08-07 · NeurIPS 2023 11

Bilevel optimization has become a powerful tool in a wide variety of machine learning problems. However, the current nonconvex bilevel optimization considers an offline dataset and static functions, which may not work well in emerging online applications with streaming data and time-varying functions. In this work, we study online bilevel optimization (OBO) where the functions can be time-varying and the agent continuously updates the decisions with online streaming data. To deal with the function variations and the unavailability of the true hypergradients in OBO, we propose a single-loop online bilevel optimizer with window averaging (SOBOW), which updates the outer-level decision based on a window average of the most recent hypergradient estimations stored in the memory. Compared to existing algorithms, SOBOW is computationally efficient and does not need to know previous functions. To handle the unique technical difficulties rooted in single-loop update and function variations for OBO, we develop a novel analytical technique that disentangles the complex couplings between decision variables, and carefully controls the hypergradient estimation error. We show that SOBOW can achieve a sublinear bilevel local regret under mild conditions. Extensive experiments across multiple domains corroborate the effectiveness of SOBOW.

📄 PDF Abstract BibTeX arXiv:2308.03811

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Similar Papers 제목 키워드 기반

Efficient Hessian-Free Methods for Multi-Objective Bilevel Optimization with Nonconvex Lower Level

2026-08-13 · Yicong Jiang, Feihu Huang arxiv

Multi-objective bilevel optimization has wide applications in the AI area such as automated learning and multi-task meta-learning. Although recently some works have been begun to study the multi-objective bilevel optimiz…

Neural Architecture SearchBilevel Optimization

Online Nonconvex Bilevel Optimization with Bregman Divergences

2024-09-16 · Jason Bohne, David Rosenberg, Gary Kazantsev, Pawel Polak

Bilevel optimization methods are increasingly relevant within machine learning, especially for tasks such as hyperparameter optimization and meta-learning. Compared to the offline setting, online bilevel optimization (OB…

Bilevel OptimizationHyperparameter OptimizationMeta-Learning

On Finding Small Hyper-Gradients in Bilevel Optimization: Hardness Results and Improved Analysis

2023-01-02 · Lesi Chen, Jing Xu, Jingzhao Zhang

Bilevel optimization reveals the inner structure of otherwise oblique optimization problems, such as hyperparameter tuning, neural architecture search, and meta-learning. A common goal in bilevel optimization is to minim…

Bilevel OptimizationMeta-LearningNeural Architecture Search

A Conditional Gradient-based Method for Simple Bilevel Optimization with Convex Lower-level Problem

2022-06-17 · Ruichen Jiang, Nazanin Abolfazli, Aryan Mokhtari, Erfan Yazdandoost Hamedani

In this paper, we study a class of bilevel optimization problems, also known as simple bilevel optimization, where we minimize a smooth objective function over the optimal solution set of another convex constrained optim…

Bilevel Optimization

An Alternating Optimization Method for Bilevel Problems under the Polyak-Łojasiewicz Condition

2023-09-21 · NeurIPS 2023 11

Bilevel optimization has recently regained interest owing to its applications in emerging machine learning fields such as hyperparameter optimization, meta-learning, and reinforcement learning. Recent results have shown …