Skip to content
Preprint

Generative Refinement for Low-Budget Black-Box Optimization

Jul 2026 · 0 citations · 42 references
Computer Science

Abstract

Black-box optimization is a fundamental science and engineering tool that makes it possible to optimize objectives without gradient information. Unfortunately, as it often requires many function evaluations, it can be challenging when each one is costly. This is especially true when the evaluation function is noisy or failure-prone, and when high-performing solutions are confined to thin, curved, or disconnected regions of the search space. Existing methods leveraging generative models to navigate these subspaces are built to sample from reward-aligned distributions. As a result, they require a large number of evaluations to align their sampler effectively, making them impractical in low-budget settings. We propose SPARROW, an algorithm that completely decouples the generative prior from the reward signal. SPARROW can use any sampler with a known corruption process and trained on unevaluated data, as a fixed, structured proposal operator. Optimization proceeds by rank-based guidance over an archive of evaluated candidates. SPARROW can navigate complex geometries, handle unreliable reward signals, and perform effective optimization under very low evaluation budgets. We provide asymptotic convergence guarantees over the sampler support and demonstrate strong empirical performance on problems with unreliable rewards and geometrically complex landscapes.

View source

Similar papers

Preprint Jul 2026

NeurGO: Learning to Generate Elite Candidates for Meta-Black-Box Expensive Optimization

This work proposes NeurGO, a generative MetaBBO framework that directly synthesizes elite candidates from historical population states and designs a quality-diversity loss to maintain solution quality and population diversity throughout the search.

Jintao He, Huixiang Zhen, Wenyin Gong · 0 citations
Book Open access Jul 2026

Bi-objective Stochastic Simulation Optimization on Integer Lattices via Scalarization

This work addresses the challenging problem of multiobjective optimization via stochastic simulation over a discrete design space via stochastic simulation over a discrete design space by integrating a discrete Genetic Algorithm with specialized local and jump mutation operators as the inner optimizer.

Sebastián Rojas Gónzalez, I. Couckuyt, Joshua Knowles · 0 citations
Preprint Aug 2026

JANUS: Online Jacobian-Aligned Infill for Black-Box Optimization

JANUS is a plug-and-play infill module that extracts a local Jacobian from the recent evaluation trace, and gives the best mean cost on 1135-dimensional UAV path planning and improves SMS-EMOA/AGE-MOEA2 hosts on 12/38 multi-objective tasks with zero significant regressions.

Hongyuan Yu, Pufan Xu, Jiaojiao Yi et al. · 0 citations
Preprint Jul 2026

Agentic Bayesian Optimization through Surrogate-Augmented Autoresearch

This work introduces agentic Bayesian optimization: a paradigm in which an LLM agent is the central decision maker in the BO loop while a Bayesian backend provides the uncertainty-aware optimization substrate, and demonstrates the practical value of agentic BO in dynamic settings.

Paul Brunzema, Louis C. Tiao, Nhat Le et al. · 0 citations
Preprint Aug 2026

BOCoDe: Engineering-Centered Benchmarking for Bayesian Optimization

BOCoDe is introduced, an open-source, PyTorch-native benchmark comprising 307 BBO problems, including 159 engineering design tasks and widely used synthetic and HPO benchmarks that establish a reproducible and extensible foundation for developing and evaluating BO methods that better reflect the demands of engineering design.

Rosen Yu, Christophe Hatterer, A. Narayanan et al. · 0 citations