CVAINov 23, 2024

Steering Away from Harm: An Adaptive Approach to Defending Vision Language Model Against Jailbreaks

arXiv:2411.16721v341 citationsh-index: 3Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses a critical security issue for VLM users by providing an efficient defense against jailbreaks, though it is incremental as it builds on existing steering techniques.

The paper tackles the problem of Vision Language Models (VLMs) producing harmful content under adversarial attacks by proposing ASTRA, an adaptive defense method that steers models away from adversarial feature directions, achieving state-of-the-art performance with minimal performance drops on benign inputs and strong mitigation of jailbreak risks across multiple attacks.

Vision Language Models (VLMs) can produce unintended and harmful content when exposed to adversarial attacks, particularly because their vision capabilities create new vulnerabilities. Existing defenses, such as input preprocessing, adversarial training, and response evaluation-based methods, are often impractical for real-world deployment due to their high costs. To address this challenge, we propose ASTRA, an efficient and effective defense by adaptively steering models away from adversarial feature directions to resist VLM attacks. Our key procedures involve finding transferable steering vectors representing the direction of harmful response and applying adaptive activation steering to remove these directions at inference time. To create effective steering vectors, we randomly ablate the visual tokens from the adversarial images and identify those most strongly associated with jailbreaks. These tokens are then used to construct steering vectors. During inference, we perform the adaptive steering method that involves the projection between the steering vectors and calibrated activation, resulting in little performance drops on benign inputs while strongly avoiding harmful outputs under adversarial inputs. Extensive experiments across multiple models and baselines demonstrate our state-of-the-art performance and high efficiency in mitigating jailbreak risks. Additionally, ASTRA exhibits good transferability, defending against unseen attacks (i.e., structured-based attack, perturbation-based attack with project gradient descent variants, and text-only attack). Our code is available at \url{https://github.com/ASTRAL-Group/ASTRA}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes