Create Anime Characters with A.I
[ ]There is a paper from Fudan University, Tongji University and CMU on proposing a method of generating AI character facial images via neural network.
Abstract
Automatic generation of facial images has been well studied after the Generative Adversarial Network(GAN) came out. There exists some attempts applying the GAN model to the problem of generating facial images of anime characters, but none of the existing work gives a promising result. In this work, we explore the training of GAN models specialized on an anime facial image dataset. We address the issue from both the data and the model aspect, by collecting a more clean, well-suited dataset and leverage proper, empirical application of DRAGAN. With quantitative analysis and case studies we demonstrate that our efforts lead to a stable and highquality model. Moreover, to assist people with anime character design, we build a website1 with our pre-trained model available online, which makes the model easily accessible to general public.
Examples
Some of the generated images are like:
On the website, you can change the settings to have different facial images:
Technique Detail:
The author utilizes DRAGAN to better convergence and training results. Generative network is similar to SRResNet
The discriminor network is also modified to use sigmoid
instead of softmax
: