paper-with-me

홈 › Papers

Boosting Black-Box Attack with Partially Transferred Conditional Adversarial Distribution

2020-06-15 · CVPR 2022 1 · Yan Feng, Baoyuan Wu, Yanbo Fan, Li Liu, Zhifeng Li, Shutao Xia

This work studies black-box adversarial attacks against deep neural networks (DNNs), where the attacker can only access the query feedback returned by the attacked DNN model, while other information such as model parameters or the training datasets are unknown. One promising approach to improve attack performance is utilizing the adversarial transferability between some white-box surrogate models and the target model (i.e., the attacked model). However, due to the possible differences on model architectures and training datasets between surrogate and target models, dubbed "surrogate biases", the contribution of adversarial transferability to improving the attack performance may be weakened. To tackle this issue, we innovatively propose a black-box attack method by developing a novel mechanism of adversarial transferability, which is robust to the surrogate biases. The general idea is transferring partial parameters of the conditional adversarial distribution (CAD) of surrogate models, while learning the untransferred parameters based on queries to the target model, to keep the flexibility to adjust the CAD of the target model on any new benign sample. Extensive experiments on benchmark datasets and attacking against real-world API demonstrate the superior attack performance of the proposed method.

📄 PDF Abstract BibTeX arXiv:2006.08538

Code (1)

Kira0096/CGATTACK 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Boosting Black-box Attack to Deep Neural Networks with Conditional Diffusion Models

2023-10-11 · Renyang Liu, Wei Zhou, Tianwei Zhang, Kangjie Chen 외

Existing black-box attacks have demonstrated promising potential in creating adversarial examples (AE) to deceive deep learning models. Most of these attacks need to handle a vast optimization space and require a large n…

Adversarial AttackDenoising

Boosting Adversarial Transferability using Dynamic Cues

2023-02-23 · Muzammal Naseer, Ahmad Mahmood, Salman Khan, Fahad Khan

The transferability of adversarial perturbations between image models has been extensively studied. In this case, an attack is generated from a known surrogate \eg, the ImageNet trained model, and transferred to change t…

Adversarial Attack

Boosting the Transferability of Video Adversarial Examples via Temporal Translation

2021-10-18 · Zhipeng Wei, Jingjing Chen, Zuxuan Wu, Yu-Gang Jiang

Although deep-learning based video recognition models have achieved remarkable success, they are vulnerable to adversarial examples that are generated by adding human-imperceptible perturbations on clean video samples. A…

Adversarial AttackTranslationVideo Recognition

Diversity can be Transferred: Output Diversification for White- and Black-box Attacks

2020-03-15 · NeurIPS 2020 12 · Yusuke Tashiro, Yang song, Stefano Ermon

Adversarial attacks often involve random perturbations of the inputs drawn from uniform or Gaussian distributions, e.g., to initialize optimization-based white-box attacks or generate update directions in black-box attac…

Diversity

Quantifying the Risk of Transferred Black Box Attacks

2025-11-07 · Disesdi Susanna Cox, Niklas Bunzel arxiv

Neural networks have become pervasive across various applications, including security-related products. However, their widespread adoption has heightened concerns regarding vulnerability to adversarial attacks. With emer…