LGNov 3, 2023

Joint Composite Latent Space Bayesian Optimization

arXiv:2311.02213v25 citationsh-index: 32Has Code
Originality Highly original
AI Analysis

This addresses a bottleneck in high-dimensional BO for applications like generative AI and molecular design, offering a novel method to improve efficiency.

The paper tackles the challenge of Bayesian Optimization (BO) for composite-structured functions with high-dimensional intermediate outputs by introducing the JoCo framework, which jointly trains neural network encoders and probabilistic models to compress spaces into latent representations, resulting in outperforming state-of-the-art methods on simulated and real-world problems.

Bayesian Optimization (BO) is a technique for sample-efficient black-box optimization that employs probabilistic models to identify promising input locations for evaluation. When dealing with composite-structured functions, such as f=g o h, evaluating a specific location x yields observations of both the final outcome f(x) = g(h(x)) as well as the intermediate output(s) h(x). Previous research has shown that integrating information from these intermediate outputs can enhance BO performance substantially. However, existing methods struggle if the outputs h(x) are high-dimensional. Many relevant problems fall into this setting, including in the context of generative AI, molecular design, or robotics. To effectively tackle these challenges, we introduce Joint Composite Latent Space Bayesian Optimization (JoCo), a novel framework that jointly trains neural network encoders and probabilistic models to adaptively compress high-dimensional input and output spaces into manageable latent representations. This enables viable BO on these compressed representations, allowing JoCo to outperform other state-of-the-art methods in high-dimensional BO on a wide variety of simulated and real-world problems.

Code Implementations1 repo
Foundations

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

Your Notes