paper-with-me

Papers

Advancing Bayesian Optimization via Learning Correlated Latent Space

2023-10-31 · NeurIPS 2023 11 · Seunghun Lee, Jaewon Chu, Sihyeon Kim, Juyeon Ko, Hyunwoo J. Kim

Bayesian optimization is a powerful method for optimizing black-box functions with limited function evaluations. Recent works have shown that optimization in a latent space through deep generative models such as variational autoencoders leads to effective and efficient Bayesian optimization for structured or discrete data. However, as the optimization does not take place in the input space, it leads to an inherent gap that results in potentially suboptimal solutions. To alleviate the discrepancy, we propose Correlated latent space Bayesian Optimization (CoBO), which focuses on learning correlated latent spaces characterized by a strong correlation between the distances in the latent space and the distances within the objective function. Specifically, our method introduces Lipschitz regularization, loss weighting, and trust region recoordination to minimize the inherent gap around the promising areas. We demonstrate the effectiveness of our approach on several optimization tasks in discrete data, such as molecule design and arithmetic expression fitting, and achieve high performance within a small budget.

📄 PDF Abstract BibTeX arXiv:2310.20258

Code (2)

mlvlab/CoBO 공식 구현 pytorch
mlvlab/invbo pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Local Latent Space Bayesian Optimization over Structured Inputs

2022-01-28 · Natalie Maus, Haydn T. Jones, Juston S. Moore, Matt J. Kusner 외

Bayesian optimization over the latent spaces of deep autoencoder models (DAEs) has recently emerged as a promising new approach for optimizing challenging black-box functions over structured, discrete, hard-to-enumerate …

Bayesian Optimization

Conditional Latent Space Molecular Scaffold Optimization for Accelerated Molecular Design

2024-11-03 · Onur Boyar, Hiroyuki Hanada, Ichiro Takeuchi

The rapid discovery of new chemical compounds is essential for advancing global health and developing treatments. While generative models show promise in creating novel molecules, challenges remain in ensuring the real-w…

Bayesian Optimization

Bayesian Attention Networks for Data Compression

2021-03-29 · Michael Tetelman

The lossless data compression algorithm based on Bayesian Attention Networks is derived from first principles. Bayesian Attention Networks are defined by introducing an attention factor per a training sample loss as a fu…

Data CompressionPrediction

Learning Representation for Bayesian Optimization with Collision-free Regularization

2022-03-16 · Fengxue Zhang, Brian Nord, Yuxin Chen

Bayesian optimization has been challenged by datasets with large-scale, high-dimensional, and non-stationary characteristics, which are common in real-world scenarios. Recent works attempt to handle such input by applyin…

Bayesian Optimization

Time-Aware Latent Space Bayesian Optimization

2026-03-01 · Tuan A. Vu, Julien Martinelli, Harri Lähdesmäki arxiv

Latent-space Bayesian optimization (LSBO) extends Bayesian optimization to structured domains, such as molecular design, by searching in the continuous latent space of a generative model. However, most LSBO methods assum…