paper-with-me

Papers

High-Dimensional Bayesian Optimisation with Variational Autoencoders and Deep Metric Learning

2021-06-07 · Antoine Grosnit, Rasul Tutunov, Alexandre Max Maraval, Ryan-Rhys Griffiths, Alexander I. Cowen-Rivers, Lin Yang, Lin Zhu, Wenlong Lyu, Zhitang Chen, Jun Wang, Jan Peters, Haitham Bou-Ammar

We introduce a method combining variational autoencoders (VAEs) and deep metric learning to perform Bayesian optimisation (BO) over high-dimensional and structured input spaces. By adapting ideas from deep metric learning, we use label guidance from the blackbox function to structure the VAE latent space, facilitating the Gaussian process fit and yielding improved BO performance. Importantly for BO problem settings, our method operates in semi-supervised regimes where only few labelled data points are available. We run experiments on three real-world tasks, achieving state-of-the-art results on the penalised logP molecule generation benchmark using just 3% of the labelled data required by previous approaches. As a theoretical contribution, we present a proof of vanishing regret for VAE BO.

📄 PDF Abstract BibTeX arXiv:2106.03609

Code (2)

huawei-noah/hebo 공식 구현 pytorch
huawei-noah/noah-research/tree/master/BO/T-LBO 공식 구현 pytorch

Tasks

Bayesian OptimisationMetric LearningMolecular Graph GenerationVocal 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 제목 키워드 기반

Dimensionality Reduction Techniques for Global Bayesian Optimisation

2024-12-12 · Luo Long, Coralia Cartis, Paz Fink Shustin

Bayesian Optimisation (BO) is a state-of-the-art global optimisation technique for black-box problems where derivative information is unavailable, and sample efficiency is crucial. However, improving the general scalabil…

Bayesian OptimisationDimensionality ReductionGaussian Processesglobal-optimization+1

Nonlinear Dimensionality Reduction Techniques for Bayesian Optimization

2025-10-17 · Luo Long, Coralia Cartis, Paz Fink Shustin arxiv

Bayesian optimisation (BO) is a standard approach for sample-efficient global optimisation of expensive black-box functions, yet its scalability to high dimensions remains challenging. Here, we investigate nonlinear dime…

Dimensionality Reduction

HiBBO: HiPPO-based Space Consistency for High-dimensional Bayesian Optimisation

2025-10-10 · Junyu Xuan, Wenlong Chen, Yingzhen Li arxiv

Bayesian Optimisation (BO) is a powerful tool for optimising expensive blackbox functions but its effectiveness diminishes in highdimensional spaces due to sparse data and poor surrogate model scalability While Variation…

Neural Architecture SearchRepresentation Learning

Variational Bayesian surrogate modelling with application to robust design optimisation

2024-04-23 · Thomas A. Archbold, Ieva Kazlauskaite, Fehmi Cirak

Surrogate models provide a quick-to-evaluate approximation to complex computational models and are essential for multi-query problems like design optimisation. The inputs of current deterministic computational models are…

Bayesian InferenceDimensionality ReductionRobust Design

Stick-Breaking Variational Autoencoders

2016-05-20 · Eric Nalisnick, Padhraic Smyth

We extend Stochastic Gradient Variational Bayes to perform posterior inference for the weights of Stick-Breaking processes. This development allows us to define a Stick-Breaking Variational Autoencoder (SB-VAE), a Bayesi…