MetaBox: A Benchmark Platform for Meta-Black-Box Optimization with
Reinforcement Learning
- URL: http://arxiv.org/abs/2310.08252v2
- Date: Fri, 27 Oct 2023 15:19:41 GMT
- Title: MetaBox: A Benchmark Platform for Meta-Black-Box Optimization with
Reinforcement Learning
- Authors: Zeyuan Ma, Hongshu Guo, Jiacheng Chen, Zhenrui Li, Guojun Peng,
Yue-Jiao Gong, Yining Ma, Zhiguang Cao
- Abstract summary: We introduce MetaBox, the first benchmark platform specifically tailored for developing and evaluating MetaBBO-RL methods.
MetaBox offers a flexible algorithmic template that allows users to effortlessly implement their unique designs within the platform.
It provides a broad spectrum of over 300 problem instances, collected from synthetic to realistic scenarios, and an extensive library of 19 baseline methods.
- Score: 25.687304354503148
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: 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
field is hindered by the lack of a unified benchmark. To fill this gap, we
introduce MetaBox, the first benchmark platform expressly tailored for
developing and evaluating MetaBBO-RL methods. MetaBox offers a flexible
algorithmic template that allows users to effortlessly implement their unique
designs within the platform. Moreover, it provides a broad spectrum of over 300
problem instances, collected from synthetic to realistic scenarios, and an
extensive library of 19 baseline methods, including both traditional black-box
optimizers and recent MetaBBO-RL methods. Besides, MetaBox introduces three
standardized performance metrics, enabling a more thorough assessment of the
methods. In a bid to illustrate the utility of MetaBox for facilitating
rigorous evaluation and in-depth analysis, we carry out a wide-ranging
benchmarking study on existing MetaBBO-RL methods. Our MetaBox is open-source
and accessible at: https://github.com/GMC-DRL/MetaBox.
Related papers
- PlatMetaX: An Integrated MATLAB platform for Meta-Black-Box Optimization [13.141855165689448]
We present PlatMetaX, a novel platform for developing, evaluating, and comparing optimization algorithms.
PlatMetaX integrates the strengths of MetaBox and PlatEMO, offering a comprehensive framework for developing, evaluating, and comparing optimization algorithms.
arXiv Detail & Related papers (2025-03-26T02:03:35Z) - Toward Automated Algorithm Design: A Survey and Practical Guide to Meta-Black-Box-Optimization [22.902923118981857]
We introduce Meta-Black-Box-Optimization(MetaBBO) as an emerging avenue within the Evolutionary Computation(EC) community.
Despite the success of MetaBBO, the current literature provides insufficient summaries of its key aspects and lacks practical guidance for implementation.
arXiv Detail & Related papers (2024-11-01T14:32:19Z) - Neural Exploratory Landscape Analysis for Meta-Black-Box-Optimization [12.6318861144205]
This paper proposes a novel framework that dynamically profiles landscape features through a two-stage, attention-based neural network.
NeurELA is pre-trained over a variety of MetaBBO algorithms using a multi-task neuroevolution strategy.
Experiments show that NeurELA achieves consistently superior performance when integrated into different and even unseen MetaBBO tasks.
arXiv Detail & Related papers (2024-08-20T09:17:11Z) - MetaSeg: MetaFormer-based Global Contexts-aware Network for Efficient Semantic Segmentation [13.375673104675023]
We propose a powerful semantic segmentation network, MetaSeg, which leverages the Metaformer architecture from the backbone to the decoder.
Our MetaSeg shows that the MetaFormer architecture plays a significant role in capturing the useful contexts for the decoder as well as for the backbone.
This motivates us to adopt the CNN-based backbone using the MetaFormer block and design our MetaFormer-based decoder, which consists of a novel self-attention module to capture the global contexts.
arXiv Detail & Related papers (2024-08-14T14:16:52Z) - MAMBA: an Effective World Model Approach for Meta-Reinforcement Learning [18.82398325614491]
We propose a new model-based approach to meta-RL, based on elements from existing state-of-the-art model-based and meta-RL methods.
We demonstrate the effectiveness of our approach on common meta-RL benchmark domains, attaining greater return with better sample efficiency.
In addition, we validate our approach on a slate of more challenging, higher-dimensional domains, taking a step towards real-world generalizing agents.
arXiv Detail & Related papers (2024-03-14T20:40:36Z) - Meta Architecure for Point Cloud Analysis [77.92830049514264]
We propose a unified framework called PointMeta to interpret 3D point cloud analysis approaches.
PointMeta allows us to compare different approaches in a fair manner, and use quick experiments to verify any empirical observations or assumptions from the comparison.
By doing simple tweaks on the existing approaches, we are able to derive a basic building block, termed PointMetaBase.
arXiv Detail & Related papers (2022-11-26T02:53:40Z) - MetaDelta: A Meta-Learning System for Few-shot Image Classification [71.06324527247423]
We propose MetaDelta, a novel practical meta-learning system for the few-shot image classification.
Each meta-learner in MetaDelta is composed of a unique pretrained encoder fine-tuned by batch training and parameter-free decoder used for prediction.
arXiv Detail & Related papers (2021-02-22T02:57:22Z) - Meta-Learning with Neural Tangent Kernels [58.06951624702086]
We propose the first meta-learning paradigm in the Reproducing Kernel Hilbert Space (RKHS) induced by the meta-model's Neural Tangent Kernel (NTK)
Within this paradigm, we introduce two meta-learning algorithms, which no longer need a sub-optimal iterative inner-loop adaptation as in the MAML framework.
We achieve this goal by 1) replacing the adaptation with a fast-adaptive regularizer in the RKHS; and 2) solving the adaptation analytically based on the NTK theory.
arXiv Detail & Related papers (2021-02-07T20:53:23Z) - BOML: A Modularized Bilevel Optimization Library in Python for Meta
Learning [52.90643948602659]
BOML is a modularized optimization library that unifies several meta-learning algorithms into a common bilevel optimization framework.
It provides a hierarchical optimization pipeline together with a variety of iteration modules, which can be used to solve the mainstream categories of meta-learning methods.
arXiv Detail & Related papers (2020-09-28T14:21:55Z) - Offline Meta-Reinforcement Learning with Advantage Weighting [125.21298190780259]
This paper introduces the offline meta-reinforcement learning (offline meta-RL) problem setting and proposes an algorithm that performs well in this setting.
offline meta-RL is analogous to the widely successful supervised learning strategy of pre-training a model on a large batch of fixed, pre-collected data.
We propose Meta-Actor Critic with Advantage Weighting (MACAW), an optimization-based meta-learning algorithm that uses simple, supervised regression objectives for both the inner and outer loop of meta-training.
arXiv Detail & Related papers (2020-08-13T17:57:14Z) - Meta-Model-Based Meta-Policy Optimization [19.468989399627638]
We propose a model-based meta-reinforcement learning (RL) method with a performance guarantee.
We demonstrate that M3PO outperforms existing meta-RL methods in continuous-control benchmarks.
arXiv Detail & Related papers (2020-06-04T01:39:39Z) - HMRL: Hyper-Meta Learning for Sparse Reward Reinforcement Learning
Problem [107.52043871875898]
We develop a novel meta reinforcement learning framework called Hyper-Meta RL(HMRL) for sparse reward RL problems.
It is consisted with three modules including the cross-environment meta state embedding module which constructs a common meta state space to adapt to different environments.
Experiments with sparse-reward environments show the superiority of HMRL on both transferability and policy learning efficiency.
arXiv Detail & Related papers (2020-02-11T07:31:11Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.