MLDec 8, 2017

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

arXiv:1712.02902v125 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient warm starting in Bayesian optimization for machine learning practitioners, representing an incremental improvement in method scalability.

The paper tackles the scalability issue of Gaussian process-based Bayesian optimization, which has cubic complexity, by developing a multiple adaptive Bayesian linear regression model with linear complexity, enabling warm start and knowledge transfer across problems.

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 evaluations. Hence, GP-based BO cannot leverage large amounts of past or related function evaluations, for example, to warm start the BO procedure. We develop a multiple adaptive Bayesian linear regression model as a scalable alternative whose complexity is linear in the number of observations. The multiple Bayesian linear regression models are coupled through a shared feedforward neural network, which learns a joint representation and transfers knowledge across machine learning problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes