LGMLAug 5, 2025

Scalable Neural Network-based Blackbox Optimization

arXiv:2508.03827v1h-index: 3Struct Multidiscip Optim
Originality Highly original
AI Analysis

This addresses the problem of efficient high-dimensional optimization for researchers and practitioners, representing a strong incremental improvement over existing neural network-based methods.

The paper tackles the scalability challenges of Bayesian Optimization in high-dimensional blackbox optimization by proposing SNBO, a neural network-based method that avoids model uncertainty estimation. SNBO achieves better function values than state-of-the-art baselines, requiring 40-60% fewer evaluations and reducing runtime by at least an order of magnitude.

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.

Foundations

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

Your Notes