paper-with-me

Papers

[Re] Double Sampling Randomized Smoothing

2023-06-27 · Aryan Gupta, Sarthak Gupta, Abhay Kumar, Harsh Dugar

This paper is a contribution to the reproducibility challenge in the field of machine learning, specifically addressing the issue of certifying the robustness of neural networks (NNs) against adversarial perturbations. The proposed Double Sampling Randomized Smoothing (DSRS) framework overcomes the limitations of existing methods by using an additional smoothing distribution to improve the robustness certification. The paper provides a clear manifestation of DSRS for a generalized family of Gaussian smoothing and a computationally efficient method for implementation. The experiments on MNIST and CIFAR-10 demonstrate the effectiveness of DSRS, consistently certifying larger robust radii compared to other methods. Also various ablations studies are conducted to further analyze the hyperparameters and effect of adversarial training methods on the certified radius by the proposed framework.

📄 PDF Abstract BibTeX arXiv:2306.15221

Code (1)

dsgiitr/re_dsrs 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Double Sampling Randomized Smoothing

2022-06-16 · Linyi Li, Jiawei Zhang, Tao Xie, Bo Li

Neural networks (NNs) are known to be vulnerable against adversarial perturbations, and thus there is a line of work aiming to provide robustness certification for NNs, such as randomized smoothing, which samples smoothi…

Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

2024-06-04 · Youwei Shu, Xi Xiao, Derui Wang, Yuxin Cao 외

Randomized Smoothing (RS) is currently a scalable certified defense method providing robustness certification against adversarial examples. Although significant progress has been achieved in providing defenses against $\…

Accelerated Smoothing: A Scalable Approach to Randomized Smoothing

2024-02-12 · Devansh Bhardwaj, Kshitiz Kaushik, Sarthak Gupta

Randomized smoothing has emerged as a potent certifiable defense against adversarial attacks by employing smoothing noises from specific distributions to ensure the robustness of a smoothed classifier. However, the utili…

Certified Defense via Latent Space Randomized Smoothing with Orthogonal Encoders

2021-08-01 · Huimin Zeng, Jiahao Su, Furong Huang

Randomized Smoothing (RS), being one of few provable defenses, has been showing great effectiveness and scalability in terms of defending against $\ell_2$-norm adversarial perturbations. However, the cost of MC sampling …

valid

Incremental Randomized Smoothing Certification

2023-05-31 · Shubham Ugare, Tarun Suresh, Debangshu Banerjee, Gagandeep Singh 외

Randomized smoothing-based certification is an effective approach for obtaining robustness certificates of deep neural networks (DNNs) against adversarial attacks. This method constructs a smoothed DNN model and certifie…