HiBBO: HiPPO-based Space Consistency for High-dimensional Bayesian Optimisation
Junyu Xuan, Wenlong Chen, Yingzhen Li
TL;DR
HiBBO tackles high-dimensional Bayesian Optimisation by mitigating distribution mismatch between latent and original spaces in VAE-based BO. It injects a HiPPO-based memory regulariser into VAE training to preserve kernel-distance relationships, ensuring the latent GP better reflects the true objective in the original space. The method trains the VAE with a loss that includes a HiPPO consistency term and performs BO in the latent space, achieving faster convergence and higher-quality solutions than strong VAE-BO baselines across Ackley, MNIST-derived, shape, and molecular design tasks. This work links sequence representation with efficient high-dimensional BO and holds promise for scalable neural architecture search and materials/drug design applications.
Abstract
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 Variational Autoencoder (VAE) based approaches address this by learning low-dimensional latent representations the reconstructionbased objective function often brings the functional distribution mismatch between the latent space and original space leading to suboptimal optimisation performance In this paper we first analyse the reason why reconstructiononly loss may lead to distribution mismatch and then propose HiBBO a novel BO framework that introduces the space consistency into the latent space construction in VAE using HiPPO - a method for longterm sequence modelling - to reduce the functional distribution mismatch between the latent space and original space Experiments on highdimensional benchmark tasks demonstrate that HiBBO outperforms existing VAEBO methods in convergence speed and solution quality Our work bridges the gap between high-dimensional sequence representation learning and efficient Bayesian Optimisation enabling broader applications in neural architecture search materials science and beyond.
