TL;DR
This paper introduces a surrogate-assisted evolutionary algorithm tailored for expensive combinatorial optimization, specifically applied to partition-based ensemble learning, demonstrating superior performance over existing methods in limited evaluation scenarios.
Contribution
The paper presents a novel surrogate-assisted GOMEA variant adapted for non-binary problems, applied to ensemble partitioning in machine learning, with improved efficiency and effectiveness.
Findings
Outperforms Bayesian optimization in ensemble partitioning tasks
Achieves better solutions with fewer fitness evaluations
Successfully handles problems with up to 500 variables
Abstract
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 P3-like variant of the Gene-Pool Optimal Mixing Algorithm (GOMEA) and adapt the resulting algorithm for solving non-binary combinatorial problems. We test the proposed algorithm on an ensemble learning problem. Ensembling several models is a common Machine Learning technique to achieve better performance. We consider ensembles of several models trained on disjoint subsets of a dataset. Finding the best dataset partitioning is naturally a combinatorial non-binary optimization problem. Fitness function evaluations can be extremely expensive if complex models, such as Deep Neural Networks, are used as learners in an ensemble. Therefore, the number of fitness function…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
