paper-with-me

홈 › Papers

I See Dead People: Gray-Box Adversarial Attack on Image-To-Text Models

2023-06-13 · Raz Lapid, Moshe Sipper

Modern image-to-text systems typically adopt the encoder-decoder framework, which comprises two main components: an image encoder, responsible for extracting image features, and a transformer-based decoder, used for generating captions. Taking inspiration from the analysis of neural networks' robustness against adversarial perturbations, we propose a novel gray-box algorithm for creating adversarial examples in image-to-text models. Unlike image classification tasks that have a finite set of class labels, finding visually similar adversarial examples in an image-to-text task poses greater challenges because the captioning system allows for a virtually infinite space of possible captions. In this paper, we present a gray-box adversarial attack on image-to-text, both untargeted and targeted. We formulate the process of discovering adversarial perturbations as an optimization problem that uses only the image-encoder component, meaning the proposed attack is language-model agnostic. Through experiments conducted on the ViT-GPT2 model, which is the most-used image-to-text model in Hugging Face, and the Flickr30k dataset, we demonstrate that our proposed attack successfully generates visually similar adversarial examples, both with untargeted and targeted captions. Notably, our attack operates in a gray-box manner, requiring no knowledge about the decoder module. We also show that our attacks fool the popular open-source platform Hugging Face.

📄 PDF Abstract BibTeX arXiv:2306.07591

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackDecoderimage-classificationImage ClassificationImage to textLanguage Modelling

Similar Papers 제목 키워드 기반

LISArD: Learning Image Similarity to Defend Against Gray-box Adversarial Attacks

2025-02-27 · Joana C. Costa, Tiago Roxo, Hugo Proença, Pedro R. M. Inácio

State-of-the-art defense mechanisms are typically evaluated in the context of white-box attacks, which is not realistic, as it assumes the attacker can access the gradients of the target network. To protect against this …

Adversarial Purification

Similarity-based Gray-box Adversarial Attack Against Deep Face Recognition

2022-01-11 · Hanrui Wang, Shuo Wang, Zhe Jin, Yandan Wang 외

The majority of adversarial attack techniques perform well against deep face recognition when the full knowledge of the system is revealed (\emph{white-box}). However, such techniques act unsuccessfully in the gray-box s…

Adversarial AttackFace Recognition

Adversarial Defense via Image Denoising with Chaotic Encryption

2022-03-19 · Shi Hu, Eric Nalisnick, Max Welling

In the literature on adversarial examples, white box and black box attacks have received the most attention. The adversary is assumed to have either full (white) or no (black) access to the defender's model. In this work…

Adversarial DefenseDenoisingImage Denoising

Adversarial Evaluation of Multimodal Models under Realistic Gray Box Assumption

2020-11-25 · Ivan Evtimov, Russel Howes, Brian Dolhansky, Hamed Firooz 외

This work examines the vulnerability of multimodal (image + text) models to adversarial threats similar to those discussed in previous literature on unimodal (image- or text-only) models. We introduce realistic assumptio…

General ClassificationText Augmentation

A Person Re-identification Data Augmentation Method with Adversarial Defense Effect

2021-01-21 · Yunpeng Gong, Zhiyong Zeng, Liwen Chen, Yifan Luo 외

The security of the Person Re-identification(ReID) model plays a decisive role in the application of ReID. However, deep neural networks have been shown to be vulnerable, and adding undetectable adversarial perturbations…

Adversarial DefenseData AugmentationMS-SSIMPerson Re-Identification+1