Coder Social home page Coder Social logo

Comments (6)

woctezuma avatar woctezuma commented on July 21, 2024 2

The recommendation from the following paper is to use differentiable augmentations.

S. Zhao, Z. Liu, J. Lin, J.-Y. Zhu, and S. Han. Differentiable augmentation for data-efficient GAN training.CoRR, abs/2006.10738, 2020

From the abstract:

The performance of generative adversarial networks (GANs) heavily deteriorates given a limited amount of training data. This is mainly because the discriminator is memorizing the exact training set. To combat it, we propose Differentiable Augmentation (DiffAugment), a simple method that improves the data efficiency of GANs by imposing various types of differentiable augmentations on both real and fake samples. Previous attempts to directly augment the training data manipulate the distribution of real images, yielding little benefit; DiffAugment enables us to adopt the differentiable augmentation for the generated samples, effectively stabilizes training, and leads to better convergence.

https://github.com/mit-han-lab/data-efficient-gans

from lightweight-gan.

lucidrains avatar lucidrains commented on July 21, 2024 2

@Dok11 what woc is saying is that the new paper says the dataset augmentations are not helpful

We should be using the differentiable one (the one you have been working on) as much as possible

from lightweight-gan.

lucidrains avatar lucidrains commented on July 21, 2024 1

So the dataset one augments the images non-differentiably at the start, while the other augments everything going into the discriminator, differentiably, generated or not

from lightweight-gan.

Dok11 avatar Dok11 commented on July 21, 2024

Is im right? dataset_aug_prob — for generator and discriminator, aug_prob — for discriminator only?
And why dataset_aug_prob qualt to 0 by default? Is it reccomend value?

from lightweight-gan.

Dok11 avatar Dok11 commented on July 21, 2024

If it so helpuful why default value is zero? https://github.com/lucidrains/lightweight-gan/blob/main/lightweight_gan/cli.py#L100

from lightweight-gan.

Dok11 avatar Dok11 commented on July 21, 2024

Thank you, now thats clear! =)

from lightweight-gan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.