paper-with-me

홈 › Papers

Image Hijacks: Adversarial Images can Control Generative Models at Runtime

2023-09-01 · Luke Bailey, Euan Ong, Stuart Russell, Scott Emmons

Are foundation models secure against malicious actors? In this work, we focus on the image input to a vision-language model (VLM). We discover image hijacks, adversarial images that control the behaviour of VLMs at inference time, and introduce the general Behaviour Matching algorithm for training image hijacks. From this, we derive the Prompt Matching method, allowing us to train hijacks matching the behaviour of an arbitrary user-defined text prompt (e.g. 'the Eiffel Tower is now located in Rome') using a generic, off-the-shelf dataset unrelated to our choice of prompt. We use Behaviour Matching to craft hijacks for four types of attack, forcing VLMs to generate outputs of the adversary's choice, leak information from their context window, override their safety training, and believe false statements. We study these attacks against LLaVA, a state-of-the-art VLM based on CLIP and LLaMA-2, and find that all attack types achieve a success rate of over 80%. Moreover, our attacks are automated and require only small image perturbations.

📄 PDF Abstract BibTeX arXiv:2309.00236

Code (1)

euanong/image-hijacks 공식 구현 jax

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Focus 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Improving Alignment and Robustness with Circuit Breakers

2024-06-06 · Andy Zou, Long Phan, Justin Wang, Derek Duenas 외

AI systems can take harmful actions and are highly vulnerable to adversarial attacks. We present an approach, inspired by recent advances in representation engineering, that interrupts the models as they respond with har…

Adversarial Robustness

One Token Embedding Is Enough to Deadlock Your Large Reasoning Model

2025-10-12 · Mohan Zhang, Yihua Zhang, Jinghan Jia, Zhangyang Wang 외 arxiv

Modern large reasoning models (LRMs) exhibit impressive multi-step problem-solving via chain-of-thought (CoT) reasoning. However, this iterative thinking mechanism introduces a new vulnerability surface. We present the D…

SAR Target Image Generation Method Using Azimuth-Controllable Generative Adversarial Network

2023-08-10 · Chenwei Wang, Jifang Pei, Xiaoyu Liu, Yulin Huang 외

Sufficient synthetic aperture radar (SAR) target images are very important for the development of researches. However, available SAR target images are often limited in practice, which hinders the progress of SAR applicat…

Generative Adversarial NetworkImage Generation

DiffusionHijack: Supply-Chain PRNG Backdoor Attack on Diffusion Models and Quantum Random Number Defense

2026-05-13 · Ziyang You, Liling Zheng, Xiaoke Yang, Xuxing Lu arxiv

Diffusion models depend on pseudo-random number generators (PRNGs) for latent noise sampling. We present DiffusionHijack, a supply-chain backdoor attack that hijacks the PRNG to deterministically control generated images…

White-Box Cartoonization Using An Extended GAN Framework

2021-07-09 · Amey Thakur, Hasan Rizvi, Mega Satish

In the present study, we propose to implement a new framework for estimating generative models via an adversarial process to extend an existing GAN framework and develop a white-box controllable image cartoonization, whi…

Generative Adversarial Network