paper-with-me

Papers

Optimistic Optimization of Gaussian Process Samples

2022-09-02 · Julia Grosse, Cheng Zhang, Philipp Hennig

Bayesian optimization is a popular formalism for global optimization, but its computational costs limit it to expensive-to-evaluate functions. A competing, computationally more efficient, global optimization framework is optimistic optimization, which exploits prior knowledge about the geometry of the search space in form of a dissimilarity function. We investigate to which degree the conceptual advantages of Bayesian Optimization can be combined with the computational efficiency of optimistic optimization. By mapping the kernel to a dissimilarity, we obtain an optimistic optimization algorithm for the Bayesian Optimization setting with a run-time of up to $\mathcal{O}(N \log N)$. As a high-level take-away we find that, when using stationary kernels on objectives of relatively low evaluation cost, optimistic optimization can be strongly preferable over Bayesian optimization, while for strongly coupled and parametric models, good implementations of Bayesian optimization can perform much better, even at low evaluation cost. We argue that there is a new research domain between geometric and probabilistic search, i.e. methods that run drastically faster than traditional Bayesian optimization, while retaining some of the crucial functionality of Bayesian optimization.

📄 PDF Abstract BibTeX arXiv:2209.00895

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationComputational Efficiencyglobal-optimization

Similar Papers 제목 키워드 기반

Bayesian Multi-Scale Optimistic Optimization

2014-02-27 · Ziyu Wang, Babak Shakibi, Lin Jin, Nando de Freitas

Bayesian optimization is a powerful global optimization technique for expensive black-box functions. One of its shortcomings is that it requires auxiliary optimization of an acquisition function at each iteration. This a…

Bayesian OptimizationGaussian Processesglobal-optimization

Multi-Objective Coverage via Constraint Active Search

2026-02-17 · Zakaria Shams Siam, Xuefeng Liu, Chong Liu arxiv

In this paper, we formulate the new multi-objective coverage (MOC) problem where our goal is to identify a small set of representative samples whose predicted outcomes broadly cover the feasible multi-objective space. Th…

Drug Discovery

Optimistic Natural Policy Gradient: a Simple Efficient Policy Optimization Framework for Online RL

2023-05-18 · NeurIPS 2023 11 · Qinghua Liu, Gellért Weisz, András György, Chi Jin 외

While policy optimization algorithms have played an important role in recent empirical success of Reinforcement Learning (RL), the existing theoretical understanding of policy optimization remains rather limited -- they …

Reinforcement Learning (RL)

Contextual Combinatorial Bandits with Changing Action Sets via Gaussian Processes

2021-10-05 · Andi Nika, Sepehr Elahi, Cem Tekin

We consider a contextual bandit problem with a combinatorial action set and time-varying base arm availability. At the beginning of each round, the agent observes the set of available base arms and their contexts and the…

Gaussian Processes

Gaussian behaviors: representations and data-driven control

2025-04-22 · András Sasfi, Ivan Markovsky, Alberto Padoan, Florian Dörfler

We propose a modeling framework for stochastic systems based on Gaussian processes. Finite-length trajectories of the system are modeled as random vectors from a Gaussian distribution, which we call a Gaussian behavior. …

Gaussian ProcessesState Space Models