papers AI Learner
The Github is limit! Click to go to the new site.

Data Augmentation Using GANs

2019-04-19
Fabio Henrique Kiyoiti dos Santos Tanaka, Claus Aranha

Abstract

In this paper we propose the use of Generative Adversarial Networks (GAN) to generate artificial training data for machine learning tasks. The generation of artificial training data can be extremely useful in situations such as imbalanced data sets, performing a role similar to SMOTE or ADASYN. It is also useful when the data contains sensitive information, and it is desirable to avoid using the original data set as much as possible (example: medical data). We test our proposal on benchmark data sets using different network architectures, and show that a Decision Tree (DT) classifier trained using the training data generated by the GAN reached the same, (and surprisingly sometimes better), accuracy and recall than a DT trained on the original data set.

Abstract (translated by Google)
URL

https://arxiv.org/abs/1904.09135

PDF

https://arxiv.org/pdf/1904.09135


Similar Posts

Comments