🤖 AI Summary
This paper addresses core challenges in bilevel optimization—strong coupling between levels, difficulty in ensuring feasibility, and poor convergence. We propose a parameter-free single-loop algorithm. At each iteration, it solves a convex quadratically constrained quadratic program (QCQP) subproblem with a closed-form solution and introduces a backtracking line search inspired by controlled barrier functions—the first application of control barrier concepts to step-size selection. We establish an $O(1/k)$ ergodic convergence rate. Crucially, we design an *anytime* feasibility guarantee mechanism that requires no hyperparameter tuning. Experiments on standard bilevel tasks demonstrate that the algorithm simultaneously achieves strict descent in the upper-level objective and near-optimal satisfaction of the lower-level optimality condition. It exhibits high efficiency, robustness, and strong scalability across diverse problem instances.
📝 Abstract
Bilevel optimization involves a hierarchical structure where one problem is nested within another, leading to complex interdependencies between levels. We propose a single-loop, tuning-free algorithm that guarantees anytime feasibility, i.e., approximate satisfaction of the lower-level optimality condition, while ensuring descent of the upper-level objective. At each iteration, a convex quadratically-constrained quadratic program (QCQP) with a closed-form solution yields the search direction, followed by a backtracking line search inspired by control barrier functions to ensure safe, uniformly positive step sizes. The resulting method is scalable, requires no hyperparameter tuning, and converges under mild local regularity assumptions. We establish an O(1/k) ergodic convergence rate and demonstrate the algorithm's effectiveness on representative bilevel tasks.