paper-with-me

Papers

BILBO: BILevel Bayesian Optimization

2025-02-04 · Ruth Wan Theng Chew, Quoc Phong Nguyen, Bryan Kian Hsiang Low

Bilevel optimization is characterized by a two-level optimization structure, where the upper-level problem is constrained by optimal lower-level solutions, and such structures are prevalent in real-world problems. The constraint by optimal lower-level solutions poses significant challenges, especially in noisy, constrained, and derivative-free settings, as repeating lower-level optimizations is sample inefficient and predicted lower-level solutions may be suboptimal. We present BILevel Bayesian Optimization (BILBO), a novel Bayesian optimization algorithm for general bilevel problems with blackbox functions, which optimizes both upper- and lower-level problems simultaneously, without the repeated lower-level optimization required by existing methods. BILBO samples from confidence-bounds based trusted sets, which bounds the suboptimality on the lower level. Moreover, BILBO selects only one function query per iteration, where the function query selection strategy incorporates the uncertainty of estimated lower-level solutions and includes a conditional reassignment of the query to encourage exploration of the lower-level objective. The performance of BILBO is theoretically guaranteed with a sublinear regret bound for commonly used kernels and is empirically evaluated on several synthetic and real-world problems.

📄 PDF Abstract BibTeX arXiv:2502.02121

Code (1)

chewwt/bilbo 공식 구현

Tasks

Bayesian OptimizationBilevel Optimization

Similar Papers 제목 키워드 기반

Information-Theoretic Bayesian Optimization for Bilevel Optimization Problems

2025-09-26 · Takuya Kanayama, Yuki Ito, Tomoyuki Tamura, Masayuki Karasuyama arxiv

A bilevel optimization problem consists of two optimization problems nested as an upper- and a lower-level problem, in which the optimality of the lower-level problem defines a constraint for the upper-level problem. Thi…

Bilevel Optimization

Bayesian Optimization of Bilevel Problems

2024-12-24 · Omer Ekmekcioglu, Nursen Aydin, Juergen Branke

Bilevel optimization, a hierarchical mathematical framework where one optimization problem is nested within another, has emerged as a powerful tool for modeling complex decision-making processes in various fields such as…

Bayesian OptimizationBilevel OptimizationDecision MakingGaussian Processes+1

A Globally Convergent Gradient-based Bilevel Hyperparameter Optimization Method

2022-08-25 · Ankur Sinha, Satender Gunwal, Shivam Kumar

Hyperparameter optimization in machine learning is often achieved using naive techniques that only lead to an approximate set of hyperparameters. Although techniques such as Bayesian optimization perform an intelligent s…

Bayesian OptimizationBilevel OptimizationHyperparameter Optimization

Approximate Bilevel Difference Convex Programming for Bayesian Risk Markov Decision Processes

2023-01-26 · Yifan Lin, Enlu Zhou

We consider infinite-horizon Markov Decision Processes where parameters, such as transition probabilities, are unknown and estimated from data. The popular distributionally robust approach to addressing the parameter unc…

Bayesian BiLO: Bilevel Local Operator Learning for Efficient Uncertainty Quantification of Bayesian PDE Inverse Problems with Low-Rank Adaptation

2025-07-22 · Ray Zirui Zhang, Christopher E. Miles, Xiaohui Xie, John S. Lowengrub arxiv

Uncertainty quantification in PDE inverse problems is essential in many applications. Scientific machine learning and AI enable data-driven learning of model components while preserving physical structure, and provide th…

Bayesian Inference