paper-with-me

Papers

Bt-GAN: Generating Fair Synthetic Healthdata via Bias-transforming Generative Adversarial Networks

2024-04-21 · Resmi Ramachandranpillai, Md Fahim Sikder, David Bergström, Fredrik Heintz

Synthetic data generation offers a promising solution to enhance the usefulness of Electronic Healthcare Records (EHR) by generating realistic de-identified data. However, the existing literature primarily focuses on the quality of synthetic health data, neglecting the crucial aspect of fairness in downstream predictions. Consequently, models trained on synthetic EHR have faced criticism for producing biased outcomes in target tasks. These biases can arise from either spurious correlations between features or the failure of models to accurately represent sub-groups. To address these concerns, we present Bias-transforming Generative Adversarial Networks (Bt-GAN), a GAN-based synthetic data generator specifically designed for the healthcare domain. In order to tackle spurious correlations (i), we propose an information-constrained Data Generation Process that enables the generator to learn a fair deterministic transformation based on a well-defined notion of algorithmic fairness. To overcome the challenge of capturing exact sub-group representations (ii), we incentivize the generator to preserve sub-group densities through score-based weighted sampling. This approach compels the generator to learn from underrepresented regions of the data manifold. We conduct extensive experiments using the MIMIC-III database. Our results demonstrate that Bt-GAN achieves SOTA accuracy while significantly improving fairness and minimizing bias amplification. We also perform an in-depth explainability analysis to provide additional evidence supporting the validity of our study. In conclusion, our research introduces a novel and professional approach to addressing the limitations of synthetic data generation in the healthcare domain. By incorporating fairness considerations and leveraging advanced techniques such as GANs, we pave the way for more reliable and unbiased predictions in healthcare applications.

📄 PDF Abstract BibTeX arXiv:2404.13634

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessSynthetic Data Generation

Similar Papers 제목 키워드 기반

DECAF: Generating Fair Synthetic Data Using Causally-Aware Generative Networks

2021-10-25 · NeurIPS 2021 12 · Boris van Breugel, Trent Kyono, Jeroen Berrevoets, Mihaela van der Schaar

Machine learning models have been criticized for reflecting unfair biases in the training data. Instead of solving for this by introducing fair learning algorithms directly, we focus on generating fair synthetic data, su…

Fairness

FairGen: Fair Synthetic Data Generation

2022-10-24 · Bhushan Chaudhari, Himanshu Chaudhary, Aakash Agarwal, Kamna Meena 외

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 …

Fraud DetectionSynthetic Data Generation

Representative & Fair Synthetic Data

2021-04-07 · Paul Tiwald, Alexandra Ebert, Daniel T. Soukup

Algorithms learn rules and associations based on the training data that they are exposed to. Yet, the very same data that teaches machines to understand and predict the world, contains societal and historic biases, resul…

FairnessSelf-Supervised Learning

Generating Synthetic Fair Syntax-agnostic Data by Learning and Distilling Fair Representation

2024-08-20 · Md Fahim Sikder, Resmi Ramachandranpillai, Daniel de Leng, Fredrik Heintz

Data Fairness is a crucial topic due to the recent wide usage of AI powered applications. Most of the real-world data is filled with human or machine biases and when those data are being used to train AI models, there is…

FairnessKnowledge Distillation

TABFAIRGDT: A Fast Fair Tabular Data Generator using Autoregressive Decision Trees

2025-09-24 · Emmanouil Panagiotou, Benoît Ronval, Arjun Roy, Ludwig Bothmann 외 arxiv

Ensuring fairness in machine learning remains a significant challenge, as models often inherit biases from their training data. Generative models have recently emerged as a promising approach to mitigate bias at the data…