OCLGAug 7, 2023

Non-Convex Bilevel Optimization with Time-Varying Objective Functions

arXiv:2308.03811v211 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting bilevel optimization to streaming data and dynamic environments, which is incremental as it extends existing methods to time-varying functions.

The paper tackles the problem of bilevel optimization with time-varying objective functions in online settings, proposing a single-loop optimizer (SOBOW) that achieves sublinear bilevel local regret under mild conditions.

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.

Foundations

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

Your Notes