🌙

CDE-GAN:基于合作双进化的生成对抗网络

CDE-GAN: Cooperative Dual Evolution-Based Generative Adversarial Network

IEEE Transactions on Evolutionary Computation · 2021
被引 53
ABS 4

中文导读

提出CDE-GAN,将生成器和判别器的双进化融入统一框架,通过合作进化算法解决GAN的模式崩溃和不稳定问题,在图像生成任务上取得更优性能。

Abstract

Generative adversarial networks (GANs) have been a popular deep generative model for real-world applications. Despite many recent efforts on GANs that have been contributed, mode collapse and instability of GANs are still open problems caused by their adversarial optimization difficulties. In this article, motivated by the cooperative co-evolutionary algorithm, we propose a cooperative dual evolution-based GAN (CDE-GAN) to circumvent these drawbacks. In essence, CDE-GAN incorporates dual evolution with respect to the generator(s) and discriminators into a unified evolutionary adversarial framework to conduct effective adversarial multiobjective optimization. Thus, it exploits the complementary properties and injects dual mutation diversity into the training, to steadily diversify the estimated density in capturing multimodes and improve generative performance. Specifically, CDE-GAN decomposes the complex adversarial optimization problem into two subproblems (generation and discrimination), and each subproblem is solved with a separated subpopulation (<i>E-Generators</i> and <i>E-Discriminators</i>), evolved by its own evolutionary algorithm. Additionally, we further propose a <i>Soft Mechanism</i> to balance the tradeoff between E-Generators and E-Discriminators to conduct steady training for CDE-GAN. Extensive experiments on one synthetic dataset and three real-world benchmark image datasets demonstrate that the proposed CDE-GAN achieves a competitive and superior performance in generating good quality and diverse samples over baselines. The code and more generated results are available at our project homepage <i><uri>https://shiming-chen.github.io/CDE-GAN-website/CDE-GAN.html</uri></i>.

生成对抗网络进化算法多目标优化深度学习图像生成