LGAICYOct 24, 2022

FairGen: Fair Synthetic Data Generation

arXiv:2210.13023v25 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses fairness issues in AI for domains like banking and healthcare, but it is incremental as it builds on existing GAN methods.

The paper tackles the problem of bias amplification in synthetic data generation by GANs, proposing a pre-processing pipeline to remove bias-inducing samples, which results in fairer synthetic data and sometimes improved performance on two open-source datasets.

With the rising adoption of Machine Learning across the domains like banking, pharmaceutical, ed-tech, etc, it has become utmost important to adopt responsible AI methods to ensure models are not unfairly discriminating against any group. Given the lack of clean training data, generative adversarial techniques are preferred to generate synthetic data with several state-of-the-art architectures readily available across various domains from unstructured data such as text, images to structured datasets modelling fraud detection and many more. These techniques overcome several challenges such as class imbalance, limited training data, restricted access to data due to privacy issues. Existing work focusing on generating fair data either works for a certain GAN architecture or is very difficult to tune across the GANs. In this paper, we propose a pipeline to generate fairer synthetic data independent of the GAN architecture. The proposed paper utilizes a pre-processing algorithm to identify and remove bias inducing samples. In particular, we claim that while generating synthetic data most GANs amplify bias present in the training data but by removing these bias inducing samples, GANs essentially focuses more on real informative samples. Our experimental evaluation on two open-source datasets demonstrates how the proposed pipeline is generating fair data along with improved performance in some cases.

Foundations

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

Your Notes