LGMay 16, 2023

BSGAN: A Novel Oversampling Technique for Imbalanced Pattern Recognitions

arXiv:2305.09777v14 citations
Originality Incremental advance
AI Analysis

This addresses class imbalance problems for machine learning practitioners, offering an incremental improvement over existing oversampling methods.

The paper tackles class imbalance in machine learning by proposing BSGAN, a hybrid oversampling method combining Borderline-SMOTE and Generative Adversarial Networks, which outperformed existing techniques on four imbalanced datasets by generating more diverse, normally distributed data.

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 multiple classes. Borderline-Synthetic Minority Oversampling Techniques (SMOTE) is one of the approaches that has been used to balance the imbalance data by oversampling the minor (limited) samples. One of the potential drawbacks of existing Borderline-SMOTE is that it focuses on the data samples that lay at the border point and gives more attention to the extreme observations, ultimately limiting the creation of more diverse data after oversampling, and that is the almost scenario for the most of the borderline-SMOTE based oversampling strategies. As an effect, marginalization occurs after oversampling. To address these issues, in this work, we propose a hybrid oversampling technique by combining the power of borderline SMOTE and Generative Adversarial Network to generate more diverse data that follow Gaussian distributions. We named it BSGAN and tested it on four highly imbalanced datasets: Ecoli, Wine quality, Yeast, and Abalone. Our preliminary computational results reveal that BSGAN outperformed existing borderline SMOTE and GAN-based oversampling techniques and created a more diverse dataset that follows normal distribution after oversampling effect.

Foundations

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

Your Notes