LGOCMLFeb 10, 2023

On Penalty-based Bilevel Gradient Descent Method

arXiv:2302.05185v5111 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses a difficult class of bilevel optimization problems, which is incremental as it extends existing methods to handle lower-level constraints without strong convexity.

The authors tackled the challenge of solving bilevel optimization problems without requiring strong convexity in the lower-level objective by proposing a penalty-based bilevel gradient descent (PBGD) algorithm, establishing its finite-time convergence and demonstrating efficiency on synthetic and real datasets.

Bilevel optimization enjoys a wide range of applications in emerging machine learning and signal processing problems such as hyper-parameter optimization, image reconstruction, meta-learning, adversarial training, and reinforcement learning. However, bilevel optimization problems are traditionally known to be difficult to solve. Recent progress on bilevel algorithms mainly focuses on bilevel optimization problems through the lens of the implicit-gradient method, where the lower-level objective is either strongly convex or unconstrained. In this work, we tackle a challenging class of bilevel problems through the lens of the penalty method. We show that under certain conditions, the penalty reformulation recovers the (local) solutions of the original bilevel problem. Further, we propose the penalty-based bilevel gradient descent (PBGD) algorithm and establish its finite-time convergence for the constrained bilevel problem with lower-level constraints yet without lower-level strong convexity. Experiments on synthetic and real datasets showcase the efficiency of the proposed PBGD algorithm.

Code Implementations1 repo
Foundations

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

Your Notes