LGAIMLJan 31, 2019

ProBO: Versatile Bayesian Optimization Using Any Probabilistic Programming Language

arXiv:1901.11515v221 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more versatile Bayesian optimization tools in science and engineering, though it is incremental as it builds on existing probabilistic programming frameworks.

The authors tackled the problem of optimizing expensive-to-query functions by developing ProBO, a Bayesian optimization procedure that integrates any probabilistic programming language, enabling flexible model use and reducing query counts in tasks like hyperparameter and architecture search.

Optimizing an expensive-to-query function is a common task in science and engineering, where it is beneficial to keep the number of queries to a minimum. A popular strategy is Bayesian optimization (BO), which leverages probabilistic models for this task. Most BO today uses Gaussian processes (GPs), or a few other surrogate models. However, there is a broad set of Bayesian modeling techniques that could be used to capture complex systems and reduce the number of queries in BO. Probabilistic programming languages (PPLs) are modern tools that allow for flexible model definition, prior specification, model composition, and automatic inference. In this paper, we develop ProBO, a BO procedure that uses only standard operations common to most PPLs. This allows a user to drop in a model built with an arbitrary PPL and use it directly in BO. We describe acquisition functions for ProBO, and strategies for efficiently optimizing these functions given complex models or costly inference procedures. Using existing PPLs, we implement new models to aid in a few challenging optimization settings, and demonstrate these on model hyperparameter and architecture search tasks.

Code Implementations1 repo
Foundations

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

Your Notes