paper-with-me

홈 › Papers

Effective and Efficient Adversarial Detection for Vision-Language Models via A Single Vector

2024-10-30 · Youcheng Huang, Fengbin Zhu, Jingkun Tang, Pan Zhou, Wenqiang Lei, Jiancheng Lv, Tat-Seng Chua

Visual Language Models (VLMs) are vulnerable to adversarial attacks, especially those from adversarial images, which is however under-explored in literature. To facilitate research on this critical safety problem, we first construct a new laRge-scale Adervsarial images dataset with Diverse hArmful Responses (RADAR), given that existing datasets are either small-scale or only contain limited types of harmful responses. With the new RADAR dataset, we further develop a novel and effective iN-time Embedding-based AdveRSarial Image DEtection (NEARSIDE) method, which exploits a single vector that distilled from the hidden states of VLMs, which we call the attacking direction, to achieve the detection of adversarial images against benign ones in the input. Extensive experiments with two victim VLMs, LLaVA and MiniGPT-4, well demonstrate the effectiveness, efficiency, and cross-model transferrability of our proposed method. Our code is available at https://github.com/mob-scu/RADAR-NEARSIDE

📄 PDF Abstract BibTeX arXiv:2410.22888

Code (1)

mob-scu/radar-nearside 공식 구현 pytorch

Similar Papers 제목 키워드 기반

GeoDetect: Geometric Adversarial Detection for VLPs

2026-07-16 · Afsaneh Hasanebrahimi, Hanxun Huang, Christopher Leckie, James Bailey 외 arxiv

Vision-language pre-trained models (VLPs) are widely used in real-world applications. However, they remain vulnerable to adversarial attacks. Although adversarial detection methods have demonstrated success in single-mod…

Protego: Detecting Adversarial Examples for Vision Transformers via Intrinsic Capabilities

2025-01-13 · Jialin Wu, Kaikai Pan, Yanjiao Chen, Jiangyi Deng 외

Transformer models have excelled in natural language tasks, prompting the vision community to explore their implementation in computer vision problems. However, these models are still influenced by adversarial examples. …

Adversarial Attack

CLIPping the Deception: Adapting Vision-Language Models for Universal Deepfake Detection

2024-02-20 · Sohail Ahmed Khan, Duc-Tien Dang-Nguyen

The recent advancements in Generative Adversarial Networks (GANs) and the emergence of Diffusion models have significantly streamlined the production of highly realistic and widely accessible synthetic content. As a resu…

DeepFake DetectionFace Swapping

UMD: Unsupervised Model Detection for X2X Backdoor Attacks

2023-05-29 · Zhen Xiang, Zidi Xiong, Bo Li

Backdoor (Trojan) attack is a common threat to deep neural networks, where samples from one or more source classes embedded with a backdoor trigger will be misclassified to adversarial target classes. Existing methods fo…

model

Delving into Out-of-Distribution Detection with Vision-Language Representations

2022-11-24 · Yifei Ming, Ziyang Cai, Jiuxiang Gu, Yiyou Sun 외

Recognizing out-of-distribution (OOD) samples is critical for machine learning systems deployed in the open world. The vast majority of OOD detection methods are driven by a single modality (e.g., either vision or langua…

Out-of-Distribution Detection