Evolutionary Multiobjective Optimization Driven by Generative Adversarial Networks (GANs)
Cheng He, Shihua Huang, Ran Cheng, Kay Chen Tan, and Yaochu Jin

TL;DR
This paper introduces a multi-objective evolutionary algorithm that leverages GANs to generate offspring solutions, effectively handling high-dimensional problems with limited training data, and demonstrating strong performance on benchmark tests.
Contribution
It presents a novel GAN-driven evolutionary algorithm that overcomes data scarcity and high-dimensional challenges in multi-objective optimization.
Findings
Effective in high-dimensional decision spaces
Performs well on 10 benchmark problems with up to 200 variables
Generates promising solutions with limited training data
Abstract
Recently, increasing works have proposed to drive evolutionary algorithms using machine learning models. Usually, the performance of such model based evolutionary algorithms is highly dependent on the training qualities of the adopted models. Since it usually requires a certain amount of data (i.e. the candidate solutions generated by the algorithms) for model training, the performance deteriorates rapidly with the increase of the problem scales, due to the curse of dimensionality. To address this issue, we propose a multi-objective evolutionary algorithm driven by the generative adversarial networks (GANs). At each generation of the proposed algorithm, the parent solutions are first classified into real and fake samples to train the GANs; then the offspring solutions are sampled by the trained GANs. Thanks to the powerful generative ability of the GANs, our proposed algorithm is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Evolutionary Algorithms and Applications · Metaheuristic Optimization Algorithms Research
MethodsTest
