smoothing icon indicating copy to clipboard operation
smoothing copied to clipboard

Provable adversarial robustness at ImageNet scale

Results 5 smoothing issues
Sort by recently updated
recently updated
newest added

``` # augment inputs with noise inputs = inputs + torch.randn_like(inputs, device='cuda') * noise_sd ```` Line 109 in `train.py`. If there is no `torch.clamp()` after line 109, it is possible...

@jmcohen Hi, thanks for releasing the code. If you don't mind me asking, I'm trying to understand if its possible for a smooth classifier trained using randomised smoothing to completely...

Would like to ask how I will attack your method using my own generated counter samples? Looking forward to your reply, appreciate it!

Hi the paper doesn't explicitly mention what the white line represents. Is that just the range for which R can be in? ![image](https://user-images.githubusercontent.com/50300488/196251934-77202b28-bdb1-4ac3-9079-44796ba64c5f.png) Since we are using estimated values for...

How to draw the dashed black line in fig6