LAMP: Learning Universal Adversarial Perturbations for Multi-Image Tasks via Pre-trained Models
Alvi Md Ishmam, Najibul Haque Sarker, Zaber Ibn Abdul Hakim, Chris Thomas
TL;DR
LAMP presents a black-box approach to learning universal adversarial perturbations for multi-image MLLMs by leveraging an attention-centric objective that degrades cross-image information fusion. It introduces five loss terms, including a contagious objective that propagates perturbation effects to clean tokens and an index-attention suppression loss to achieve position-invariant attacks, while keeping the victim model frozen. Evaluations across multiple multi-image benchmarks and a range of open-source MLLMs show that LAMP significantly outperforms state-of-the-art baselines, achieving large gains in attack success rate while maintaining imperceptibility. The work demonstrates practical risks for real-world multi-image VLP systems and offers a transferable, model-agnostic attack framework with potential implications for robustness and defense research in multimodal AI. The perturbation learning relies on a surrogate pretrained model and a constrained budget, enabling robust transfer to unseen architectures and tasks in black-box settings.
Abstract
Multimodal Large Language Models (MLLMs) have achieved remarkable performance across vision-language tasks. Recent advancements allow these models to process multiple images as inputs. However, the vulnerabilities of multi-image MLLMs remain unexplored. Existing adversarial attacks focus on single-image settings and often assume a white-box threat model, which is impractical in many real-world scenarios. This paper introduces LAMP, a black-box method for learning Universal Adversarial Perturbations (UAPs) targeting multi-image MLLMs. LAMP applies an attention-based constraint that prevents the model from effectively aggregating information across images. LAMP also introduces a novel cross-image contagious constraint that forces perturbed tokens to influence clean tokens, spreading adversarial effects without requiring all inputs to be modified. Additionally, an index-attention suppression loss enables a robust position-invariant attack. Experimental results show that LAMP outperforms SOTA baselines and achieves the highest attack success rates across multiple vision-language tasks and models.
