Scalable Neural Network-based Blackbox Optimization
By: Pavankumar Koratikere, Leifur Leifsson
Potential Business Impact:
Finds best answers faster, even with many choices.
Bayesian Optimization (BO) is a widely used approach for blackbox optimization that leverages a Gaussian process (GP) model and an acquisition function to guide future sampling. While effective in low-dimensional settings, BO faces scalability challenges in high-dimensional spaces and with large number of function evaluations due to the computational complexity of GP models. In contrast, neural networks (NNs) offer better scalability and can model complex functions, which led to the development of NN-based BO approaches. However, these methods typically rely on estimating model uncertainty in NN prediction -- a process that is often computationally intensive and complex, particularly in high dimensions. To address these limitations, a novel method, called scalable neural network-based blackbox optimization (SNBO), is proposed that does not rely on model uncertainty estimation. Specifically, SNBO adds new samples using separate criteria for exploration and exploitation, while adaptively controlling the sampling region to ensure efficient optimization. SNBO is evaluated on a range of optimization problems spanning from 10 to 102 dimensions and compared against four state-of-the-art baseline algorithms. Across the majority of test problems, SNBO attains function values better than the best-performing baseline algorithm, while requiring 40-60% fewer function evaluations and reducing the runtime by at least an order of magnitude.
Similar Papers
Towards Scalable Bayesian Optimization via Gradient-Informed Bayesian Neural Networks
Machine Learning (CS)
Makes computer learning faster by using more math.
On the Implementation of a Bayesian Optimization Framework for Interconnected Systems
Machine Learning (Stat)
Finds best answers faster by using known parts.
Gradient-based Sample Selection for Faster Bayesian Optimization
Machine Learning (Stat)
Makes computer searches faster by picking smart data.