paper-with-me

홈 › Papers

Latent Preserving Generative Adversarial Network for Imbalance classification

2022-09-04 · Tanmoy Dam, Md Meftahul Ferdaus, Mahardhika Pratama, Sreenatha G. Anavatti, Senthilnath Jayavelu, Hussein A. Abbass

Many real-world classification problems have imbalanced frequency of class labels; a well-known issue known as the "class imbalance" problem. Classic classification algorithms tend to be biased towards the majority class, leaving the classifier vulnerable to misclassification of the minority class. While the literature is rich with methods to fix this problem, as the dimensionality of the problem increases, many of these methods do not scale-up and the cost of running them become prohibitive. In this paper, we present an end-to-end deep generative classifier. We propose a domain-constraint autoencoder to preserve the latent-space as prior for a generator, which is then used to play an adversarial game with two other deep networks, a discriminator and a classifier. Extensive experiments are carried out on three different multi-class imbalanced problems and a comparison with state-of-the-art methods. Experimental results confirmed the superiority of our method over popular algorithms in handling high-dimensional imbalanced classification problems. Our code is available on https://github.com/TanmDL/SLPPL-GAN.

📄 PDF Abstract BibTeX arXiv:2209.01555

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGenerative Adversarial Networkimbalanced classification

Similar Papers 제목 키워드 기반

Deep Learning for Imbalance Data Classification using Class Expert Generative Adversarial Network

2018-07-12 · Fanny, Tjeng Wawan Cenggoro

Without any specific way for imbalance data classification, artificial intelligence algorithm cannot recognize data from minority classes easily. In general, modifying the existing algorithm by assuming that the training…

ClassificationGeneral ClassificationGenerative Adversarial Network

Deep Generative Mixture Model for Robust Imbalance Classification

2023-03-01 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2023 3 · Xinyue Wang, Liping Jing, Yilin Lyu, Mingzhe Guo 외

Discovering hidden pattern from imbalanced data is a critical issue in various real-world applications. Existing classification methods usually suffer from the limitation of data especially for minority classes, and resu…

Classificationimbalanced classificationmodel

Stein Latent Optimization for Generative Adversarial Networks

2021-06-09 · ICLR 2022 4 · Uiwon Hwang, Heeseung Kim, Dahuin Jung, Hyemi Jang 외

Generative adversarial networks (GANs) with clustered latent spaces can perform conditional generation in a completely unsupervised manner. In the real world, the salient attributes of unlabeled data can be imbalanced. H…

Attribute

Improving Correlation Capture in Generating Imbalanced Data using Differentially Private Conditional GANs

2022-06-28 · Chang Sun, Johan van Soest, Michel Dumontier

Despite the remarkable success of Generative Adversarial Networks (GANs) on text, images, and videos, generating high-quality tabular data is still under development owing to some unique challenges such as capturing depe…

Privacy PreservingSynthetic Data Generation

BAGAN: Data Augmentation with Balancing GAN

2018-03-26 · Giovanni Mariani, Florian Scheidegger, Roxana Istrate, Costas Bekas 외

Image classification datasets are often imbalanced, characteristic that negatively affects the accuracy of deep-learning classifiers. In this work we propose balancing GAN (BAGAN) as an augmentation tool to restore balan…

Data Augmentationimage-classificationImage Classification