paper-with-me

홈 › Papers

Generative Pretraining for Black-Box Optimization

2022-06-22 · Siddarth Krishnamoorthy, Satvik Mehul Mashkaria, Aditya Grover

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.

📄 PDF Abstract BibTeX arXiv:2206.10786

Code (1)

siddarthk97/bonet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Generative Evolutionary Strategy For Black-Box Optimizations

2022-05-06 · Changhwi Park

Many scientific and technological problems are related to optimization. Among them, black-box optimization in high-dimensional space is particularly challenging. Recent neural network-based black-box optimization studies…

Bayesian Optimization

ZeroShotOpt: Towards Zero-Shot Pretrained Models for Efficient Black-Box Optimization

2025-10-03 · Jamison Meindl, Yunsheng Tian, Tony Cui, Veronika Thost 외 arxiv

Global optimization of expensive, derivative-free black-box functions requires extreme sample efficiency. While Bayesian optimization (BO) is the current state-of-the-art, its performance hinges on surrogate and acquisit…

Zero-shot GeneralizationReinforcement Learning

LICO: Large Language Models for In-Context Molecular Optimization

2024-06-27 · Tung Nguyen, Aditya Grover

Optimizing black-box functions is a fundamental problem in science and engineering. To solve this problem, many approaches learn a surrogate function that estimates the underlying objective from limited historical evalua…

Language ModelingLanguage Modelling

MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning

2021-12-09 · Constantin Eichenberg, Sidney Black, Samuel Weinbach, Letitia Parcalabescu 외

Large-scale pretraining is fast becoming the norm in Vision-Language (VL) modeling. However, prevailing VL approaches are limited by the requirement for labeled data and the use of complex multi-step pretraining objectiv…

In-Context LearningLanguage ModelingLanguage Modelling

A Generative Neural Annealer for Black-Box Combinatorial Optimization

2025-05-14 · Yuan-Hang Zhang, Massimiliano Di Ventra

We propose a generative, end-to-end solver for black-box combinatorial optimization that emphasizes both sample efficiency and solution quality on NP problems. Drawing inspiration from annealing-based algorithms, we trea…

Combinatorial OptimizationData Augmentationglobal-optimization