paper-with-me

Papers

Generative Adversarial Minority Oversampling

2019-03-22 · ICCV 2019 10 · Sankha Subhra Mullick, Shounak Datta, Swagatam Das

Class imbalance is a long-standing problem relevant to a number of real-world applications of deep learning. Oversampling techniques, which are effective for handling class imbalance in classical learning systems, can not be directly applied to end-to-end deep learning systems. We propose a three-player adversarial game between a convex generator, a multi-class classifier network, and a real/fake discriminator to perform oversampling in deep learning systems. The convex generator generates new samples from the minority classes as convex combinations of existing instances, aiming to fool both the discriminator as well as the classifier into misclassifying the generated samples. Consequently, the artificial samples are generated at critical locations near the peripheries of the classes. This, in turn, adjusts the classifier induced boundaries in a way which is more likely to reduce misclassification from the minority classes. Extensive experiments on multiple class imbalanced image datasets establish the efficacy of our proposal.

📄 PDF Abstract BibTeX arXiv:1903.09730

Code (1)

SankhaSubhra/GAMO 공식 구현

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Conditional Wasserstein GAN-based Oversampling of Tabular Data for Imbalanced Learning

2020-08-20 · Justin Engelmann, Stefan Lessmann

Class imbalance is a common problem in supervised learning and impedes the predictive performance of classification models. Popular countermeasures include oversampling the minority class. Standard methods like SMOTE rel…

ClassificationGeneral Classification

Improving Credit Card Fraud Detection through Transformer-Enhanced GAN Oversampling

2025-09-23 · Kashaf Ul Emaan arxiv

Detection of credit card fraud is an acute issue of financial security because transaction datasets are highly lopsided, with fraud cases being only a drop in the ocean. Balancing datasets using the most popular methods …

Fraud Detection

SMOTified-GAN for class imbalanced pattern classification problems

2021-08-06 · Anuraganand Sharma, Prabhat Kumar Singh, Rohitash Chandra

Class imbalance in a dataset is a major problem for classifiers that results in poor prediction with a high true positive rate (TPR) but a low true negative rate (TNR) for a majority positive training dataset. Generally,…

ClassificationGenerative Adversarial NetworkTransfer Learning

Does Adversarial Oversampling Help us?

2021-08-20 · Tanmoy Dam, Md Meftahul Ferdaus, Sreenatha G. Anavatti, Senthilnath Jayavelu 외

Traditional oversampling methods are generally employed to handle class imbalance in datasets. This oversampling approach is independent of the classifier; thus, it does not offer an end-to-end solution. To overcome this…

Robust classification

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 clas…

Generative Adversarial Network