TL;DR
This paper introduces eGAN, an unsupervised transfer learning method using GANs to address class imbalance in image classification without synthetic data augmentation, achieving notable improvements in F1-score.
Contribution
It is the first to use GANs without synthetic data augmentation for class imbalance, leveraging transfer learning with pre-trained models to improve classification performance.
Findings
Achieved 0.69 F1-score on CIFAR-10 with 1:2500 imbalance
Eliminates epistemic uncertainty in predictions
Allows thresholding for specificity or sensitivity
Abstract
Class imbalance is an inherent problem in many machine learning classification tasks. This often leads to trained models that are unusable for any practical purpose. In this study we explore an unsupervised approach to address these imbalances by leveraging transfer learning from pre-trained image classification models to encoder-based Generative Adversarial Network (eGAN). To the best of our knowledge, this is the first work to tackle this problem using GAN without needing to augment with synthesized fake images. In the proposed approach we use the discriminator network to output a negative or positive score. We classify as minority, test samples with negative scores and as majority those with positive scores. Our approach eliminates epistemic uncertainty in model predictions, as the P(minority) + P(majority) need not sum up to 1. The impact of transfer learning and combinations of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
