paper-with-me

Papers

Bayesian Optimization over Hybrid Spaces

2021-06-08 · Aryan Deshwal, Syrine Belakaria, Janardhan Rao Doppa

We consider the problem of optimizing hybrid structures (mixture of discrete and continuous input variables) via expensive black-box function evaluations. This problem arises in many real-world applications. For example, in materials design optimization via lab experiments, discrete and continuous variables correspond to the presence/absence of primitive elements and their relative concentrations respectively. The key challenge is to accurately model the complex interactions between discrete and continuous variables. In this paper, we propose a novel approach referred as Hybrid Bayesian Optimization (HyBO) by utilizing diffusion kernels, which are naturally defined over continuous and discrete variables. We develop a principled approach for constructing diffusion kernels over hybrid spaces by utilizing the additive kernel formulation, which allows additive interactions of all orders in a tractable manner. We theoretically analyze the modeling strength of additive hybrid kernels and prove that it has the universal approximation property. Our experiments on synthetic and six diverse real-world benchmarks show that HyBO significantly outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2106.04682

Code (1)

aryandeshwal/HyBO 공식 구현 pytorch

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Hybrid Reinforcement Learning Framework for Mixed-Variable Problems

2024-05-30 · Haoyan Zhai, Qianli Hu, Jiangning Chen

Optimization problems characterized by both discrete and continuous variables are common across various disciplines, presenting unique challenges due to their complex solution landscapes and the difficulty of navigating …

Bayesian Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Bayesian Variational Optimization for Combinatorial Spaces

2020-11-03 · Tony C. Wu, Daniel Flam-Shepherd, Alán Aspuru-Guzik

This paper focuses on Bayesian Optimization in combinatorial spaces. In many applications in the natural science. Broad applications include the study of molecules, proteins, DNA, device structures and quantum circuit de…

Bayesian OptimizationGaussian Processes

Hybrid Parameter Search and Dynamic Model Selection for Mixed-Variable Bayesian Optimization

2022-06-03 · Hengrui Luo, Younghyun Cho, James W. Demmel, Xiaoye S. Li 외

This paper presents a new type of hybrid model for Bayesian optimization (BO) adept at managing mixed variables, encompassing both quantitative (continuous and integer) and qualitative (categorical) types. Our proposed n…

Bayesian OptimizationGaussian ProcessesModel SelectionPosition

Learn to Explore: Meta NAS via Bayesian Optimization Guided Graph Generation

2025-08-13 · Zijun Sun, Yanning Shen arxiv

Neural Architecture Search (NAS) automates the design of high-performing neural networks but typically targets a single predefined task, thereby restricting its real-world applicability. To address this, Meta Neural Arch…

Neural Architecture SearchGraph Generation

Raiders of the Lost Architecture: Kernels for Bayesian Optimization in Conditional Parameter Spaces

2014-09-14 · Kevin Swersky, David Duvenaud, Jasper Snoek, Frank Hutter 외

In practical Bayesian optimization, we must often search over structures with differing numbers of parameters. For instance, we may wish to search over neural network architectures with an unknown number of layers. To re…

Bayesian Optimization