paper-with-me

Papers

Bayesian Optimization over High-Dimensional Combinatorial Spaces via Dictionary-based Embeddings

2023-03-03 · Aryan Deshwal, Sebastian Ament, Maximilian Balandat, Eytan Bakshy, Janardhan Rao Doppa, David Eriksson

We consider the problem of optimizing expensive black-box functions over high-dimensional combinatorial spaces which arises in many science, engineering, and ML applications. We use Bayesian Optimization (BO) and propose a novel surrogate modeling approach for efficiently handling a large number of binary and categorical parameters. The key idea is to select a number of discrete structures from the input space (the dictionary) and use them to define an ordinal embedding for high-dimensional combinatorial structures. This allows us to use existing Gaussian process models for continuous spaces. We develop a principled approach based on binary wavelets to construct dictionaries for binary spaces, and propose a randomized construction method that generalizes to categorical spaces. We provide theoretical justification to support the effectiveness of the dictionary-based embeddings. Our experiments on diverse real-world benchmarks demonstrate the effectiveness of our proposed surrogate modeling approach over state-of-the-art BO methods.

📄 PDF Abstract BibTeX arXiv:2303.01774

Code (1)

aryandeshwal/bodi 공식 구현 pytorch

Tasks

Bayesian OptimizationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Bounce: Reliable High-Dimensional Bayesian Optimization for Combinatorial and Mixed Spaces

2023-07-02 · NeurIPS 2023 11 · Leonard Papenmeier, Luigi Nardi, Matthias Poloczek

Impactful applications such as materials discovery, hardware design, neural architecture search, or portfolio optimization require optimizing high-dimensional black-box functions with mixed and combinatorial input spaces…

Bayesian OptimizationNeural Architecture SearchPortfolio Optimization

MOCA-HESP: Meta High-dimensional Bayesian Optimization for Combinatorial and Mixed Spaces via Hyper-ellipsoid Partitioning

2025-08-09 · Lam Ngo, Huong Ha, Jeffrey Chan, Hongyu Zhang arxiv

High-dimensional Bayesian Optimization (BO) has attracted significant attention in recent research. However, existing methods have mainly focused on optimizing in continuous domains, while combinatorial (ordinal and cate…

Random Postprocessing for Combinatorial Bayesian Optimization

2023-09-06 · Keisuke Morita, Yoshihiko Nishikawa, Masayuki Ohzeki

Model-based sequential approaches to discrete "black-box" optimization, including Bayesian optimization techniques, often access the same points multiple times for a given objective function in interest, resulting in man…

Bayesian Optimization

Combinatorial Bayesian Optimization using the Graph Cartesian Product

2019-02-01 · NeurIPS 2019 12 · Changyong Oh, Jakub M. Tomczak, Efstratios Gavves, Max Welling

This paper focuses on Bayesian Optimization (BO) for objectives on combinatorial search spaces, including ordinal and categorical variables. Despite the abundance of potential applications of Combinatorial BO, including …

Bayesian OptimizationNeural Architecture SearchVariable Selection

A Bayesian approach for prompt optimization in pre-trained language models

2023-12-01 · Antonio Sabbatella, Andrea Ponti, Antonio Candelieri, Ilaria Giordani 외

A prompt is a sequence of symbol or tokens, selected from a vocabulary according to some rule, which is prepended/concatenated to a textual query. A key problem is how to select the sequence of tokens: in this paper we f…

Bayesian OptimizationCombinatorial OptimizationLanguage ModellingLarge Language Model