Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Augmentation #17

Open
hojaeklee opened this issue Nov 13, 2023 · 1 comment
Open

Question about Augmentation #17

hojaeklee opened this issue Nov 13, 2023 · 1 comment

Comments

@hojaeklee
Copy link

Hello! I've read the Training with Limited Data paper (ADA - Adaptive Discriminator Augmentation), which was mentioned in this EDM paper that it helped with performance. In the ADA paper, the augmentation was applied to discriminators of GAN, so as to prevent the generator from producing augmented data.

I was wondering how the EDM/diffusion model learns in general not to produce augmented data in this case?

@christopher-beckham
Copy link

It appears the score network is also conditioned on the augmentation parameters during training, which gets mapped into a embedding just like the noise (in fact they are summed together). So it can be thought of as training a score network over an ensemble of different data distributions. It looks like at generation time the augmentation parameters passed to the network are all zeros.

My educated guess is that it may still be possible for the augmentations to leak into the generation, it depends on to what extent the network has learned that the zero vector indeed corresponds to the real data distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants