twosixlabs / armory

ARMORY Adversarial Robustness Evaluation Test Bed
MIT License
176 stars 67 forks source link

Add Smoothing Defense API #483

Closed davidslater closed 4 years ago

davidslater commented 4 years ago

ART has a smoothing defense wrapper - https://github.com/IBM/adversarial-robustness-toolbox/blob/master/art/wrappers/randomized_smoothing.py

It does not currently produce gradients of the smoothed classifier, however.