JUMBO: Scalable Multi-task Bayesian Optimization using Offline Data
Kourosh Hakhamaneshi, Pieter Abbeel, Vladimir Stojanovic, Aditya, Grover

TL;DR
JUMBO is a scalable multi-task Bayesian optimization method that effectively leverages large offline datasets using a dual Gaussian Process framework, improving optimization efficiency in real-world applications.
Contribution
We introduce JUMBO, a novel MBO algorithm combining a cold-GP and warm-GP to enhance scalability and inference quality with large offline data, supported by theoretical regret bounds.
Findings
Significant performance improvements over existing methods.
Effective handling of large offline datasets.
Successful application to hyper-parameter tuning and circuit design.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Advanced Bandit Algorithms Research · Machine Learning and Data Classification
