paper-with-me

Papers

Symbol: Generating Flexible Black-Box Optimizers through Symbolic Equation Learning

2024-02-04 · Jiacheng Chen, Zeyuan Ma, Hongshu Guo, Yining Ma, Jie Zhang, Yue-Jiao Gong

Recent Meta-learning for Black-Box Optimization (MetaBBO) methods harness neural networks to meta-learn configurations of traditional black-box optimizers. Despite their success, they are inevitably restricted by the limitations of predefined hand-crafted optimizers. In this paper, we present \textsc{Symbol}, a novel framework that promotes the automated discovery of black-box optimizers through symbolic equation learning. Specifically, we propose a Symbolic Equation Generator (SEG) that allows closed-form optimization rules to be dynamically generated for specific tasks and optimization steps. Within \textsc{Symbol}, we then develop three distinct strategies based on reinforcement learning, so as to meta-learn the SEG efficiently. Extensive experiments reveal that the optimizers generated by \textsc{Symbol} not only surpass the state-of-the-art BBO and MetaBBO baselines, but also exhibit exceptional zero-shot generalization abilities across entirely unseen tasks with different problem dimensions, population sizes, and optimization horizons. Furthermore, we conduct in-depth analyses of our \textsc{Symbol} framework and the optimization rules that it generates, underscoring its desirable flexibility and interpretability.

📄 PDF Abstract BibTeX arXiv:2402.02355

Code (1)

gmc-drl/symbol 공식 구현 pytorch

Tasks

Meta-LearningZero-shot Generalization

Similar Papers 제목 키워드 기반

mlrMBO: A Modular Framework for Model-Based Optimization of Expensive Black-Box Functions

2017-03-09 · Bernd Bischl, Jakob Richter, Jakob Bossek, Daniel Horn 외

We present mlrMBO, a flexible and comprehensive R toolbox for model-based optimization (MBO), also known as Bayesian optimization, which addresses the problem of expensive black-box optimization by approximating the give…

Bayesian OptimizationregressionSMACSMAC+

Symbolic Learning to Optimize: Towards Interpretability and Scalability

2022-03-13 · ICLR 2022 4 · Wenqing Zheng, Tianlong Chen, Ting-Kuei Hu, Zhangyang Wang

Recent studies on Learning to Optimize (L2O) suggest a promising path to automating and accelerating the optimization procedure for complicated tasks. Existing L2O models parameterize optimization rules by neural network…

Symbolic Regression

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

A Neuro-Symbolic Method for Solving Differential and Functional Equations

2020-11-04 · Maysum Panju, Ali Ghodsi

When neural networks are used to solve differential equations, they usually produce solutions in the form of black-box functions that are not directly mathematically interpretable. We introduce a method for generating sy…

Language ModelingLanguage Modellingvalid

Neuro-Symbolic Query Optimization in Knowledge Graphs

2024-11-21 · Maribel Acosta, Chang Qin, Tim Schwabe

This chapter delves into the emerging field of neuro-symbolic query optimization for knowledge graphs (KGs), presenting a comprehensive exploration of how neural and symbolic techniques can be integrated to enhance query…

Knowledge GraphsNavigate