paper-with-me

홈 › Papers

The Behavior and Convergence of Local Bayesian Optimization

2023-05-24 · NeurIPS 2023 11 · Kaiwen Wu, Kyurae Kim, Roman Garnett, Jacob R. Gardner

A recent development in Bayesian optimization is the use of local optimization strategies, which can deliver strong empirical performance on high-dimensional problems compared to traditional global strategies. The "folk wisdom" in the literature is that the focus on local optimization sidesteps the curse of dimensionality; however, little is known concretely about the expected behavior or convergence of Bayesian local optimization routines. We first study the behavior of the local approach, and find that the statistics of individual local solutions of Gaussian process sample paths are surprisingly good compared to what we would expect to recover from global methods. We then present the first rigorous analysis of such a Bayesian local optimization algorithm recently proposed by M\"uller et al. (2021), and derive convergence rates in both the noisy and noiseless settings.

📄 PDF Abstract BibTeX arXiv:2305.15572

Code (1)

kayween/local-bo-convergence 공식 구현 pytorch

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

NeST-BO: Fast Local Bayesian Optimization via Newton-Step Targeting of Gradient and Hessian Information

2025-10-07 · Wei-Ting Tang, Akshay Kudva, Joel A. Paulson arxiv

Bayesian optimization (BO) is effective for expensive black-box problems but remains challenging in high dimensions. We propose NeST-BO, a curvature-aware local BO method that targets a (modified) Newton step by jointly …

Optimization, fast and slow: optimally switching between local and Bayesian optimization

2018-05-22 · ICML 2018 7 · Mark McLeod, Michael A. Osborne, Stephen J. Roberts

We develop the first Bayesian Optimization algorithm, BLOSSOM, which selects between multiple alternative acquisition functions and traditional local optimization at each step. This is combined with a novel stopping cond…

Bayesian Optimization

On Local Optimizers of Acquisition Functions in Bayesian Optimization

2019-01-24 · Jungtaek Kim, Seungjin Choi

Bayesian optimization is a sample-efficient method for finding a global optimum of an expensive-to-evaluate black-box function. A global solution is found by accumulating a pair of query point and its function value, rep…

Bayesian Optimizationvalid

A Diffusion Approximation Theory of Momentum SGD in Nonconvex Optimization

2018-02-14 · Tianyi Liu, Zhehui Chen, Enlu Zhou, Tuo Zhao

Momentum Stochastic Gradient Descent (MSGD) algorithm has been widely applied to many nonconvex optimization problems in machine learning, e.g., training deep neural networks, variational Bayesian inference, and etc. Des…

Bayesian InferenceDimensionality ReductionStochastic Optimization

Towards More Theoretically-Grounded Particle Optimization Sampling for Deep Learning

2018-09-27 · Jianyi Zhang, Ruiyi Zhang, Changyou Chen

Many deep-learning based methods such as Bayesian deep learning (DL) and deep reinforcement learning (RL) have heavily relied on the ability of a model being able to efficiently explore via Bayesian sampling. Particle-op…

Deep LearningDeep Reinforcement LearningPOSReinforcement Learning (RL)