paper-with-me

Papers

Fair GANs through model rebalancing for extremely imbalanced class distributions

2023-08-16 · Anubhav Jain, Nasir Memon, Julian Togelius

Deep generative models require large amounts of training data. This often poses a problem as the collection of datasets can be expensive and difficult, in particular datasets that are representative of the appropriate underlying distribution (e.g. demographic). This introduces biases in datasets which are further propagated in the models. We present an approach to construct an unbiased generative adversarial network (GAN) from an existing biased GAN by rebalancing the model distribution. We do so by generating balanced data from an existing imbalanced deep generative model using an evolutionary algorithm and then using this data to train a balanced generative model. Additionally, we propose a bias mitigation loss function that minimizes the deviation of the learned class distribution from being equiprobable. We show results for the StyleGAN2 models while training on the Flickr Faces High Quality (FFHQ) dataset for racial fairness and see that the proposed approach improves on the fairness metric by almost 5 times, whilst maintaining image quality. We further validate our approach by applying it to an imbalanced CIFAR10 dataset where we show that we can obtain comparable fairness and image quality as when training on a balanced CIFAR10 dataset which is also twice as large. Lastly, we argue that the traditionally used image quality metrics such as Frechet inception distance (FID) are unsuitable for scenarios where the class distributions are imbalanced and a balanced reference set is not available.

📄 PDF Abstract BibTeX arXiv:2308.08638

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

R1 Regularization R_INLINE_MATH_1 Regularization is a regularization technique and gradient penalty for training [generative adversarial…
Weight Demodulation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Path Length Regularization 설명 없음
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…

Similar Papers 제목 키워드 기반

Fair Anomaly Detection For Imbalanced Groups

2024-09-17 · Ziwei Wu, Lecheng Zheng, Yuancheng Yu, Ruizhong Qiu 외

Anomaly detection (AD) has been widely studied for decades in many real-world applications, including fraud detection in finance, and intrusion detection for cybersecurity, etc. Due to the imbalanced nature between prote…

Anomaly DetectionContrastive LearningFairnessFraud Detection+1

Rebalancing the Scales: A Systematic Mapping Study of Generative Adversarial Networks (GANs) in Addressing Data Imbalance

2025-02-23 · Pankaj Yadav, Gulshan Sihag, Vivek Vijay

Machine learning algorithms are used in diverse domains, many of which face significant challenges due to data imbalance. Studies have explored various approaches to address the issue, like data preprocessing, cost-sensi…

Fairness-Enhancing Vehicle Rebalancing in the Ride-hailing System

2023-12-29 · Xiaotong Guo, Hanyong Xu, Dingyi Zhuang, Yunhan Zheng 외

The rapid growth of the ride-hailing industry has revolutionized urban transportation worldwide. Despite its benefits, equity concerns arise as underserved communities face limited accessibility to affordable ride-hailin…

Demand ForecastingFairness

CReST: A Class-Rebalancing Self-Training Framework for Imbalanced Semi-Supervised Learning

2021-02-18 · CVPR 2021 1 · Chen Wei, Kihyuk Sohn, Clayton Mellina, Alan Yuille 외

Semi-supervised learning on class-imbalanced data, although a realistic problem, has been under studied. While existing semi-supervised learning (SSL) methods are known to perform poorly on minority classes, we find that…

Do we need rebalancing strategies? A theoretical and empirical study around SMOTE and its variants

2024-02-06 · Abdoulaye Sakho, Emmanuel Malherbe, Erwan Scornet

Synthetic Minority Oversampling Technique (SMOTE) is a common rebalancing strategy for handling imbalanced tabular data sets. However, few works analyze SMOTE theoretically. In this paper, we prove that SMOTE (with defau…