通过修正模型偏差提升视觉语言模型对抗样本的迁移能力。
Improving Adversarial Transferability on Vision-Language Pre-training Models via Surrogate-Specific Bias Correction

- 双分支梯度优化,分离语义与模型偏好影响
- 在多种模型和任务上实现高迁移攻击成功率
- 适合研究对抗鲁棒性与模型安全的学者
对抗样本揭示了视觉语言预训练(VLP)模型的脆弱性,其关键特性是跨模型迁移能力,支持基于转移的黑盒攻击。然而,现有攻击严重依赖代理模型,导致在未见目标模型上性能下降。原因之一是对抗优化更追随代理模型响应而非输入语义,使更新方向仅对代理有效而缺乏迁移性,这种依赖称为代理特定偏差。为解决此问题,DeBias-Attack 在对抗优化方向中纠正代理特定偏差。它维护两个扰动分支:主分支在原始图像上优化扰动并获取破坏图像-文本对齐的对抗梯度;参考分支在由数据集均值图像加小高斯噪声构成的弱语义图像上优化扰动,因该图像无明显视觉内容,其优化反映代理响应而非语义,参考梯度用于估计代理特定偏差。DeBias-Attack 在更新对抗图像前,移除主梯度与参考梯度的对齐投影,再进行上下文感知的文本替换。该方法是首个通过梯度修正实现转移攻击的VLP攻击方案,在多种VLP模型、下游任务以及开源与闭源多模态大模型上表现强劲。
原文摘要 · Abstract (English)
Adversarial examples reveal vulnerabilities in Vision-Language Pre-training (VLP) models and provide insights for improving robustness. A key property is cross-model transferability, which enables transfer-based black-box attacks. However, existing attacks often rely heavily on the surrogate model, causing cross-model performance drops. One reason is that adversarial optimization may follow surrogate model responses more than input semantics, making the update direction effective on the surrogate but less transferable to unseen targets. We refer to this dependency as surrogate-specific bias. Motivated by this observation, DeBias-Attack improves transferability by correcting surrogate-specific bias in adversarial optimization directions. It maintains two perturbation branches. The main branch optimizes a perturbation on the original image and obtains the adversarial gradient used to disrupt image-text alignment. The reference branch optimizes a perturbation on a weak-semantic image constructed from the dataset mean image with small Gaussian noise resampled at each iteration. Since this weak-semantic image contains little clear visual content, its optimization reflects surrogate responses more than image semantics, and its reference gradient estimates surrogate-specific bias. DeBias-Attack removes the aligned projection of the main gradient on the reference gradient before updating the adversarial image, then performs context-aware text substitution using the updated adversarial image. DeBias-Attack is the first transfer-based VLP attack that corrects surrogate-specific bias through gradient correction. Experiments show strong performance across VLP models, downstream tasks, and open-source and closed-source multimodal large language models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。