Adversarial Attacks against Closed-Source MLLMs via Feature Optimal Alignment
Xiaojun Jia, Sensen Gao, Simeng Qin, Tianyu Pang, Chao Du, Yihao Huang, Xinfeng Li, Yiming Li, Bo Li, Yang Liu

TL;DR
This paper introduces FOA-Attack, a novel adversarial attack method that enhances transferability against closed-source multimodal large language models by aligning both global and local features using optimal transport and clustering techniques.
Contribution
The paper proposes a feature optimal alignment approach for adversarial attacks, incorporating global cosine similarity and local clustering optimal transport, with a dynamic ensemble strategy to improve transferability.
Findings
Outperforms state-of-the-art methods in transferability to closed-source MLLMs.
Effectively aligns local and global features for stronger adversarial examples.
Demonstrates robustness across various models and datasets.
Abstract
Multimodal large language models (MLLMs) remain vulnerable to transferable adversarial examples. While existing methods typically achieve targeted attacks by aligning global features-such as CLIP's [CLS] token-between adversarial and target samples, they often overlook the rich local information encoded in patch tokens. This leads to suboptimal alignment and limited transferability, particularly for closed-source models. To address this limitation, we propose a targeted transferable adversarial attack method based on feature optimal alignment, called FOA-Attack, to improve adversarial transfer capability. Specifically, at the global level, we introduce a global feature loss based on cosine similarity to align the coarse-grained features of adversarial samples with those of target samples. At the local level, given the rich local representations within Transformers, we leverage…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsALIGN
