Fair Generative Models via Transfer Learning
Christopher TH Teo, Milad Abdollahzadeh, Ngai-Man Cheung

TL;DR
This paper introduces fairTL and fairTL++, transfer learning methods that improve fairness in generative models trained on biased datasets, achieving state-of-the-art results in quality and fairness even when dataset access is limited.
Contribution
The paper proposes novel transfer learning approaches, fairTL and fairTL++, for fair generative modeling, including techniques effective without access to large biased datasets.
Findings
fairTL and fairTL++ outperform previous methods in fairness and quality
Effective even when only pre-trained models are available
Achieve state-of-the-art results in fairness and sample quality
Abstract
This work addresses fair generative models. Dataset biases have been a major cause of unfairness in deep generative models. Previous work had proposed to augment large, biased datasets with small, unbiased reference datasets. Under this setup, a weakly-supervised approach has been proposed, which achieves state-of-the-art quality and fairness in generated samples. In our work, based on this setup, we propose a simple yet effective approach. Specifically, first, we propose fairTL, a transfer learning approach to learn fair generative models. Under fairTL, we pre-train the generative model with the available large, biased datasets and subsequently adapt the model using the small, unbiased reference dataset. We find that our fairTL can learn expressive sample generation during pre-training, thanks to the large (biased) dataset. This knowledge is then transferred to the target model during…
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.
Code & Models
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Computational and Text Analysis Methods
