All Projects → munozalexander → Child-Face-Generation

munozalexander / Child-Face-Generation

Licence: other
Deep Convolutional Conditional GAN and Supervised CNN for generating children's faces given parents' faces

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Child-Face-Generation

Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (+12123.08%)
Mutual labels:  gan, face-generation
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-7.69%)
Mutual labels:  gan
MM-CelebA-HQ-Dataset
[CVPR 2021] A large-scale face image dataset that allows text-to-image generation, text-guided image manipulation, sketch-to-image generation, GANs for face generation and editing, image caption, and VQA
Stars: ✭ 124 (+376.92%)
Mutual labels:  face-generation
IrwGAN
Official pytorch implementation of the IrwGAN for unaligned image-to-image translation
Stars: ✭ 33 (+26.92%)
Mutual labels:  gan
scrabble-gan
Adversarial Generation of Handwritten Text Images
Stars: ✭ 49 (+88.46%)
Mutual labels:  gan
unrolled-gans
PyTorch Implementation of Unrolled Generative Adversarial Networks
Stars: ✭ 35 (+34.62%)
Mutual labels:  gan
stylegan2-landmark-projection
Experimental repository attempting to project facial landmarks into the StyleGAN2 latent space.
Stars: ✭ 14 (-46.15%)
Mutual labels:  face-generation
Adventures-with-GANS
Showcasing various fun adventures with GANs
Stars: ✭ 13 (-50%)
Mutual labels:  gan
GAN-RNN Timeseries-imputation
Recurrent GAN for imputation of time series data. Implemented in TensorFlow 2 on Wikipedia Web Traffic Forecast dataset from Kaggle.
Stars: ✭ 107 (+311.54%)
Mutual labels:  gan
sourceseparation misc
No description or website provided.
Stars: ✭ 44 (+69.23%)
Mutual labels:  gan
ZSL-ADA
Code accompanying the paper "A Generative Framework for Zero Shot Learning with Adversarial Domain Adaptation"
Stars: ✭ 18 (-30.77%)
Mutual labels:  gan
text2painting
Convert text into beautiful artistic images
Stars: ✭ 55 (+111.54%)
Mutual labels:  gan
wgan-gp
Pytorch implementation of Wasserstein GANs with Gradient Penalty
Stars: ✭ 161 (+519.23%)
Mutual labels:  gan
keras-deep-learning
Various implementations and projects on CNN, RNN, LSTM, GAN, etc
Stars: ✭ 22 (-15.38%)
Mutual labels:  face-generation
catgan pytorch
Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks
Stars: ✭ 50 (+92.31%)
Mutual labels:  gan
Caffe BEGAN
Caffe/C++ implementation of Boundary Equilibrium Generative Adversarial Networks paper for face generation
Stars: ✭ 22 (-15.38%)
Mutual labels:  face-generation
pix2pix-tensorflow
A minimal tensorflow implementation of pix2pix (Image-to-Image Translation with Conditional Adversarial Nets - https://phillipi.github.io/pix2pix/).
Stars: ✭ 22 (-15.38%)
Mutual labels:  gan
CoMoGAN
CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.
Stars: ✭ 139 (+434.62%)
Mutual labels:  gan
videoMultiGAN
End to End learning for Video Generation from Text
Stars: ✭ 53 (+103.85%)
Mutual labels:  gan
SeqGAN-PyTorch
Implementation of Sequence Generative Adversarial Nets with Policy Gradient in PyTorch
Stars: ✭ 40 (+53.85%)
Mutual labels:  gan

Child-Face-Generation

Child face generation is a computer vision problem in which the goal is to synthesize realistic images of a child given images of its parents. We present a model for this problem based on Deep Convolutional Generative Adversarial Networks (DCGANs). Key challenges in this domain include limited datasets with high dimensional input spaces and the multi-modal nature of the target distribution. We demonstrate convincingly that GANs have a unique ability to capture the latter feature, while use of state-of-the-art training techniques and architecture optimizations allow us to mitigate the impact of the former. As a baseline, we use a simple supervised model that minimizes RMSE with respect to target images. Qualitatively, the clarity and diversity of images reflect advantages of the GAN model when compared to the base model. Quantitatively, we find that after training the discriminator correctly classifies GAN-generated images as fake with a rate of 71.1%, compared to 99.5% classification accuracy on the images generated by the baseline model, suggesting an objective basis for our observations.

Generator Model Architecture:

generator image

Discriminator Model Architecture:

discriminator image

Results Table:

table image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].