LGFeb 2, 2022

Mold into a Graph: Efficient Bayesian Optimization over Mixed-Spaces

arXiv:2202.00893v2
AI Analysis

This addresses optimization challenges in real-world applications with mixed variable types, offering a novel approach that is not incremental.

The paper tackles the problem of optimizing mixed discrete-continuous input spaces by modeling variable interactions as a graph and using a variational graph autoencoder, achieving superior performance and computational efficiency over existing methods on synthetic and real-world tasks.

Real-world optimization problems are generally not just black-box problems, but also involve mixed types of inputs in which discrete and continuous variables coexist. Such mixed-space optimization possesses the primary challenge of modeling complex interactions between the inputs. In this work, we propose a novel yet simple approach that entails exploiting the graph data structure to model the underlying relationship between variables, i.e., variables as nodes and interactions defined by edges. Then, a variational graph autoencoder is used to naturally take the interactions into account. We first provide empirical evidence of the existence of such graph structures and then suggest a joint framework of graph structure learning and latent space optimization to adaptively search for optimal graph connectivity. Experimental results demonstrate that our method shows remarkable performance, exceeding the existing approaches with significant computational efficiency for a number of synthetic and real-world tasks.

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