TL;DR
Bilevel optimization, a problem involving two levels of optimization where one problem is nested within another, often suffers from inefficiencies due to its condition number dependency. This study introduces a new method to analyze and improve the condition number, which quantifies how sensitive a function's output is to changes in its input.
✦ Why It Matters
Engineers can improve the efficiency of bilevel optimization algorithms by addressing condition number dependency.
Key Takeaways
How It Works
The study introduces a new lower bound for oracle complexity in bilevel optimization, focusing on the relationship between the condition number of the lower-level problem and the complexity of finding epsilon-stationary points. By analyzing the dependencies on the condition number, the authors demonstrate that the lower-level condition number significantly influences the overall complexity, establishing a provable gap between bilevel and minimax problems.
Related