paper-with-me

Papers

B2EA: An Evolutionary Algorithm Assisted by Two Bayesian Optimization Modules for Neural Architecture Search

2022-02-07 · Hyunghun Cho, Jungwook Shin, Wonjong Rhee

The early pioneering Neural Architecture Search (NAS) works were multi-trial methods applicable to any general search space. The subsequent works took advantage of the early findings and developed weight-sharing methods that assume a structured search space typically with pre-fixed hyperparameters. Despite the amazing computational efficiency of the weight-sharing NAS algorithms, it is becoming apparent that multi-trial NAS algorithms are also needed for identifying very high-performance architectures, especially when exploring a general search space. In this work, we carefully review the latest multi-trial NAS algorithms and identify the key strategies including Evolutionary Algorithm (EA), Bayesian Optimization (BO), diversification, input and output transformations, and lower fidelity estimation. To accommodate the key strategies into a single framework, we develop B2EA that is a surrogate assisted EA with two BO surrogate models and a mutation step in between. To show that B2EA is robust and efficient, we evaluate three performance metrics over 14 benchmarks with general and cell-based search spaces. Comparisons with state-of-the-art multi-trial algorithms reveal that B2EA is robust and efficient over the 14 benchmarks for three difficulty levels of target performance. The B2EA code is publicly available at \url{https://github.com/snu-adsl/BBEA}.

📄 PDF Abstract BibTeX arXiv:2202.03005

Code (1)

snu-adsl/bbea 공식 구현 pytorch

Tasks

Bayesian OptimizationComputational EfficiencyNeural Architecture Search

Similar Papers 제목 키워드 기반

Model Uncertainty in Evolutionary Optimization and Bayesian Optimization: A Comparative Analysis

2024-03-21 · Hao Hao, Xiaoqun Zhang, Aimin Zhou

Black-box optimization problems, which are common in many real-world applications, require optimization through input-output interactions without access to internal workings. This often leads to significant computational…

Bayesian Optimization

Better call Surrogates: A hybrid Evolutionary Algorithm for Hyperparameter optimization

2020-12-11 · Subhodip Biswas, Adam D Cobb, Andreea Sistrunk, Naren Ramakrishnan 외

In this paper, we propose a surrogate-assisted evolutionary algorithm (EA) for hyperparameter optimization of machine learning (ML) models. The proposed STEADE model initially estimates the objective function landscape u…

Bayesian OptimizationBIG-bench Machine LearningHyperparameter Optimization

A Novel Surrogate-assisted Evolutionary Algorithm Applied to Partition-based Ensemble Learning

2021-04-16 · Arkadiy Dushatskiy, Tanja Alderliesten, Peter A. N. Bosman

We propose a novel surrogate-assisted Evolutionary Algorithm for solving expensive combinatorial optimization problems. We integrate a surrogate model, which is used for fitness value estimation, into a state-of-the-art …

Bayesian OptimizationCombinatorial OptimizationEnsemble Learning

Un-evaluated Solutions May Be Valuable in Expensive Optimization

2024-12-05 · Hao Hao, Xiaoqun Zhang, Aimin Zhou

Expensive optimization problems (EOPs) are prevalent in real-world applications, where the evaluation of a single solution requires a significant amount of resources. In our study of surrogate-assisted evolutionary algor…

Bayesian OptimizationEvolutionary Algorithms

Surrogate-assisted level-based learning evolutionary search for heat extraction optimization of enhanced geothermal system

2022-12-15 · Guodong Chen, Xin Luo, Chuanyin Jiang, Jiu Jimmy Jiao

An enhanced geothermal system is essential to provide sustainable and long-term geothermal energy supplies and reduce carbon emissions. Optimal well-control scheme for effective heat extraction and improved heat sweep ef…

Management