paper-with-me

홈 › Papers

Fair Oversampling Technique using Heterogeneous Clusters

2023-05-23 · Ryosuke Sonoda

Class imbalance and group (e.g., race, gender, and age) imbalance are acknowledged as two reasons in data that hinder the trade-off between fairness and utility of machine learning classifiers. Existing techniques have jointly addressed issues regarding class imbalance and group imbalance by proposing fair over-sampling techniques. Unlike the common oversampling techniques, which only address class imbalance, fair oversampling techniques significantly improve the abovementioned trade-off, as they can also address group imbalance. However, if the size of the original clusters is too small, these techniques may cause classifier overfitting. To address this problem, we herein develop a fair oversampling technique using data from heterogeneous clusters. The proposed technique generates synthetic data that have class-mix features or group-mix features to make classifiers robust to overfitting. Moreover, we develop an interpolation method that can enhance the validity of generated synthetic data by considering the original cluster distribution and data noise. Finally, we conduct experiments on five realistic datasets and three classifiers, and the experimental results demonstrate the effectiveness of the proposed technique in terms of fairness and utility.

📄 PDF Abstract BibTeX arXiv:2305.13875

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

Toward Fair Federated Learning under Demographic Disparities and Data Imbalance

2025-05-14 · Qiming Wu, Siqi Li, Doudou Zhou, Nan Liu

Ensuring fairness is critical when applying artificial intelligence to high-stakes domains such as healthcare, where predictive models trained on imbalanced and demographically skewed data risk exacerbating existing disp…

FairnessFederated LearningPrivacy Preserving

Reducing Fragmentation and Starvation in GPU Clusters through Dynamic Multi-Objective Scheduling

2025-12-04 · Akhmadillo Mamirov arxiv

GPU clusters have become essential for training and deploying modern AI systems, yet real deployments continue to report average utilization near 50%. This inefficiency is largely caused by fragmentation, heterogeneous w…

Improving Cryptocurrency Pump-and-Dump Detection through Ensemble-Based Models and Synthetic Oversampling Techniques

2025-10-01 · Jieun Yu, Minjung Park, Sangmi Chai arxiv

This study aims to detect pump and dump (P&D) manipulation in cryptocurrency markets, where the scarcity of such events causes severe class imbalance and hinders accurate detection. To address this issue, the Synthetic M…

Ensemble Learning

Learning to Generate Fair Clusters from Demonstrations

2021-02-08 · Sainyam Galhotra, Sandhya Saisubramanian, Shlomo Zilberstein

Fair clustering is the process of grouping similar entities together, while satisfying a mathematically well-defined fairness metric as a constraint. Due to the practical challenges in precise model specification, the pr…

ClusteringFairness

BSGAN: A Novel Oversampling Technique for Imbalanced Pattern Recognitions

2023-05-16 · Md Manjurul Ahsan, Shivakumar Raman, Zahed Siddique

Class imbalanced problems (CIP) are one of the potential challenges in developing unbiased Machine Learning (ML) models for predictions. CIP occurs when data samples are not equally distributed between the two or multipl…

Generative Adversarial Network