paper-with-me

Papers

Output Randomization: A Novel Defense for both White-box and Black-box Adversarial Models

2021-07-08 · Daniel Park, Haidar Khan, Azer Khan, Alex Gittens, Bülent Yener

Adversarial examples pose a threat to deep neural network models in a variety of scenarios, from settings where the adversary has complete knowledge of the model in a "white box" setting and to the opposite in a "black box" setting. In this paper, we explore the use of output randomization as a defense against attacks in both the black box and white box models and propose two defenses. In the first defense, we propose output randomization at test time to thwart finite difference attacks in black box settings. Since this type of attack relies on repeated queries to the model to estimate gradients, we investigate the use of randomization to thwart such adversaries from successfully creating adversarial examples. We empirically show that this defense can limit the success rate of a black box adversary using the Zeroth Order Optimization attack to 0%. Secondly, we propose output randomization training as a defense against white box adversaries. Unlike prior approaches that use randomization, our defense does not require its use at test time, eliminating the Backward Pass Differentiable Approximation attack, which was shown to be effective against other randomization defenses. Additionally, this defense has low overhead and is easily implemented, allowing it to be used together with other defenses across various model architectures. We evaluate output randomization training against the Projected Gradient Descent attacker and show that the defense can reduce the PGD attack's success rate down to 12% when using cross-entropy loss.

📄 PDF Abstract BibTeX arXiv:2107.03806

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Thwarting finite difference adversarial attacks with output randomization

2019-05-23 · ICLR 2020 1 · Haidar Khan, Daniel Park, Azer Khan, Bülent Yener

Adversarial examples pose a threat to deep neural network models in a variety of scenarios, from settings where the adversary has complete knowledge of the model and to the opposite "black box" setting. Black box attacks…

Adversarial Attack

Random Logit Scaling: Defending Deep Neural Networks Against Black-Box Score-Based Adversarial Example Attacks

2026-07-16 · Hamid Dashtbani, Mehdi Dousti Gandomani, AmirMahdi Sadeghzadeh arxiv

Machine learning models are increasingly adapted in various domains. However, adversarial examples pose a significant threat to the reliable deployment of these models. In recent years, some powerful adversarial example …

Beware the Black-Box: on the Robustness of Recent Defenses to Adversarial Examples

2020-06-18 · Kaleel Mahmood, Deniz Gurevin, Marten van Dijk, Phuong Ha Nguyen

Many defenses have recently been proposed at venues like NIPS, ICML, ICLR and CVPR. These defenses are mainly focused on mitigating white-box attacks. They do not properly examine black-box attacks. In this paper, we exp…

Diversity

Benchmarking and Defending Against Indirect Prompt Injection Attacks on Large Language Models

2023-12-21 · Jingwei Yi, Yueqi Xie, Bin Zhu, Emre Kiciman 외

The integration of large language models with external content has enabled applications such as Microsoft Copilot but also introduced vulnerabilities to indirect prompt injection attacks. In these attacks, malicious inst…

Benchmarking

Adversarial Defense via Image Denoising with Chaotic Encryption

2022-03-19 · Shi Hu, Eric Nalisnick, Max Welling

In the literature on adversarial examples, white box and black box attacks have received the most attention. The adversary is assumed to have either full (white) or no (black) access to the defender's model. In this work…

Adversarial DefenseDenoisingImage Denoising