paper-with-me

홈 › Papers

A Generative Approach to Surrogate-based Black-box Attacks

2024-02-05 · Raha Moraffah, Huan Liu

Surrogate-based black-box attacks have exposed the heightened vulnerability of DNNs. These attacks are designed to craft adversarial examples for any samples with black-box target feedback for only a given set of samples. State-of-the-art surrogate-based attacks involve training a discriminative surrogate that mimics the target's outputs. The goal is to learn the decision boundaries of the target. The surrogate is then attacked by white-box attacks to craft adversarial examples similar to the original samples but belong to other classes. With limited samples, the discriminative surrogate fails to accurately learn the target's decision boundaries, and these surrogate-based attacks suffer from low success rates. Different from the discriminative approach, we propose a generative surrogate that learns the distribution of samples residing on or close to the target's decision boundaries. The distribution learned by the generative surrogate can be used to craft adversarial examples that have imperceptible differences from the original samples but belong to other classes. The proposed generative approach results in attacks with remarkably high attack success rates on various targets and datasets.

📄 PDF Abstract BibTeX arXiv:2402.02732

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Black-Box Opinion Manipulation Attacks to Retrieval-Augmented Generation of Large Language Models

2024-07-18 · Zhuo Chen, Jiawei Liu, Haotan Liu, Qikai Cheng 외

Retrieval-Augmented Generation (RAG) is applied to solve hallucination problems and real-time constraints of large language models, but it also induces vulnerabilities against retrieval corruption attacks. Existing resea…

Decision MakingHallucinationRAGRetrieval+1

Data-free Defense of Black Box Models Against Adversarial Attacks

2022-11-03 · Gaurav Kumar Nayak, Inder Khatri, Ruchit Rawal, Anirban Chakraborty

Several companies often safeguard their trained deep models (i.e., details of architecture, learnt weights, training details etc.) from third-party users by exposing them only as black boxes through APIs. Moreover, they …

Adversarial Robustness

Blackbox Attacks via Surrogate Ensemble Search

2022-08-07 · Zikui Cai, Chengyu Song, Srikanth Krishnamurthy, Amit Roy-Chowdhury 외

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods.…

Efficient Black-box Adversarial Attacks via Bayesian Optimization Guided by a Function Prior

2024-05-29 · Shuyu Cheng, Yibo Miao, Yinpeng Dong, Xiao Yang 외

This paper studies the challenging black-box adversarial attack that aims to generate adversarial examples against a black-box model by only using output feedback of the model to input queries. Some previous methods impr…

Adversarial AttackBayesian Optimization

Exploring the Back Alleys: Analysing The Robustness of Alternative Neural Network Architectures against Adversarial Attacks

2019-12-08 · Yi Xiang Marcus Tan, Yuval Elovici, Alexander Binder

We investigate to what extent alternative variants of Artificial Neural Networks (ANNs) are susceptible to adversarial attacks. We analyse the adversarial robustness of conventional, stochastic ANNs and Spiking Neural Ne…

Adversarial Robustness