Fair GANs through model rebalancing for extremely imbalanced class distributions
Anubhav Jain, Nasir Memon, Julian Togelius

TL;DR
This paper introduces a method to create fairer GANs for highly imbalanced datasets by rebalancing the model distribution through evolutionary algorithms and a bias mitigation loss, improving fairness without sacrificing image quality.
Contribution
It presents a novel approach combining evolutionary algorithms and a bias loss to produce unbiased GANs from biased models, enhancing fairness in imbalanced data scenarios.
Findings
Significant improvement in racial fairness metrics for StyleGAN2 on FFHQ.
Comparable fairness and image quality on imbalanced CIFAR10.
Traditional image quality metrics like FID are inadequate for imbalanced class distributions.
Abstract
Deep generative models require large amounts of training data. This often poses a problem as the collection of datasets can be expensive and difficult, in particular datasets that are representative of the appropriate underlying distribution (e.g. demographic). This introduces biases in datasets which are further propagated in the models. We present an approach to construct an unbiased generative adversarial network (GAN) from an existing biased GAN by rebalancing the model distribution. We do so by generating balanced data from an existing imbalanced deep generative model using an evolutionary algorithm and then using this data to train a balanced generative model. Additionally, we propose a bias mitigation loss function that minimizes the deviation of the learned class distribution from being equiprobable. We show results for the StyleGAN2 models while training on the Flickr Faces…
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 · Artificial Intelligence Applications · Face recognition and analysis
MethodsR1 Regularization · Weight Demodulation · Convolution · Path Length Regularization · HuMan(Expedia)||How do I get a human at Expedia?
