paper-with-me

Papers

Stochastic Variance Reduced Ensemble Adversarial Attack for Boosting the Adversarial Transferability

2021-11-21 · CVPR 2022 1 · Yifeng Xiong, Jiadong Lin, Min Zhang, John E. Hopcroft, Kun He

The black-box adversarial attack has attracted impressive attention for its practical use in the field of deep learning security. Meanwhile, it is very challenging as there is no access to the network architecture or internal weights of the target model. Based on the hypothesis that if an example remains adversarial for multiple models, then it is more likely to transfer the attack capability to other models, the ensemble-based adversarial attack methods are efficient and widely used for black-box attacks. However, ways of ensemble attack are rather less investigated, and existing ensemble attacks simply fuse the outputs of all the models evenly. In this work, we treat the iterative ensemble attack as a stochastic gradient descent optimization process, in which the variance of the gradients on different models may lead to poor local optima. To this end, we propose a novel attack method called the stochastic variance reduced ensemble (SVRE) attack, which could reduce the gradient variance of the ensemble models and take full advantage of the ensemble attack. Empirical results on the standard ImageNet dataset demonstrate that the proposed method could boost the adversarial transferability and outperforms existing ensemble attacks significantly. Code is available at https://github.com/JHL-HUST/SVRE.

📄 PDF Abstract BibTeX arXiv:2111.10752

Code (1)

jhl-hust/svre 공식 구현 tf

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Stochastic Variance Reduced Ensemble Adversarial Attack

2021-09-29 · Jiadong Lin, Yifeng Xiong, Min Zhang, John E. Hopcroft 외

Black-box adversarial attack has attracted much attention for its practical use in deep learning applications, and it is very challenging as there is no access to the architecture and weights of the target model. Based o…

Adversarial Attack

Dynamic Stochastic Ensemble with Adversarial Robust Lottery Ticket Subnetworks

2022-10-06 · Qi Peng, Wenlin Liu, Ruoxi Qin, Libin Hou 외

Adversarial attacks are considered the intrinsic vulnerability of CNNs. Defense strategies designed for attacks have been stuck in the adversarial attack-defense arms race, reflecting the imbalance between attack and def…

Adversarial AttackDiversity

Adversarial Training with Stochastic Weight Average

2020-09-21 · Joong-won Hwang, Youngwan Lee, Sungchan Oh, Yuseok Bae

Adversarial training deep neural networks often experience serious overfitting problem. Recently, it is explained that the overfitting happens because the sample complexity of training data is insufficient to generalize …

An Adaptive Model Ensemble Adversarial Attack for Boosting Adversarial Transferability

2023-08-05 · ICCV 2023 1 · Bin Chen, Jia-Li Yin, Shukai Chen, Bo-Hao Chen 외

While the transferability property of adversarial examples allows the adversary to perform black-box attacks (i.e., the attacker has no knowledge about the target model), the transfer-based adversarial attacks have gaine…

Adversarial Attack

GNN-Ensemble: Towards Random Decision Graph Neural Networks

2023-03-20 · Wenqi Wei, Mu Qiao, Divyesh Jadav

Graph Neural Networks (GNNs) have enjoyed wide spread applications in graph-structured data. However, existing graph based applications commonly lack annotated data. GNNs are required to learn latent patterns from a limi…

Adversarial RobustnessDecision MakingEnsemble Learning