paper-with-me

Papers

Instance Generation for Meta-Black-Box Optimization through Latent Space Reverse Engineering

2025-09-19 · Chen Wang, Yue-Jiao Gong, Zhiguang Cao, Zeyuan Ma arxiv

To relieve intensive human-expertise required to design optimization algorithms, recent Meta-Black-Box Optimization (MetaBBO) researches leverage generalization strength of meta-learning to train neural network-based algorithm design policies over a predefined training problem set, which automates the adaptability of the low-level optimizers on unseen problem instances. Currently, a common training problem set choice in existing MetaBBOs is well-known benchmark suites CoCo-BBOB. Although such choice facilitates the MetaBBO's development, problem instances in CoCo-BBOB are more or less limited in diversity, raising the risk of overfitting of MetaBBOs, which might further results in poor generalization. In this paper, we propose an instance generation approach, termed as \textbf{LSRE}, which could generate diverse training problem instances for MetaBBOs to learn more generalizable policies. LSRE first trains an autoencoder which maps high-dimensional problem features into a 2-dimensional latent space. Uniform-grid sampling in this latent space leads to hidden representations of problem instances with sufficient diversity. By leveraging a genetic-programming approach to search function formulas with minimal L2-distance to these hidden representations, LSRE reverse engineers a diversified problem set, termed as \textbf{Diverse-BBO}. We validate the effectiveness of LSRE by training various MetaBBOs on Diverse-BBO and observe their generalization performances on either synthetic or realistic scenarios. Extensive experimental results underscore the superiority of Diverse-BBO to existing training set choices in MetaBBOs. Further ablation studies not only demonstrate the effectiveness of design choices in LSRE, but also reveal interesting insights on instance diversity and MetaBBO's generalization.

📄 PDF Abstract BibTeX arXiv:2509.15810

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Survey of Meta-features Used for Automated Selection of Algorithms for Black-box Single-objective Continuous Optimization

2024-06-08 · Gjorgjina Cenikj, Ana Nikolikj, Gašper Petelin, Niki van Stein 외

The selection of the most appropriate algorithm to solve a given problem instance, known as algorithm selection, is driven by the potential to capitalize on the complementary performance of different algorithms across se…

Representation Learning

LLaMEA: A Large Language Model Evolutionary Algorithm for Automatically Generating Metaheuristics

2024-05-30 · Niki van Stein, Thomas Bäck

Large Language Models (LLMs) such as GPT-4 have demonstrated their ability to understand natural language and generate complex code snippets. This paper introduces a novel Large Language Model Evolutionary Algorithm (LLa…

Language ModelingLanguage ModellingLarge Language ModelMetaheuristic Optimization

MetaBox-v2: A Unified Benchmark Platform for Meta-Black-Box Optimization

2025-05-23 · Zeyuan Ma, Yue-Jiao Gong, Hongshu Guo, Wenjie Qiu 외

Meta-Black-Box Optimization (MetaBBO) streamlines the automation of optimization algorithm design through meta-learning. It typically employs a bi-level structure: the meta-level policy undergoes meta-training to reduce …

Meta-Learning

OPAL: Operator-Programmed Algorithms for Landscape-Aware Black-Box Optimization

2025-12-14 · Junbo Jacob Lian, Mingyang Yu, Kaichen Ouyang, Shengwei Fu 외 arxiv

Black-box optimization often relies on evolutionary and swarm algorithms whose performance is highly problem dependent. We view an optimizer as a short program over a small vocabulary of search operators and learn this o…

Graph Neural Network

MetaBox: A Benchmark Platform for Meta-Black-Box Optimization with Reinforcement Learning

2023-10-12 · NeurIPS 2023 11 · Zeyuan Ma, Hongshu Guo, Jiacheng Chen, Zhenrui Li 외

Recently, Meta-Black-Box Optimization with Reinforcement Learning (MetaBBO-RL) has showcased the power of leveraging RL at the meta-level to mitigate manual fine-tuning of low-level black-box optimizers. However, this fi…

Benchmarking