LGAIOct 11, 2023

ROMO: Retrieval-enhanced Offline Model-based Optimization

arXiv:2310.07560v22 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses a more general and challenging optimization setting for applications like industrial design, though it appears incremental as it builds on existing MBO frameworks.

The paper tackles the problem of constrained model-based optimization (CoMBO), where only part of the design space can be optimized while maintaining constraints, by proposing ROMO, a retrieval-enhanced method that outperforms state-of-the-art approaches on synthetic and real-world datasets.

Data-driven black-box model-based optimization (MBO) problems arise in a great number of practical application scenarios, where the goal is to find a design over the whole space maximizing a black-box target function based on a static offline dataset. In this work, we consider a more general but challenging MBO setting, named constrained MBO (CoMBO), where only part of the design space can be optimized while the rest is constrained by the environment. A new challenge arising from CoMBO is that most observed designs that satisfy the constraints are mediocre in evaluation. Therefore, we focus on optimizing these mediocre designs in the offline dataset while maintaining the given constraints rather than further boosting the best observed design in the traditional MBO setting. We propose retrieval-enhanced offline model-based optimization (ROMO), a new derivable forward approach that retrieves the offline dataset and aggregates relevant samples to provide a trusted prediction, and use it for gradient-based optimization. ROMO is simple to implement and outperforms state-of-the-art approaches in the CoMBO setting. Empirically, we conduct experiments on a synthetic Hartmann (3D) function dataset, an industrial CIO dataset, and a suite of modified tasks in the Design-Bench benchmark. Results show that ROMO performs well in a wide range of constrained optimization 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