LGAIJun 22, 2022

Generative Pretraining for Black-Box Optimization

arXiv:2206.10786v441 citationsh-index: 38
Originality Highly original
AI Analysis

This addresses black-box optimization problems in science and engineering, offering a novel method that improves performance over existing approaches.

The paper tackles the problem of optimizing expensive black-box functions in high-dimensional spaces with limited online evaluations by proposing BONET, a generative framework that uses offline datasets for pretraining, and reports that it ranks best on average on Design-Bench, outperforming state-of-the-art baselines.

Many problems in science and engineering involve optimizing an expensive black-box function over a high-dimensional space. For such black-box optimization (BBO) problems, we typically assume a small budget for online function evaluations, but also often have access to a fixed, offline dataset for pretraining. Prior approaches seek to utilize the offline data to approximate the function or its inverse but are not sufficiently accurate far from the data distribution. We propose BONET, a generative framework for pretraining a novel black-box optimizer using offline datasets. In BONET, we train an autoregressive model on fixed-length trajectories derived from an offline dataset. We design a sampling strategy to synthesize trajectories from offline data using a simple heuristic of rolling out monotonic transitions from low-fidelity to high-fidelity samples. Empirically, we instantiate BONET using a causally masked Transformer and evaluate it on Design-Bench, where we rank the best on average, outperforming state-of-the-art baselines.

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