StackGAN: Facial Image Generation Optimizations
Badr Belhiti, Justin Milushev, Avinash Gupta, John Breedis, Johnson, Dinh, Jesse Pisel, and Michael Pyrcz

TL;DR
This paper introduces a multi-stage StackGAN variant for facial image generation that aims to improve computational efficiency and training stability, generating grayscale images from edges and noise, with potential for broader application.
Contribution
The paper proposes a new multi-stage StackGAN architecture with conditional generators for facial image synthesis, focusing on reducing complexity and improving generalization.
Findings
Achieved FID scores of 73 for edge images and 59 for grayscale images.
Model shows potential for generalization despite subpar state-of-the-art results.
Dropout layers may reduce overfitting and improve performance.
Abstract
Current state-of-the-art photorealistic generators are computationally expensive, involve unstable training processes, and have real and synthetic distributions that are dissimilar in higher-dimensional spaces. To solve these issues, we propose a variant of the StackGAN architecture. The new architecture incorporates conditional generators to construct an image in many stages. In our model, we generate grayscale facial images in two different stages: noise to edges (stage one) and edges to grayscale (stage two). Our model is trained with the CelebA facial image dataset and achieved a Fr\'echet Inception Distance (FID) score of 73 for edge images and a score of 59 for grayscale images generated using the synthetic edge images. Although our model achieved subpar results in relation to state-of-the-art models, dropout layers could reduce the overfitting in our conditional mapping.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Face recognition and analysis
MethodsDropout
