paper-with-me

Papers

Understanding the Robustness of Randomized Feature Defense Against Query-Based Adversarial Attacks

2023-10-01 · Quang H. Nguyen, Yingjie Lao, Tung Pham, Kok-Seng Wong, Khoa D. Doan

Recent works have shown that deep neural networks are vulnerable to adversarial examples that find samples close to the original image but can make the model misclassify. Even with access only to the model's output, an attacker can employ black-box attacks to generate such adversarial examples. In this work, we propose a simple and lightweight defense against black-box attacks by adding random noise to hidden features at intermediate layers of the model at inference time. Our theoretical analysis confirms that this method effectively enhances the model's resilience against both score-based and decision-based black-box attacks. Importantly, our defense does not necessitate adversarial training and has minimal impact on accuracy, rendering it applicable to any pre-trained model. Our analysis also reveals the significance of selectively adding noise to different parts of the model based on the gradient of the adversarial objective function, which can be varied during the attack. We demonstrate the robustness of our defense against multiple black-box attacks through extensive empirical experiments involving diverse models with various architectures.

📄 PDF Abstract BibTeX arXiv:2310.00567

Code (1)

mail-research/randomized_defenses 공식 구현 pytorch

Tasks

Image Classification

Similar Papers 제목 키워드 기반

On Certifying Robustness against Backdoor Attacks via Randomized Smoothing

2020-02-26 · Binghui Wang, Xiaoyu Cao, Jinyuan Jia, Neil Zhenqiang Gong

Backdoor attack is a severe security threat to deep neural networks (DNNs). We envision that, like adversarial examples, there will be a cat-and-mouse game for backdoor attacks, i.e., new empirical defenses are developed…

Backdoor Attack

Certified Adversarial Robustness of Machine Learning-based Malware Detectors via (De)Randomized Smoothing

2024-05-01 · Daniel Gibert, Luca Demetrio, Giulio Zizzo, Quan Le 외

Deep learning-based malware detection systems are vulnerable to adversarial EXEmples - carefully-crafted malicious programs that evade detection with minimal perturbation. As such, the community is dedicating effort to d…

Adversarial RobustnessMalware Detection

Provable Robustness Against a Union of $\ell_0$ Adversarial Attacks

2023-02-22 · Zayd Hammoudeh, Daniel Lowd

Sparse or $\ell_0$ adversarial attacks arbitrarily perturb an unknown subset of the features. $\ell_0$ robustness analysis is particularly well-suited for heterogeneous (tabular) data where features have different types …

Randomized Smoothing under Attack: How Good is it in Pratice?

2022-04-28 · Thibault Maho, Teddy Furon, Erwan Le Merrer

Randomized smoothing is a recent and celebrated solution to certify the robustness of any classifier. While it indeed provides a theoretical robustness against adversarial attacks, the dimensionality of current classifie…

(De)Randomized Smoothing for Certifiable Defense against Patch Attacks

2020-02-25 · NeurIPS 2020 12 · Alexander Levine, Soheil Feizi

Patch adversarial attacks on images, in which the attacker can distort pixels within a region of bounded size, are an important threat model since they provide a quantitative model for physical adversarial attacks. In th…