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

Range for heuristic r_t and ADA issues #98

Open
hojaeklee opened this issue Jun 15, 2021 · 0 comments
Open

Range for heuristic r_t and ADA issues #98

hojaeklee opened this issue Jun 15, 2021 · 0 comments

Comments

@hojaeklee
Copy link

According to page 5 of the ADA paper ("Training Generative Adversarial Networks with Limited Data"), it says "For both heuristics, r = 0 means no overfitting and r = 1 indicates complete overfitting,...".

I am using the r_t heuristic, but when I plot the values, it seems to range from [-1, 1]. From my understanding of the code, it seems like D_train is the output of a Linear layer, which can range (-inf, inf). So, it seems to make sense that the expectation of the sign(D_train) is [-1, 1].

I'm suspecting my ADA isn't working (i.e. not improving performance in terms of FID) because the heuristic seems to always be close to r_t = 1, and then sharply decline to r_t = -1.

I would love to get clarification on the range of r_t and whether someone has any suggestions to use ADA to improve GAN performance. I also noticed augmentation probability p always increases (above 1) as #27 pointed out, and I have tried both capping the "probability" at 0.8 and other suggestions from the issue.

Thank you very much!

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

1 participant