paper-with-me

Papers

Imbalanced Class Data Performance Evaluation and Improvement using Novel Generative Adversarial Network-based Approach: SSG and GBO

2022-10-23 · Md Manjurul Ahsan, Md Shahin Ali, Zahed Siddique

Class imbalance in a dataset is one of the major challenges that can significantly impact the performance of machine learning models resulting in biased predictions. Numerous techniques have been proposed to address class imbalanced problems, including, but not limited to, Oversampling, Undersampling, and cost-sensitive approaches. Due to its ability to generate synthetic data, oversampling techniques such as the Synthetic Minority Oversampling Technique (SMOTE) is among the most widely used methodology by researchers. However, one of SMOTE's potential disadvantages is that newly created minor samples may overlap with major samples. As an effect, the probability of ML models' biased performance towards major classes increases. Recently, generative adversarial network (GAN) has garnered much attention due to its ability to create almost real samples. However, GAN is hard to train even though it has much potential. This study proposes two novel techniques: GAN-based Oversampling (GBO) and Support Vector Machine-SMOTE-GAN (SSG) to overcome the limitations of the existing oversampling approaches. The preliminary computational result shows that SSG and GBO performed better on the expanded imbalanced eight benchmark datasets than the original SMOTE. The study also revealed that the minor sample generated by SSG demonstrates Gaussian distributions, which is often difficult to achieve using original SMOTE.

📄 PDF Abstract BibTeX arXiv:2210.12870

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Methods 이 논문이 사용한 방법론

GBO GBO is a novel metaheuristic optimization algorithm. The GBO, inspired by the gradient-based Newton’s method, uses two main operators: gradient search rule (GSR) and local…
SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

Oversampling Tabular Data with Deep Generative Models: Is it worth the effort?

2020-10-19 · NeurIPS Workshop ICBINB 2020 12 · Ramiro Camino, Chris Hammerschmidt, Radu State

In practice, machine learning experts are often confronted with imbalanced data. Without accounting for the imbalance, common classifiers perform poorly, and standard evaluation metrics mislead the practitioners on the m…

imbalanced classification

A Note on Comparison of F-measures

2021-12-09 · Wei Ju, Wenxin Jiang

We comment on a recent TKDE paper "Linear Approximation of F-measure for the Performance Evaluation of Classification Algorithms on Imbalanced Data Sets", and make two improvements related to comparison of F-measures for…

Evaluating XGBoost for Balanced and Imbalanced Data: Application to Fraud Detection

2023-03-27 · Gissel Velarde, Anindya Sudhir, Sanjay Deshmane, Anuj Deshmunkh 외

This paper evaluates XGboost's performance given different dataset sizes and class distributions, from perfectly balanced to highly imbalanced. XGBoost has been selected for evaluation, as it stands out in several benchm…

Fraud Detection

Hellinger Distance Trees for Imbalanced Streams

2014-05-09 · R. J. Lyon, J. M. Brooke, J. D. Knowles, B. W. Stappers

Classifiers trained on data sets possessing an imbalanced class distribution are known to exhibit poor generalisation performance. This is known as the imbalanced learning problem. The problem becomes particularly acute …

Minority Class Oversampling for Tabular Data with Deep Generative Models

2020-05-07 · Ramiro Camino, Christian Hammerschmidt, Radu State

In practice, machine learning experts are often confronted with imbalanced data. Without accounting for the imbalance, common classifiers perform poorly and standard evaluation metrics mislead the practitioners on the mo…

imbalanced classification