paper-with-me

홈 › Papers

VQAttack: Transferable Adversarial Attacks on Visual Question Answering via Pre-trained Models

2024-02-16 · Ziyi Yin, Muchao Ye, Tianrong Zhang, Jiaqi Wang, Han Liu, Jinghui Chen, Ting Wang, Fenglong Ma

Visual Question Answering (VQA) is a fundamental task in computer vision and natural language process fields. Although the `pre-training & finetuning'' learning paradigm significantly improves the VQA performance, the adversarial robustness of such a learning paradigm has not been explored. In this paper, we delve into a new problem: using a pre-trained multimodal source model to create adversarial image-text pairs and then transferring them to attack the target VQA models. Correspondingly, we propose a novel VQAttack model, which can iteratively generate both image and text perturbations with the designed modules: the large language model (LLM)-enhanced image attack and the cross-modal joint attack module. At each iteration, the LLM-enhanced image attack module first optimizes the latent representation-based loss to generate feature-level image perturbations. Then it incorporates an LLM to further enhance the image perturbations by optimizing the designed masked answer anti-recovery loss. The cross-modal joint attack module will be triggered at a specific iteration, which updates the image and text perturbations sequentially. Notably, the text perturbation updates are based on both the learned gradients in the word embedding space and word synonym-based substitution. Experimental results on two VQA datasets with five validated models demonstrate the effectiveness of the proposed VQAttack in the transferable attack setting, compared with state-of-the-art baselines. This work reveals a significant blind spot in the `pre-training & fine-tuning'' paradigm on VQA tasks. Source codes will be released.

📄 PDF Abstract BibTeX arXiv:2402.11083

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessLanguage ModellingLarge Language ModelQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Attacking the Madry Defense Model with $L_1$-based Adversarial Examples

2017-10-30 · Yash Sharma, Pin-Yu Chen

The Madry Lab recently hosted a competition designed to test the robustness of their adversarially trained MNIST model. Attacks were constrained to perturb each pixel of the input image by a scaled maximal $L_\infty$ dis…

Universal, transferable and targeted adversarial attacks

2019-08-29 · Junde Wu, Rao Fu

Deep Neural Networks have been found vulnerable re-cently. A kind of well-designed inputs, which called adver-sarial examples, can lead the networks to make incorrectpredictions. Depending on the different scenarios, goa…

Temporally-Transferable Perturbations: Efficient, One-Shot Adversarial Attacks for Online Visual Object Trackers

2020-12-30 · Krishna Kanth Nakka, Mathieu Salzmann

In recent years, the trackers based on Siamese networks have emerged as highly effective and efficient for visual object tracking (VOT). While these methods were shown to be vulnerable to adversarial attacks, as most dee…

Object TrackingVisual Object Tracking

Transferable Adversarial Attacks on Black-Box Vision-Language Models

2025-05-02 · Kai Hu, Weichen Yu, Li Zhang, Alexander Robey 외

Vision Large Language Models (VLLMs) are increasingly deployed to offer advanced capabilities on inputs comprising both text and images. While prior research has shown that adversarial attacks can transfer from open-sour…

Image CaptioningObject RecognitionQuestion AnsweringVisual Question Answering

QAVA: Query-Agnostic Visual Attack to Large Vision-Language Models

2025-04-15 · Yudong Zhang, Ruobing Xie, Jiansheng Chen, Xingwu Sun 외

In typical multimodal tasks, such as Visual Question Answering (VQA), adversarial attacks targeting a specific image and question can lead large vision-language models (LVLMs) to provide incorrect answers. However, it is…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)