paper-with-me

Papers

Adversarial Data Programming: Using GANs to Relax the Bottleneck of Curated Labeled Data

2018-03-14 · CVPR 2018 6 · Arghya Pal, Vineeth N. Balasubramanian

Paucity of large curated hand-labeled training data for every domain-of-interest forms a major bottleneck in the deployment of machine learning models in computer vision and other fields. Recent work (Data Programming) has shown how distant supervision signals in the form of labeling functions can be used to obtain labels for given data in near-constant time. In this work, we present Adversarial Data Programming (ADP), which presents an adversarial methodology to generate data as well as a curated aggregated label has given a set of weak labeling functions. We validated our method on the MNIST, Fashion MNIST, CIFAR 10 and SVHN datasets, and it outperformed many state-of-the-art models. We conducted extensive experiments to study its usefulness, as well as showed how the proposed ADP framework can be used for transfer learning as well as multi-task learning, where data from two domains are generated simultaneously using the framework along with the label information. Our future work will involve understanding the theoretical implications of this new framework from a game-theoretic perspective, as well as explore the performance of the method on more complex datasets.

📄 PDF Abstract BibTeX arXiv:1803.05137

Code (1)

ArghyaPal/Adversarial-Data-Programming 공식 구현 pytorch

Tasks

Multi-Task LearningTransfer Learning

Similar Papers 제목 키워드 기반

A game-theoretic approach for Generative Adversarial Networks

2020-03-30 · Barbara Franci, Sergio Grammatico

Generative adversarial networks (GANs) are a class of generative models, known for producing accurate samples. The key feature of GANs is that there are two antagonistic neural networks: the generator and the discriminat…

Relaxed Wasserstein with Applications to GANs

2017-05-19 · Xin Guo, Johnny Hong, Tianyi Lin, Nan Yang

Wasserstein Generative Adversarial Networks (WGANs) provide a versatile class of models, which have attracted great attention in various applications. However, this framework has two main drawbacks: (i) Wasserstein-1 (or…

Image Generation

Tight Certification of Adversarially Trained Neural Networks via Nonconvex Low-Rank Semidefinite Relaxations

2022-11-30 · Hong-Ming Chiu, Richard Y. Zhang

Adversarial training is well-known to produce high-quality neural network models that are empirically robust against adversarial perturbations. Nevertheless, once a model has been adversarially trained, one often desires…

RelGAN: Relational Generative Adversarial Networks for Text Generation

2019-05-01 · ICLR 2019 5 · Weili Nie, Nina Narodytska, Ankit Patel

Generative adversarial networks (GANs) have achieved great success at generating realistic images. However, the text generation still remains a challenging task for modern GAN architectures. In this work, we propose RelG…

DiversityText Generation

Reprogramming FairGANs with Variational Auto-Encoders: A New Transfer Learning Model

2022-03-11 · Beatrice Nobile, Gabriele Santin, Bruno Lepri, Pierpaolo Brutti

Fairness-aware GANs (FairGANs) exploit the mechanisms of Generative Adversarial Networks (GANs) to impose fairness on the generated data, freeing them from both disparate impact and disparate treatment. Given the model's…

FairnessTransfer Learning