On the Robustness of Large Multimodal Models Against Image Adversarial Attacks
Xuanming Cui, Alejandro Aparcedo, Young Kyun Jang, Ser-Nam Lim
TL;DR
This work systematically evaluates the robustness of state-of-the-art Large Multimodal Models (LMMs) to image-based adversarial attacks across image classification, caption retrieval, and VQA. It demonstrates that LMMs are generally vulnerable to visual perturbations when no extra textual context is provided, but that contextual prompts and query decomposition can substantially mitigate attack effects, with notable resilience observed on ScienceQA. The authors formalize a gradient-based white-box threat model, compare multiple attacks on three representative LMMs, and introduce context-augmented prompting as a practical defense strategy for real-world applications. The findings highlight a nuanced robustness landscape, where attack effectiveness depends on the query and content, and provide a concrete pathway—contextual prompts and existence-query decomposition—to bolster multimodal systems against adversarial environments.
Abstract
Recent advances in instruction tuning have led to the development of State-of-the-Art Large Multimodal Models (LMMs). Given the novelty of these models, the impact of visual adversarial attacks on LMMs has not been thoroughly examined. We conduct a comprehensive study of the robustness of various LMMs against different adversarial attacks, evaluated across tasks including image classification, image captioning, and Visual Question Answer (VQA). We find that in general LMMs are not robust to visual adversarial inputs. However, our findings suggest that context provided to the model via prompts, such as questions in a QA pair helps to mitigate the effects of visual adversarial inputs. Notably, the LMMs evaluated demonstrated remarkable resilience to such attacks on the ScienceQA task with only an 8.10% drop in performance compared to their visual counterparts which dropped 99.73%. We also propose a new approach to real-world image classification which we term query decomposition. By incorporating existence queries into our input prompt we observe diminished attack effectiveness and improvements in image classification accuracy. This research highlights a previously under-explored facet of LMM robustness and sets the stage for future work aimed at strengthening the resilience of multimodal systems in adversarial environments.
