-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Oracle Aligned Adversarial Training #2348
Add Oracle Aligned Adversarial Training #2348
Conversation
Signed-off-by: Muhammad Zaid Hameed <Zaid.Hameed@ibm.com>
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev_1.17.0 #2348 +/- ##
==============================================
- Coverage 85.60% 79.08% -6.52%
==============================================
Files 324 326 +2
Lines 29326 29849 +523
Branches 5407 5514 +107
==============================================
- Hits 25104 23606 -1498
- Misses 2840 4920 +2080
+ Partials 1382 1323 -59
|
Signed-off-by: Muhammad Zaid Hameed <Zaid.Hameed@ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Zaid-Hameed Thank you very much for your pull request! I have added a few review comments, please let me know what you think?
Signed-off-by: Muhammad Zaid Hameed <Zaid.Hameed@ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Zaid-Hameed Thank you very much. It looks good to me.
Description
Oracle aligned adversarial training (OAAT) is an important adversarial training approach because it provides better robustness against adversarial attacks with larger perturbation magnitudes. OAAT has been proposed in paper "Scaling Adversarial Training to Large Perturbation Bounds".
Paper Link: https://link.springer.com/chapter/10.1007/978-3-031-20065-6_18
Fixes # (issue)
Type of change
Please check all relevant options.
Testing
Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.
Test Configuration:
Checklist