paper-with-me

Papers

Data Augmentation via Subgroup Mixup for Improving Fairness

2023-09-13 · Madeline Navarro, Camille Little, Genevera I. Allen, Santiago Segarra

In this work, we propose data augmentation via pairwise mixup across subgroups to improve group fairness. Many real-world applications of machine learning systems exhibit biases across certain groups due to under-representation or training data that reflects societal biases. Inspired by the successes of mixup for improving classification performance, we develop a pairwise mixup scheme to augment training data and encourage fair and accurate decision boundaries for all subgroups. Data augmentation for group fairness allows us to add new samples of underrepresented groups to balance subpopulations. Furthermore, our method allows us to use the generalization ability of mixup to improve both fairness and accuracy. We compare our proposed mixup to existing data augmentation and bias mitigation approaches on both synthetic simulations and real-world benchmark fair classification data, demonstrating that we are able to achieve fair outcomes with robust if not improved accuracy.

📄 PDF Abstract BibTeX arXiv:2309.07110

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFairness

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

ProxiMix: Enhancing Fairness with Proximity Samples in Subgroups

2024-10-02 · Jingyu Hu, Jun Hong, Mengnan Du, Weiru Liu

Many bias mitigation methods have been developed for addressing fairness issues in machine learning. We found that using linear mixup alone, a data augmentation technique, for bias mitigation, can still retain biases pre…

Data AugmentationFairness

Fair Mixup: Fairness via Interpolation

2021-03-11 · ICLR 2021 1 · Ching-Yao Chuang, Youssef Mroueh

Training classifiers under fairness constraints such as group fairness, regularizes the disparities of predictions between the groups. Nevertheless, even though the constraints are satisfied during training, they might n…

Data AugmentationFairness

Who's the (Multi-)Fairest of Them All: Rethinking Interpolation-Based Data Augmentation Through the Lens of Multicalibration

2024-12-13 · Karina Halevy, Karly Hou, Charumathi Badrinath

Data augmentation methods, especially SoTA interpolation-based methods such as Fair Mixup, have been widely shown to increase model fairness. However, this fairness is evaluated on metrics that do not capture model uncer…

AllData AugmentationFairnessHoldout Set+1

Demographically-Conditioned Synthetic Medical Images for Bias Mitigation and Bias Detection in Disease Classifiers

2026-07-16 · Mahmoud Ibrahim, Bart Elen, Chang Sun, Gokhan Ertaylan 외 arxiv

Per-subgroup fairness audits of medical image classifiers face a sample-size problem: minority subgroups in held-out test sets have so few samples that the resulting confidence intervals on per-subgroup performance are w…

Bias Detection

MedEqualizer: A Framework Investigating Bias in Synthetic Medical Data and Mitigation via Augmentation

2025-11-02 · Sama Salarian, Yue Zhang, Swati Padhee, Srinivasan Parthasarathy arxiv

Synthetic healthcare data generation presents a viable approach to enhance data accessibility and support research by overcoming limitations associated with real-world medical datasets. However, ensuring fairness across …

Synthetic Data Generation