OCLGNADec 12, 2024

Dimensionality Reduction Techniques for Global Bayesian Optimisation

arXiv:2412.09183v12 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses scalability issues in global optimization for black-box problems, but it is incremental as it builds on existing LSBO methods with corrections and extensions.

The paper tackled the scalability challenge in Bayesian Optimization (BO) by applying dimensionality reduction with Variational Autoencoders (VAEs) and integrating Sequential Domain Reduction (SDR), resulting in improved BO performance through structured latent manifolds.

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 scalability of BO has proved challenging. Here, we explore Latent Space Bayesian Optimisation (LSBO), that applies dimensionality reduction to perform BO in a reduced-dimensional subspace. While early LSBO methods used (linear) random projections (Wang et al., 2013), we employ Variational Autoencoders (VAEs) to manage more complex data structures and general DR tasks. Building on Grosnit et. al. (2021), we analyse the VAE-based LSBO framework, focusing on VAE retraining and deep metric loss. We suggest a few key corrections in their implementation, originally designed for tasks such as molecule generation, and reformulate the algorithm for broader optimisation purposes. Our numerical results show that structured latent manifolds improve BO performance. Additionally, we examine the use of the Matérn-$\frac{5}{2}$ kernel for Gaussian Processes in this LSBO context. We also integrate Sequential Domain Reduction (SDR), a standard global optimization efficiency strategy, into BO. SDR is included in a GPU-based environment using \textit{BoTorch}, both in the original and VAE-generated latent spaces, marking the first application of SDR within LSBO.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes