Task-free Adaptive Meta Black-box Optimization
Chao Wang, Licheng Jiao, Lingling Li, Jiaxuan Zhao, Guanchun Wang, Fang Liu, Shuyuan Yang
TL;DR
ABOM removes the reliance on handcrafted training task distributions by embedding online, task-specific parameter adaptation inside the evolutionary optimization loop. It replaces discrete meta-optimizer components with a differentiable, attention-based parametrization of selection, crossover, and mutation, updated via gradient descent from the elite archive of generated solutions. Theoretical guarantees include exploration and global convergence under reasonable assumptions, while empirical results on synthetic BBOB and realistic UAV benchmarks demonstrate competitive, zero-shot performance without prior task distributions. The approach also yields interpretable search dynamics through learned attention matrices and is GPU-friendly, offering a practical, task-free path for adaptive meta-black-box optimization.
Abstract
Handcrafted optimizers become prohibitively inefficient for complex black-box optimization (BBO) tasks. MetaBBO addresses this challenge by meta-learning to automatically configure optimizers for low-level BBO tasks, thereby eliminating heuristic dependencies. However, existing methods typically require extensive handcrafted training tasks to learn meta-strategies that generalize to target tasks, which poses a critical limitation for realistic applications with unknown task distributions. To overcome the issue, we propose the Adaptive meta Black-box Optimization Model (ABOM), which performs online parameter adaptation using solely optimization data from the target task, obviating the need for predefined task distributions. Unlike conventional metaBBO frameworks that decouple meta-training and optimization phases, ABOM introduces a closed-loop adaptive parameter learning mechanism, where parameterized evolutionary operators continuously self-update by leveraging generated populations during optimization. This paradigm shift enables zero-shot optimization: ABOM achieves competitive performance on synthetic BBO benchmarks and realistic unmanned aerial vehicle path planning problems without any handcrafted training tasks. Visualization studies reveal that parameterized evolutionary operators exhibit statistically significant search patterns, including natural selection and genetic recombination.
