LGFeb 17, 2022

Design-Bench: Benchmarks for Data-Driven Offline Model-Based Optimization

arXiv:2202.08450v1127 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of tracking progress in offline MBO for researchers, providing a standardized framework to evaluate algorithms in this emerging field.

The authors tackled the lack of standardized benchmarks in offline model-based optimization (MBO), which aims to optimize designs using only existing data without active queries, by introducing Design-Bench, a benchmark suite with diverse real-world tasks from biology, materials science, and robotics, along with a unified evaluation protocol and reference implementations.

Black-box model-based optimization (MBO) problems, where the goal is to find a design input that maximizes an unknown objective function, are ubiquitous in a wide range of domains, such as the design of proteins, DNA sequences, aircraft, and robots. Solving model-based optimization problems typically requires actively querying the unknown objective function on design proposals, which means physically building the candidate molecule, aircraft, or robot, testing it, and storing the result. This process can be expensive and time consuming, and one might instead prefer to optimize for the best design using only the data one already has. This setting -- called offline MBO -- poses substantial and different algorithmic challenges than more commonly studied online techniques. A number of recent works have demonstrated success with offline MBO for high-dimensional optimization problems using high-capacity deep neural networks. However, the lack of standardized benchmarks in this emerging field is making progress difficult to track. To address this, we present Design-Bench, a benchmark for offline MBO with a unified evaluation protocol and reference implementations of recent methods. Our benchmark includes a suite of diverse and realistic tasks derived from real-world optimization problems in biology, materials science, and robotics that present distinct challenges for offline MBO. Our benchmark and reference implementations are released at github.com/rail-berkeley/design-bench and github.com/rail-berkeley/design-baselines.

Code Implementations3 repos
Foundations

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

Your Notes