paper-with-me

홈 › Papers

Data Augmentation Generative Adversarial Networks

2017-11-12 · ICLR 2018 1 · Antreas Antoniou, Amos Storkey, Harrison Edwards

Effective training of neural networks requires much data. In the low-data regime, parameters are underdetermined, and learnt networks generalise poorly. Data Augmentation alleviates this by using existing data more effectively. However standard data augmentation produces only limited plausible alternative data. Given there is potential to generate a much broader set of augmentations, we design and train a generative model to do data augmentation. The model, based on image conditional Generative Adversarial Networks, takes data from a source domain and learns to take any data item and generalise it to generate other within-class data items. As this generative process does not depend on the classes themselves, it can be applied to novel unseen classes of data. We show that a Data Augmentation Generative Adversarial Network (DAGAN) augments standard vanilla classifiers well. We also show a DAGAN can enhance few-shot learning systems such as Matching Networks. We demonstrate these approaches on Omniglot, on EMNIST having learnt the DAGAN on Omniglot, and VGG-Face data. In our experiments we can see over 13% increase in accuracy in the low-data regime experiments in Omniglot (from 69% to 82%), EMNIST (73.9% to 76%) and VGG-Face (4.5% to 12%); in Matching Networks for Omniglot we observe an increase of 0.5% (from 96.9% to 97.4%) and an increase of 1.8% in EMNIST (from 59.5% to 61.3%).

📄 PDF Abstract BibTeX arXiv:1711.04340

Code (7)

AntreasAntoniou/DAGAN tf
BilcSergiu/DAGAN tf
amurthy1/dagan tf
amurthy1/dagan_torch pytorch
gitaar9/MLDAGAN tf
hy-zpg/DAGAN tf
namepen/AI_school_proj tf

Tasks

Data AugmentationFew-Shot LearningGenerative Adversarial Network

Similar Papers 제목 키워드 기반

Toward Understanding Generative Data Augmentation

2023-09-21 · NeurIPS 2023 11

Generative data augmentation, which scales datasets by obtaining fake labeled examples from a trained conditional generative model, boosts classification performance in various learning tasks including (semi-)supervised …

Improving Android Malware Detection Through Data Augmentation Using Wasserstein Generative Adversarial Networks

2024-03-01 · Kawana Stalin, Mikias Berhanu Mekoya

Generative Adversarial Networks (GANs) have demonstrated their versatility across various applications, including data augmentation and malware detection. This research explores the effectiveness of utilizing GAN-generat…

Android Malware DetectionData AugmentationGenerative Adversarial NetworkMalware Detection

A Review on Generative Adversarial Networks for Data Augmentation in Person Re-Identification Systems

2023-02-17 · Victor Uc-Cetina, Laura Alvarez-Gonzalez, Anabel Martin-Gonzalez

Interest in automatic people re-identification systems has significantly grown in recent years, mainly for developing surveillance and smart shops software. Due to the variability in person posture, different lighting co…

Data AugmentationPerson Re-IdentificationPose TransferStyle Transfer

TTIDA: Controllable Generative Data Augmentation via Text-to-Text and Text-to-Image Models

2023-04-18 · Yuwei Yin, Jean Kaddour, Xiang Zhang, Yixin Nie 외

Data augmentation has been established as an efficacious approach to supplement useful information for low-resource datasets. Traditional augmentation techniques such as noise injection and image transformations have bee…

Data AugmentationDiversitydomain classificationImage Captioning

Data Augmentation for Skin Lesion using Self-Attention based Progressive Generative Adversarial Network

2019-10-25 · Ibrahim Saad Ali, Mamdouh Farouk Mohamed, Yousef Bassyouni Mahdy

Deep Neural Networks (DNNs) show a significant impact on medical imaging. One significant problem with adopting DNNs for skin cancer classification is that the class frequencies in the existing datasets are imbalanced. T…

Cancer ClassificationData AugmentationGeneral ClassificationGenerative Adversarial Network+1