paper-with-me

Papers

Exploring Effective Data for Surrogate Training Towards Black-Box Attack

2022-01-01 · CVPR 2022 1 · Xuxiang Sun, Gong Cheng, Hongda Li, Lei Pei, Junwei Han

Without access to the training data where a black-box victim model is deployed, training a surrogate model for black-box adversarial attack is still a struggle. In terms of data, we mainly identify three key measures for effective surrogate training in this paper. First, we show that leveraging the loss introduced in this paper to enlarge the inter-class similarity makes more sense than enlarging the inter-class diversity like existing methods. Next, unlike the approaches that expand the intra-class diversity in an implicit model-agnostic fashion, we propose a loss function specific to the surrogate model for our generator to enhance the intra-class diversity. Finally, in accordance with the in-depth observations for the methods based on proxy data, we argue that leveraging the proxy data is still an effective way for surrogate training. To this end, we propose a triple-player framework by introducing a discriminator into the traditional data-free framework. In this way, our method can be competitive when there are few semantic overlaps between the scarce proxy data (with the size between 1k and 5k) and the training data. We evaluate our method on a range of victim models and datasets. The extensive results witness the effectiveness of our method. Our source code is available at https://github.com/xuxiangsun/ST-Data.

📄 PDF Abstract BibTeX

Code (1)

xuxiangsun/st-data 공식 구현 pytorch

Tasks

Adversarial AttackDiversity

Similar Papers 제목 키워드 기반

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

Boosting Physical Layer Black-Box Attacks with Semantic Adversaries in Semantic Communications

2023-03-29 · Zeju Li, Xinghan Liu, Guoshun Nan, Jinfei Zhou 외

End-to-end semantic communication (ESC) system is able to improve communication efficiency by only transmitting the semantics of the input rather than raw bits. Although promising, ESC has also been shown susceptible to …

Semantic Communication

Efficient Bayesian Optimization with Deep Kernel Learning and Transformer Pre-trained on Multiple Heterogeneous Datasets

2023-08-09 · Wenlong Lyu, Shoubo Hu, Jie Chuai, Zhitang Chen

Bayesian optimization (BO) is widely adopted in black-box optimization problems and it relies on a surrogate model to approximate the black-box response function. With the increasing number of black-box optimization task…

Bayesian Optimization

Boosting Adversarial Transferability via Commonality-Oriented Gradient Optimization

2025-06-08 · Yanting Gao, Yepeng Liu, Junming Liu, Qi Zhang 외

Exploring effective and transferable adversarial examples is vital for understanding the characteristics and mechanisms of Vision Transformers (ViTs). However, adversarial examples generated from surrogate models often e…

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…