paper-with-me

홈 › Papers

EvoGAN: An Evolutionary Computation Assisted GAN

2021-10-22 · Feng Liu, HanYang Wang, Jiahao Zhang, Ziwang Fu, Aimin Zhou, Jiayin Qi, Zhibin Li

The image synthesis technique is relatively well established which can generate facial images that are indistinguishable even by human beings. However, all of these approaches uses gradients to condition the output, resulting in the outputting the same image with the same input. Also, they can only generate images with basic expression or mimic an expression instead of generating compound expression. In real life, however, human expressions are of great diversity and complexity. In this paper, we propose an evolutionary algorithm (EA) assisted GAN, named EvoGAN, to generate various compound expressions with any accurate target compound expression. EvoGAN uses an EA to search target results in the data distribution learned by GAN. Specifically, we use the Facial Action Coding System (FACS) as the encoding of an EA and use a pre-trained GAN to generate human facial images, and then use a pre-trained classifier to recognize the expression composition of the synthesized images as the fitness function to guide the search of the EA. Combined random searching algorithm, various images with the target expression can be easily sythesized. Quantitative and Qualitative results are presented on several compound expressions, and the experimental results demonstrate the feasibility and the potential of EvoGAN.

📄 PDF Abstract BibTeX arXiv:2110.11583

Code (1)

faceeyes/evogan 공식 구현 pytorch

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Large Language Models as Surrogate Models in Evolutionary Algorithms: A Preliminary Study

2024-06-15 · Hao Hao, Xiaoqun Zhang, Aimin Zhou

Large Language Models (LLMs) have achieved significant progress across various fields and have exhibited strong potential in evolutionary computation, such as generating new solutions and automating algorithm design. Sur…

Evolutionary Algorithms

Evolutionary Computation-Assisted Brainwriting for Large-Scale Online Ideation

2021-10-07 · Nobuo Namura, Tatsuya Hasebe

Brainstorming is an effective technique for offline ideation although the number of participants able to join an ideation session and suggest ideas is limited. To increase the diversity and quality of the ideas suggested…

Diversity

Rank-Based Learning and Local Model Based Evolutionary Algorithm for High-Dimensional Expensive Multi-Objective Problems

2023-04-19 · Guodong Chen, Jiu Jimmy Jiao, Xiaoming Xue, Zhongzheng Wang

Surrogate-assisted evolutionary algorithms have been widely developed to solve complex and computationally expensive multi-objective optimization problems in recent years. However, when dealing with high-dimensional opti…

Evolutionary Algorithms

Towards an Evolvable Cancer Treatment Simulator

2018-12-19 · Richard J. Preen, Larry Bull, Andrew Adamatzky

The use of high-fidelity computational simulations promises to enable high-throughput hypothesis testing and optimisation of cancer therapies. However, increasing realism comes at the cost of increasing computational req…

Evolutionary AlgorithmsTwo-sample testing

Exploring the effectiveness of surrogate-assisted evolutionary algorithms on the batch processing problem

2022-10-31 · Mohamed Z. Variawa, Terence L. Van Zyl, Matthew Woolway

Real-world optimisation problems typically have objective functions which cannot be expressed analytically. These optimisation problems are evaluated through expensive physical experiments or simulations. Cheap approxima…

Evolutionary Algorithms