arXiv Analytics

Sign in

arXiv:2104.04162 [cs.LG]AbstractReferencesReviewsResources

eGAN: Unsupervised approach to class imbalance using transfer learning

Ademola Okerinde, Lior Shamir, William Hsu, Tom Theis, Nasik Nafi

Published 2021-04-09Version 1

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 different pre-trained image classification models at the generator and discriminator is also explored. Best result of 0.69 F1-score was obtained on CIFAR-10 classification task with imbalance ratio of 1:2500. Our approach also provides a mechanism of thresholding the specificity or sensitivity of our machine learning system. Keywords: Class imbalance, Transfer Learning, GAN, nash equilibrium

Related articles: Most relevant | Search more
arXiv:1907.10982 [cs.LG] (Published 2019-07-25)
Overfitting of neural nets under class imbalance: Analysis and improvements for segmentation
arXiv:1903.11020 [cs.LG] (Published 2019-03-26)
Domain Independent SVM for Transfer Learning in Brain Decoding
arXiv:1812.11806 [cs.LG] (Published 2018-12-31)
An introduction to domain adaptation and transfer learning