LAGO: A Local-Global Optimization Framework Combining Trust Region Methods and Bayesian Optimization
Eliott Van Dieren, Tommaso Vanzan, Fabio Nobile

TL;DR
LAGO is a hybrid optimization framework that combines Bayesian Optimization with trust region methods to efficiently explore and exploit the search space, improving global exploration and local convergence for smooth functions.
Contribution
The paper introduces LAGO, a novel algorithm that integrates gradient-enhanced Bayesian Optimization with trust region local refinement using an adaptive mechanism, enhancing global and local search capabilities.
Findings
Outperforms standard local optimization algorithms in exploring the design space.
Achieves fast local convergence in promising regions.
Balances global exploration with local refinement effectively.
Abstract
We introduce LAGO, a LocAl-Global Optimization algorithm that combines gradient-enhanced Bayesian Optimization (BO) with gradient-based trust region local refinement through an adaptive competition mechanism. At each iteration, global and local optimization strategies independently propose candidate points, and the next evaluation is selected based on predicted improvement. LAGO separates global exploration from local refinement at the proposal level: the BO acquisition function is optimized outside the active trust region, while local function and gradient evaluations are incorporated into the global gradient-enhanced Gaussian process only when they satisfy a lengthscale-based minimum-distance criterion, reducing the risk of numerical instability during the local exploitation. This enables efficient local refinement when reaching promising regions, without sacrificing a global search…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Stochastic Gradient Optimization Techniques · Advanced Bandit Algorithms Research
