Skip to content

Conditional Generative Adversarial Network for generating synthetic faces with user specified attributes

Notifications You must be signed in to change notification settings

Pietroobbiso/CONDITIONAL-FACE-GENERATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

CONDITIONAL-FACE-GENERATION

Description

In this project we investigate several techniques of generative models. Among them, we focus our attention on the ones considered by us the best in terms of results furnished. The goal here is to provide the best generation of images having specific attributes chosen directly by the user. We work with CelebA dataset containing more than 200k images and 40 attributes annotations per image. The quality of the generated images is measured using the Fréchet Inception Distance (FID).

alt text

Model Architecture

For all experiments we used the same DCGAN (Deep Convolutional Neural Networks) architecture, structured in the following way:

DISCRIMINATOR GENERATOR

Results

The best results were obtained by achieving a State of the Art FID score of 11.7! Some examples below:

  • Female, young, attractive, brown_hair, bangs, heavy_make_up, no_beard

alt text

  • Female, young, attractive, blonde_hair, smiling, eyeglasses, no_beard

alt text

  • Male, attractive, brown_hair, straight_hair, smiling, eyeglasses, mustache

alt text

  • Male, pale_skin, bald, bushy_eyebrows, arched_eyebrows, no_beard

alt text

About

Conditional Generative Adversarial Network for generating synthetic faces with user specified attributes

Topics

Resources

Stars

Watchers

Forks