paper-with-me

홈 › Papers

Data Augmentation Using GANs

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

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.

📄 PDF Abstract BibTeX arXiv:1904.09135

Code (1)

fhtanaka/directed_research_CS_2018 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Generalization and Stability of GANs: A theory and promise from data augmentation

2021-01-01 · Khoat Than, Nghia Vu

The instability when training generative adversarial networks (GANs) is a notoriously difficult issue, and the generalization of GANs remains open. In this paper, we will analyze various sources of instability which n…

Data Augmentation

Training GANs with Stronger Augmentations via Contrastive Discriminator

2021-03-17 · ICLR 2021 1 · Jongheon Jeong, Jinwoo Shin

Recent works in Generative Adversarial Networks (GANs) are actively revisiting various data augmentation techniques as an effective way to prevent discriminator overfitting. It is still unclear, however, that which augme…

Contrastive LearningData AugmentationLinear evaluationRepresentation Learning

Image Augmentations for GAN Training

2020-06-04 · Zhengli Zhao, Zizhao Zhang, Ting Chen, Sameer Singh 외

Data augmentations have been widely studied to improve the accuracy and robustness of classifiers. However, the potential of image augmentation in improving GAN models for image synthesis has not been thoroughly investig…

Image AugmentationImage Generation

Data Augmentation using Generative Adversarial Networks (GANs) for GAN-based Detection of Pneumonia and COVID-19 in Chest X-ray Images

2020-06-05 · Saman Motamed, Patrik Rogalla, Farzad Khalvati

Successful training of convolutional neural networks (CNNs) requires a substantial amount of data. With small datasets networks generalize poorly. Data Augmentation techniques improve the generalizability of neural netwo…

Anomaly DetectionData Augmentation

Data augmentation with Symbolic-to-Real Image Translation GANs for Traffic Sign Recognition

2019-07-17 · Nour Soufi, Matias Valdenegro-Toro

Traffic sign recognition is an important component of many advanced driving assistance systems, and it is required for full autonomous driving. Computational performance is usually the bottleneck in using large scale neu…

Autonomous DrivingData Augmentationimage-classificationImage Classification+2