LGAIJul 13, 2022

RepFair-GAN: Mitigating Representation Bias in GANs Using Gradient Clipping

arXiv:2207.10653v120 citationsh-index: 36
Originality Incremental advance
AI Analysis

This addresses fairness issues in generative models for applications like data synthesis, though it is incremental as it builds on existing GAN frameworks.

The paper tackled representation bias in GANs, where generators favor certain groups over others, and proposed a gradient clipping method that improved fairness while maintaining sample quality on datasets like MNIST and SVHN.

Fairness has become an essential problem in many domains of Machine Learning (ML), such as classification, natural language processing, and Generative Adversarial Networks (GANs). In this research effort, we study the unfairness of GANs. We formally define a new fairness notion for generative models in terms of the distribution of generated samples sharing the same protected attributes (gender, race, etc.). The defined fairness notion (representational fairness) requires the distribution of the sensitive attributes at the test time to be uniform, and, in particular for GAN model, we show that this fairness notion is violated even when the dataset contains equally represented groups, i.e., the generator favors generating one group of samples over the others at the test time. In this work, we shed light on the source of this representation bias in GANs along with a straightforward method to overcome this problem. We first show on two widely used datasets (MNIST, SVHN) that when the norm of the gradient of one group is more important than the other during the discriminator's training, the generator favours sampling data from one group more than the other at test time. We then show that controlling the groups' gradient norm by performing group-wise gradient norm clipping in the discriminator during the training leads to a more fair data generation in terms of representational fairness compared to existing models while preserving the quality of generated samples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes