paper-with-me

홈 › Papers

JUMBO: Scalable Multi-task Bayesian Optimization using Offline Data

2021-06-02 · Kourosh Hakhamaneshi, Pieter Abbeel, Vladimir Stojanovic, Aditya Grover

The goal of Multi-task Bayesian Optimization (MBO) is to minimize the number of queries required to accurately optimize a target black-box function, given access to offline evaluations of other auxiliary functions. When offline datasets are large, the scalability of prior approaches comes at the expense of expressivity and inference quality. We propose JUMBO, an MBO algorithm that sidesteps these limitations by querying additional data based on a combination of acquisition signals derived from training two Gaussian Processes (GP): a cold-GP operating directly in the input domain and a warm-GP that operates in the feature space of a deep neural network pretrained using the offline data. Such a decomposition can dynamically control the reliability of information derived from the online and offline data and the use of pretrained neural networks permits scalability to large offline datasets. Theoretically, we derive regret bounds for JUMBO and show that it achieves no-regret under conditions analogous to GP-UCB (Srinivas et. al. 2010). Empirically, we demonstrate significant performance improvements over existing approaches on two real-world optimization problems: hyper-parameter optimization and automated circuit design.

📄 PDF Abstract BibTeX arXiv:2106.00942

Code (1)

kouroshHakha/jumbo 공식 구현 pytorch

Tasks

Bayesian OptimizationGaussian Processes

Similar Papers 제목 키워드 기반

Multiple Adaptive Bayesian Linear Regression for Scalable Bayesian Optimization with Warm Start

2017-12-08 · Valerio Perrone, Rodolphe Jenatton, Matthias Seeger, Cedric Archambeau

Bayesian optimization (BO) is a model-based approach for gradient-free black-box function optimization. Typically, BO is powered by a Gaussian process (GP), whose algorithmic complexity is cubic in the number of evaluati…

Bayesian OptimizationBIG-bench Machine Learningregression

MUMBO: MUlti-task Max-value Bayesian Optimization

2020-06-22 · Henry B. Moss, David S. Leslie, Paul Rayson

We propose MUMBO, the first high-performing yet computationally efficient acquisition function for multi-task Bayesian optimization. Here, the challenge is to perform efficient optimization by evaluating low-cost functio…

Bayesian Optimization

A Batched Scalable Multi-Objective Bayesian Optimization Algorithm

2018-11-04 · Xi Lin, Hui-Ling Zhen, Zhenhua Li, Qingfu Zhang 외

The surrogate-assisted optimization algorithm is a promising approach for solving expensive multi-objective optimization problems. However, most existing surrogate-assisted multi-objective optimization algorithms have th…

Bayesian Optimization

SMOG: Scalable Meta-Learning for Multi-Objective Bayesian Optimization

2026-01-29 · Leonard Papenmeier, Petru Tighineanu arxiv

Multi-objective optimization aims to solve problems with competing objectives. Evaluating such problems is often slow or expensive, limiting the budget of evaluations. In many applications, historical data from related o…

B3O: Scalable Boltzmann Batch Bayesian Optimization

2026-06-29 · Maximilian Bloor, Liyuan Xu, Hrvoje Stojic, Victor Picheny arxiv

Modern engineering workflows increasingly rely on massive parallel simulation, driving the need for scalable, large-batch Bayesian Optimization (BO). Existing batch BO methods, however, incur large computational cost or …