paper-with-me

Papers

Replace-then-Perturb: Targeted Adversarial Attacks With Visual Reasoning for Vision-Language Models

2024-11-01 · Jonggyu Jang, Hyeonsu Lyu, Jungyeon Koh, Hyun Jong Yang

The conventional targeted adversarial attacks add a small perturbation to an image to make neural network models estimate the image as a predefined target class, even if it is not the correct target class. Recently, for visual-language models (VLMs), the focus of targeted adversarial attacks is to generate a perturbation that makes VLMs answer intended target text outputs. For example, they aim to make a small perturbation on an image to make VLMs' answers change from "there is an apple" to "there is a baseball." However, answering just intended text outputs is insufficient for tricky questions like "if there is a baseball, tell me what is below it." This is because the target of the adversarial attacks does not consider the overall integrity of the original image, thereby leading to a lack of visual reasoning. In this work, we focus on generating targeted adversarial examples with visual reasoning against VLMs. To this end, we propose 1) a novel adversarial attack procedure -- namely, Replace-then-Perturb and 2) a contrastive learning-based adversarial loss -- namely, Contrastive-Adv. In Replace-then-Perturb, we first leverage a text-guided segmentation model to find the target object in the image. Then, we get rid of the target object and inpaint the empty space with the desired prompt. By doing this, we can generate a target image corresponding to the desired prompt, while maintaining the overall integrity of the original image. Furthermore, in Contrastive-Adv, we design a novel loss function to obtain better adversarial examples. Our extensive benchmark results demonstrate that Replace-then-Perturb and Contrastive-Adv outperform the baseline adversarial attack algorithms. We note that the source code to reproduce the results will be available.

📄 PDF Abstract BibTeX arXiv:2411.00898

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackContrastive LearningVisual Reasoning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

LFAA: Crafting Transferable Targeted Adversarial Examples with Low-Frequency Perturbations

2023-10-31 · Kunyu Wang, Juluan Shi, Wenxuan Wang

Deep neural networks are susceptible to adversarial attacks, which pose a significant threat to their security and reliability in real-world applications. The most notable adversarial attacks are transfer-based attacks, …

Adversarial Attack

AutoAugment Input Transformation for Highly Transferable Targeted Attacks

2023-12-21 · Haobo Lu, Xin Liu, Kun He

Deep Neural Networks (DNNs) are widely acknowledged to be susceptible to adversarial examples, wherein imperceptible perturbations are added to clean examples through diverse input transformation attacks. However, these …

Adversarial Attack

Simple iterative method for generating targeted universal adversarial perturbations

2019-11-15 · Hokuto Hirano, Kazuhiro Takemoto

Deep neural networks (DNNs) are vulnerable to adversarial attacks. In particular, a single perturbation known as the universal adversarial perturbation (UAP) can foil most classification tasks conducted by DNNs. Thus, di…

General Classificationimage-classificationImage Classification

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

Double Targeted Universal Adversarial Perturbations

2020-10-07 · Philipp Benz, Chaoning Zhang, Tooba Imtiaz, In So Kweon

Despite their impressive performance, deep neural networks (DNNs) are widely known to be vulnerable to adversarial attacks, which makes it challenging for them to be deployed in security-sensitive applications, such as a…

Autonomous Driving