Attacks on multimodal models
Viacheslav Iablochnikov, Alexander Rogachev
TL;DR
The paper investigates security vulnerabilities in multimodal models that fuse vision and language by examining universal adversarial perturbations and patch-based attacks on CLIP-ViT and derived systems like LLaVA. It employs gradient-based optimization to craft patches and evaluate transferability of attacks across ViT backbones and modalities, including video processing. Key findings show high attack efficacy, with patch attacks achieving substantial success rates and text-enabled patches improving impact, while augmentations bolster cross-model transferability. The work underscores substantial safety risks in deploying open-source, multimodal components, highlighting the need for robust defenses and careful component selection in real-world applications.
Abstract
Today, models capable of working with various modalities simultaneously in a chat format are gaining increasing popularity. Despite this, there is an issue of potential attacks on these models, especially considering that many of them include open-source components. It is important to study whether the vulnerabilities of these components are inherited and how dangerous this can be when using such models in the industry. This work is dedicated to researching various types of attacks on such models and evaluating their generalization capabilities. Modern VLM models (LLaVA, BLIP, etc.) often use pre-trained parts from other models, so the main part of this research focuses on them, specifically on the CLIP architecture and its image encoder (CLIP-ViT) and various patch attack variations for it.
