通过细粒度对齐提升黑盒视觉语言模型攻击成功率。
Pushing the Frontier of Black-Box LVLM Attacks via Fine-Grained Detail Targeting
- 重构局部匹配为非对称期望,降低梯度方差
- 多裁剪对齐与辅助目标对齐显著提升攻击成功率
- 适用于前沿大模型的高效黑盒攻击,适合安全研究者
黑盒对抗攻击大型视觉语言模型(LVLMs)因缺乏梯度信息和复杂多模态边界而极具挑战。现有最优的迁移式攻击方法M-Attack虽在源图像与目标图像间进行局部裁剪级匹配,但其导致迭代过程中梯度高度离散、近乎正交,破坏了局部一致性并使优化不稳定。我们归因于(i)ViT对平移敏感引发尖峰梯度,及(ii)源与目标裁剪间的结构不对称性。为此,我们将局部匹配重新定义为源图像变换的非对称期望与目标语义的联合优化,并提出梯度去噪改进:在源端采用多裁剪对齐(MCA),每轮取多个独立采样的局部视图平均梯度以降方差;在目标端引入辅助目标对齐(ATA),用语义相关分布的小型辅助集替代激进增强,生成更平滑、低方差的目标流形。进一步将动量重释为块动量(Patch Momentum),回放历史裁剪梯度,并结合优化的块尺寸集成(PE+),强化可迁移方向。上述模块构成M-Attack-V2,作为M-Attack的简单模块化升级,在前沿LVLM上大幅提高攻击效果:在Claude-4.0上成功率从8%升至30%,Gemini-2.5-Pro从83%升至97%,GPT-5从98%升至100%,超越此前所有黑盒攻击方法。代码与数据已公开于https://github.com/vila-lab/M-Attack-V2。
原文摘要 · Abstract (English)
Black-box adversarial attacks on Large Vision-Language Models (LVLMs) are challenging due to missing gradients and complex multimodal boundaries. While prior state-of-the-art transfer-based approaches like M-Attack perform well using local crop-level matching between source and target images, we find this induces high-variance, nearly orthogonal gradients across iterations, violating coherent local alignment and destabilizing optimization. We attribute this to (i) ViT translation sensitivity that yields spike-like gradients and (ii) structural asymmetry between source and target crops. We reformulate local matching as an asymmetric expectation over source transformations and target semantics, and build a gradient-denoising upgrade to M-Attack. On the source side, Multi-Crop Alignment (MCA) averages gradients from multiple independently sampled local views per iteration to reduce variance. On the target side, Auxiliary Target Alignment (ATA) replaces aggressive target augmentation with a small auxiliary set from a semantically correlated distribution, producing a smoother, lower-variance target manifold. We further reinterpret momentum as Patch Momentum, replaying historical crop gradients; combined with a refined patch-size ensemble (PE+), this strengthens transferable directions. Together these modules form M-Attack-V2, a simple, modular enhancement over M-Attack that substantially improves transfer-based black-box attacks on frontier LVLMs: boosting success rates on Claude-4.0 from 8% to 30%, Gemini-2.5-Pro from 83% to 97%, and GPT-5 from 98% to 100%, outperforming prior black-box LVLM attacks. Code and data are publicly available at: https://github.com/vila-lab/M-Attack-V2.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。