Search papers, labs, and topics across Lattice.
This paper introduces Multi-Paradigm Collaborative Attack (MPCAttack), a novel framework for generating transferable adversarial examples against Multi-Modal Large Language Models (MLLMs). MPCAttack aggregates semantic representations from both visual and textual modalities and employs a Multi-Paradigm Collaborative Optimisation (MPCO) strategy to jointly optimize adversarial perturbations. By using contrastive matching on multi-paradigm features, MPCO adaptively balances the importance of different paradigm representations, leading to improved attack transferability compared to existing methods.
MLLMs are more vulnerable than we thought: a new attack combining visual and textual perturbations achieves state-of-the-art transferability against both open- and closed-source models.
The rapid progress of Multi-Modal Large Language Models (MLLMs) has significantly advanced downstream applications. However, this progress also exposes serious transferable adversarial vulnerabilities. In general, existing adversarial attacks against MLLMs typically rely on surrogate models trained within a single learning paradigm and perform independent optimisation in their respective feature spaces. This straightforward setting naturally restricts the richness of feature representations, delivering limits on the search space and thus impeding the diversity of adversarial perturbations. To address this, we propose a novel Multi-Paradigm Collaborative Attack (MPCAttack) framework to boost the transferability of adversarial examples against MLLMs. In principle, MPCAttack aggregates semantic representations, from both visual images and language texts, to facilitate joint adversarial optimisation on the aggregated features through a Multi-Paradigm Collaborative Optimisation (MPCO) strategy. By performing contrastive matching on multi-paradigm features, MPCO adaptively balances the importance of different paradigm representations and guides the global perturbation optimisation, effectively alleviating the representation bias. Extensive experimental results on multiple benchmarks demonstrate the superiority of MPCAttack, indicating that our solution consistently outperforms state-of-the-art methods in both targeted and untargeted attacks on open-source and closed-source MLLMs. The code is released at https://github.com/LiYuanBoJNU/MPCAttack.