paper-with-me

홈 › Papers

Surrogate Ensemble in Expensive Multi-Objective Optimization via Deep Q-Learning

2026-01-31 · Yuxin Wu, Hongshu Guo, Ting Huang, Yue-Jiao Gong, Zeyuan Ma arxiv

Surrogate-assisted Evolutionary Algorithms~(SAEAs) have shown promising robustness in solving expensive optimization problems. A key aspect that impacts SAEAs' effectiveness is surrogate model selection, which in existing works is predominantly decided by human developer. Such human-made design choice introduces strong bias into SAEAs and may hurt their expected performance on out-of-scope tasks. In this paper, we propose a reinforcement learning-assisted ensemble framework, termed as SEEMOO, which is capable of scheduling different surrogate models within a single optimization process, hence boosting the overall optimization performance in a cooperative paradigm. Specifically, we focus on expensive multi-objective optimization problems, where multiple objective functions shape a compositional landscape and hence challenge surrogate selection. SEEMOO comprises following core designs: 1) A pre-collected model pool that maintains different surrogate models; 2) An attention-based state-extractor supports universal optimization state representation of problems with varied objective numbers; 3) a deep Q-network serves as dynamic surrogate selector: Given the optimization state, it selects desired surrogate model for current-step evaluation. SEEMOO is trained to maximize the overall optimization performance under a training problem distribution. Extensive benchmark results demonstrate SEEMOO's surrogate ensemble paradigm boosts the optimization performance of single-surrogate baselines. Further ablation studies underscore the importance of SEEMOO's design components.

📄 PDF Abstract BibTeX arXiv:2602.00540

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Meta-Black-Box Optimization with Ensemble Surrogate Modeling for Robustness-Accuracy Trade-off within SAEA

2026-05-30 · Xiao Jin, Yongxiong Wang, Haobo Liu, Yudong Du 외 arxiv

Surrogate-assisted evolutionary algorithms (SAEAs) have been widely used for expensive black-box optimization problems. However, their reliance on rigid and manually designed components limits their flexibility and gener…

Reinforcement LearningEnsemble Learning

Surrogate-assisted multi-objective design of complex multibody systems

2024-12-19 · Augustina C. Amakor, Manuel B. Berkemeier, Meike Wohlleben, Walter Sextro 외

The optimization of large-scale multibody systems is a numerically challenging task, in particular when considering multiple conflicting criteria at the same time. In this situation, we need to approximate the Pareto set…

Computational Efficiency

Surrogate assisted diversity estimation in neural ensemble search

2026-07-29 · Alexandr Udeneev, Petr Babkin, Oleg Bakhteev arxiv

Ensembles are a standard way to improve the performance and robustness of deep neural networks, but their effectiveness crucially depends on both the quality and the diversity of individual models. Most neural architectu…

Neural Architecture Search

A Study of Bayesian Neural Network Surrogates for Bayesian Optimization

2023-05-31 · Yucen Lily Li, Tim G. J. Rudner, Andrew Gordon Wilson

Bayesian optimization is a highly efficient approach to optimizing objective functions which are expensive to query. These objectives are typically represented by Gaussian process (GP) surrogate models which are easy to …

Bayesian 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