Neural Exploratory Landscape Analysis for Meta-Black-Box-Optimization
Zeyuan Ma, Jiacheng Chen, Hongshu Guo, Yue-Jiao Gong

TL;DR
This paper introduces NeurELA, a neural framework that automatically profiles landscape features for Meta-Black-Box Optimization, reducing reliance on human-crafted features and enhancing algorithm adaptability and performance.
Contribution
NeurELA is a novel, end-to-end neural approach that dynamically profiles landscape features, trained with multi-task neuroevolution, improving MetaBBO performance across diverse tasks.
Findings
NeurELA outperforms traditional methods in various MetaBBO tasks.
It can be efficiently fine-tuned for specific optimization problems.
NeurELA generalizes well to unseen MetaBBO algorithms.
Abstract
Recent research in Meta-Black-Box Optimization (MetaBBO) have shown that meta-trained neural networks can effectively guide the design of black-box optimizers, significantly reducing the need for expert tuning and delivering robust performance across complex problem distributions. Despite their success, a paradox remains: MetaBBO still rely on human-crafted Exploratory Landscape Analysis features to inform the meta-level agent about the low-level optimization progress. To address the gap, this paper proposes Neural Exploratory Landscape Analysis (NeurELA), a novel framework that dynamically profiles landscape features through a two-stage, attention-based neural network, executed in an entirely end-to-end fashion. NeurELA is pre-trained over a variety of MetaBBO algorithms using a multi-task neuroevolution strategy. Extensive experiments show that NeurELA achieves consistently superior…
Peer Reviews
Decision·ICLR 2025 Poster
- The motivation for optimizing the feature extractor in MetaBBO is reasonable. - The technical novelty of this paper is to present automating approach for extracting landscape features in MetaBBO. - The effectiveness of the proposed NeurELA is experimentally demonstrated for several MetaBBO and BBO problems.
- The proposed formulation seems to be a tri-level optimization problem of training landscape feature extractor, training meta-level policy, and optimizing a target objective function. Therefore, using the proposed NeurELA increases the whole computational cost compared to existing MetaBBO methods. - Training the landscape feature extractor is performed in a neuroevolution manner. It seems hard to scale for a large neural network as the feature extractor. In addition, it is not clear that the cu
- The new end-to-end pipeline is (imho) novel and interesting - NeurELA consistently outperforms the baselines - Many ablations are performed and thus we better understand the effectiveness of the approach and its parts - The sharing of the code is appreciated
**Weaknesses before author's rebuttal. I believe that most of my comments have been (at least partly) by the new version/reply by the authors.** - The presentation of the paper needs quite some work. Many typos are present and a few paragraphs are hard to read. Overall, the authors need to spend a bit more time in improving the presentation. - I believe that a more detailed description of the MetaBBO tasks would greatly help the reader understand and appreciate the performance of the proposed f
1. Quality: The paper validates the proposed method in detail by answering research questions, not only on the method's performance but also its adaptability, computational efficiency, and generalization capacity. 2. Clarity: The paper is well-structured, with clear explanations of NeurELA’s architecture, training, and integration within MetaBBO tasks.
1. Originality: The proposed work is very similar to Seiler et al., 2024 (Deep-ELA), which also uses multi-head attention as the main component in the architecture. The only difference seems to be that Deep-ELA uses kNN embedding, while the proposed method uses a linear transformation to encode the population information, which is widely used in LLMs to generate embedding from tokens. 2. Limited comparisons in experiments: The proposed work does not compare to any recent methods, e.g., Deep-EL
Code & Models
Videos
Taxonomy
TopicsImage Processing and 3D Reconstruction · Morphological variations and asymmetry · Remote Sensing and LiDAR Applications
