Hierarchical Refinement of Universal Multimodal Attacks on Vision-Language Models
Peng-Fei Zhang, Zi Huang
TL;DR
This paper tackles the robustness gap of Vision-Language Models by proposing Hierarchical Refinement Attack (HRA), a universal multimodal adversarial framework that refines perturbations at both the sample and optimization levels. The method disentangles image data, introduces ScMix for semantic-preserving diversity, reinforces both global and local perturbation utilities, and uses a future-aware momentum to regularize the optimization path; it also includes a text attack based on intra- and inter-sentence word importance. Extensive experiments across multiple VLP models, tasks, and datasets demonstrate that HRA achieves superior transferability compared to strong baselines, with ablation studies confirming the contribution of each component. The work reveals important insights into cross-modal vulnerabilities and provides a practical approach to evaluating and potentially mitigating such attacks, while also acknowledging limitations in text perturbation imperceptibility and budget-constrained transferability.
Abstract
Existing adversarial attacks for VLP models are mostly sample-specific, resulting in substantial computational overhead when scaled to large datasets or new scenarios. To overcome this limitation, we propose Hierarchical Refinement Attack (HRA), a multimodal universal attack framework for VLP models. HRA refines universal adversarial perturbations (UAPs) at both the sample level and the optimization level. For the image modality, we disentangle adversarial examples into clean images and perturbations, allowing each component to be handled independently for more effective disruption of cross-modal alignment. We further introduce a ScMix augmentation strategy that diversifies visual contexts and strengthens both global and local utility of UAPs, thereby reducing reliance on spurious features. In addition, we refine the optimization path by leveraging a temporal hierarchy of historical and estimated future gradients to avoid local minima and stabilize universal perturbation learning. For the text modality, HRA identifies globally influential words by combining intra-sentence and inter-sentence importance measures, and subsequently utilizes these words as universal text perturbations. Extensive experiments across various downstream tasks, VLP models, and datasets demonstrate the superiority of the proposed universal multimodal attacks.
