Ask, Attend, Attack: An Effective Decision-Based Black-Box Targeted Attack for Image-to-Text Models
Abstract
While image-to-text models have demonstrated significant advancements in various vision-language tasks, they remain susceptible to adversarial attacks. Existing white-box attacks on image-to-text models require access to the architecture, gradients, and parameters of the target model, resulting in low practicality. Although the recently proposed gray-box attacks have improved practicality, they suffer from semantic loss during the training process, which limits their targeted attack performance. To advance adversarial attacks of image-to-text models, this paper focuses on a challenging scenario: decision-based black-box targeted attacks where the attackers only have access to the final output text and aim to perform targeted attacks. Specifically, we formulate the decision-based black-box targeted attack as a large-scale optimization problem. To efficiently solve the optimization problem, a three-stage process \textit{Ask, Attend, Attack}, called \textit{AAA}, is proposed to coordinate with the solver. \textit{Ask} guides attackers to create target texts that satisfy the specific semantics. \textit{Attend} identifies the crucial regions of the image for attacking, thus reducing the search space for the subsequent \textit{Attack}. \textit{Attack} uses an evolutionary algorithm to attack the crucial regions, where the attacks are semantically related to the target texts of \textit{Ask}, thus achieving targeted attacks without semantic loss. Experimental results on transformer-based and CNN+RNN-based image-to-text models confirmed the effectiveness of our proposed \textit{AAA}.
Cite
Text
Zeng et al. "Ask, Attend, Attack: An Effective Decision-Based Black-Box Targeted Attack for Image-to-Text Models." Neural Information Processing Systems, 2024. doi:10.52202/079017-3356Markdown
[Zeng et al. "Ask, Attend, Attack: An Effective Decision-Based Black-Box Targeted Attack for Image-to-Text Models." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/zeng2024neurips-ask/) doi:10.52202/079017-3356BibTeX
@inproceedings{zeng2024neurips-ask,
title = {{Ask, Attend, Attack: An Effective Decision-Based Black-Box Targeted Attack for Image-to-Text Models}},
author = {Zeng, Qingyuan and Wang, Zhenzhong and Cheung, Yiu-ming and Jiang, Min},
booktitle = {Neural Information Processing Systems},
year = {2024},
doi = {10.52202/079017-3356},
url = {https://mlanthology.org/neurips/2024/zeng2024neurips-ask/}
}