paper-with-me

Papers

Adversarial Attacks against Closed-Source MLLMs via Feature Optimal Alignment

2025-05-27 · Xiaojun Jia, Sensen Gao, Simeng Qin, Tianyu Pang, Chao Du, Yihao Huang, Xinfeng Li, Yiming Li, Bo Li, Yang Liu

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 clustering techniques to extract compact local patterns to alleviate redundant local features. We then formulate local feature alignment between adversarial and target samples as an optimal transport (OT) problem and propose a local clustering optimal transport loss to refine fine-grained feature alignment. Additionally, we propose a dynamic ensemble model weighting strategy to adaptively balance the influence of multiple models during adversarial example generation, thereby further improving transferability. Extensive experiments across various models demonstrate the superiority of the proposed method, outperforming state-of-the-art methods, especially in transferring to closed-source MLLMs. The code is released at https://github.com/jiaxiaojunQAQ/FOA-Attack.

📄 PDF Abstract BibTeX arXiv:2505.21494

Code (1)

jiaxiaojunqaq/foa-attack 공식 구현 pytorch

Tasks

Adversarial AttackClustering

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Universal Adversarial Attacks against Closed-Source MLLMs via Target-View Routed Meta Optimization

2026-01-30 · Hui Lu, Yi Yu, Yiming Yang, Chenyu Yi 외 arxiv

Targeted adversarial attacks on closed-source multimodal large language models (MLLMs) have been increasingly explored under black-box transfer, yet prior methods are predominantly sample-specific and offer limited reusa…

Multi-Paradigm Collaborative Adversarial Attack Against Multi-Modal Large Language Models

2026-03-05 · Yuanbo Li, Tianyang Xu, Cong Hu, Tao Zhou 외 arxiv

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, existi…

Adversarial Attack

Frequency-Domain Regularized Adversarial Alignment for Transferable Attacks against Closed-Source MLLMs

2026-05-20 · Leitao Yuan, Qinghua Mao, Daizong Liu, Kun Wang 외 arxiv

Multimodal large language models (MLLMs) remain vulnerable to transfer-based targeted attacks, where perturbations optimized on open-source surrogate encoders can generalize to closed-source MLLMs. A key challenge for im…

Adversarial Prompt Injection Attack on Multimodal Large Language Models

2026-03-31 · Meiwen Ding, Song Xia, Chenqi Kong, Xudong Jiang arxiv

Although multimodal large language models (MLLMs) are increasingly deployed in real-world applications, their instruction-following behavior leaves them vulnerable to prompt injection attacks. Existing prompt injection m…

Improving Adversarial Transferability in MLLMs via Dynamic Vision-Language Alignment Attack

2025-02-27 · Chenhe Gu, Jindong Gu, Andong Hua, Yao Qin

Multimodal Large Language Models (MLLMs), built upon LLMs, have recently gained attention for their capabilities in image recognition and understanding. However, while MLLMs are vulnerable to adversarial attacks, the tra…