paper-with-me

Papers

VLATTACK: Multimodal Adversarial Attacks on Vision-Language Tasks via Pre-trained Models

2023-10-07 · NeurIPS 2023 11 · Ziyi Yin, Muchao Ye, Tianrong Zhang, Tianyu Du, Jinguo Zhu, Han Liu, Jinghui Chen, Ting Wang, Fenglong Ma

Vision-Language (VL) pre-trained models have shown their superiority on many multimodal tasks. However, the adversarial robustness of such models has not been fully explored. Existing approaches mainly focus on exploring the adversarial robustness under the white-box setting, which is unrealistic. In this paper, we aim to investigate a new yet practical task to craft image and text perturbations using pre-trained VL models to attack black-box fine-tuned models on different downstream tasks. Towards this end, we propose VLATTACK to generate adversarial samples by fusing perturbations of images and texts from both single-modal and multimodal levels. At the single-modal level, we propose a new block-wise similarity attack (BSA) strategy to learn image perturbations for disrupting universal representations. Besides, we adopt an existing text attack strategy to generate text perturbations independent of the image-modal attack. At the multimodal level, we design a novel iterative cross-search attack (ICSA) method to update adversarial image-text pairs periodically, starting with the outputs from the single-modal level. We conduct extensive experiments to attack five widely-used VL pre-trained models for six tasks. Experimental results show that VLATTACK achieves the highest attack success rates on all tasks compared with state-of-the-art baselines, which reveals a blind spot in the deployment of pre-trained VL models. Source codes can be found at https://github.com/ericyinyzy/VLAttack.

📄 PDF Abstract BibTeX arXiv:2310.04655

Code (1)

ericyinyzy/vlattack 공식 구현 tf

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

HQA-VLAttack: Towards High Quality Adversarial Attack on Vision-Language Pre-Trained Models

2026-04-14 · Han Liu, Jiaqi Li, Zhi Xu, Xiaotong Zhang 외 arxiv

Black-box adversarial attack on vision-language pre-trained models is a practical and challenging task, as text and image perturbations need to be considered simultaneously, and only the predicted results are accessible.…

Contrastive LearningAdversarial Attack

Revisiting the Adversarial Robustness of Vision Language Models: a Multimodal Perspective

2024-04-30 · Wanqi Zhou, Shuanghao Bai, Danilo P. Mandic, Qibin Zhao 외

Pretrained vision-language models (VLMs) like CLIP exhibit exceptional generalization across diverse downstream tasks. While recent studies reveal their vulnerability to adversarial attacks, research to date has primaril…

Adversarial DefenseAdversarial RobustnessAdversarial Text

Seeing is Deceiving: Exploitation of Visual Pathways in Multi-Modal Language Models

2024-11-07 · Pete Janowczyk, Linda Laurier, Ave Giulietta, Arlo Octavia 외

Multi-Modal Language Models (MLLMs) have transformed artificial intelligence by combining visual and text data, making applications like image captioning, visual question answering, and multi-modal content creation possi…

Adversarial AttackImage CaptioningQuestion AnsweringVisual Question Answering

Towards Adversarial Attack on Vision-Language Pre-training Models

2022-06-19 · Jiaming Zhang, Qi Yi, Jitao Sang

While vision-language pre-training model (VLP) has shown revolutionary improvements on various vision-language (V+L) tasks, the studies regarding its adversarial robustness remain largely unexplored. This paper studied t…

Adversarial AttackAdversarial Robustness

Partially Recentralization Softmax Loss for Vision-Language Models Robustness

2024-02-06 · Hao Wang, JinZhe Jiang, Xin Zhang, Chen Li

As Large Language Models make a breakthrough in natural language processing tasks (NLP), multimodal technique becomes extremely popular. However, it has been shown that multimodal NLP are vulnerable to adversarial attack…

Adversarial RobustnessDiversity