MLLGJan 9, 2013

Bayesian Optimization in a Billion Dimensions via Random Embeddings

arXiv:1301.1942v2537 citations
Originality Highly original
AI Analysis

This addresses a critical bottleneck for researchers and practitioners in fields like robotics and algorithm configuration by enabling Bayesian optimization in high-dimensional settings, representing a significant advancement rather than an incremental improvement.

The paper tackles the problem of scaling Bayesian optimization to high-dimensional spaces by introducing a random embedding method, resulting in the REMBO algorithm that can effectively solve problems with billions of dimensions when intrinsic dimensionality is low and achieves state-of-the-art performance in optimizing 47 discrete parameters of a mixed integer linear programming solver.

Bayesian optimization techniques have been successfully applied to robotics, planning, sensor placement, recommendation, advertising, intelligent user interfaces and automatic algorithm configuration. Despite these successes, the approach is restricted to problems of moderate dimension, and several workshops on Bayesian optimization have identified its scaling to high-dimensions as one of the holy grails of the field. In this paper, we introduce a novel random embedding idea to attack this problem. The resulting Random EMbedding Bayesian Optimization (REMBO) algorithm is very simple, has important invariance properties, and applies to domains with both categorical and continuous variables. We present a thorough theoretical analysis of REMBO. Empirical results confirm that REMBO can effectively solve problems with billions of dimensions, provided the intrinsic dimensionality is low. They also show that REMBO achieves state-of-the-art performance in optimizing the 47 discrete parameters of a popular mixed integer linear programming solver.

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