arXiv:2606.06938cs.CV2026-06中稿 · CVPR被引 2

多视角自适应反攻提升CLIP抗干扰能力

When CLIP Sees More, It Fights Back Harder: Multi-View Guided Adaptive Counterattacks for Test-Time Adversarial Robustness

论文配图:When CLIP Sees More, It Fights Back Harder: Multi-View Guided Adaptive Counterattacks for Test-Time Adversarial Robustness
图 1 · 摘自论文原文
  • 利用多视角增强与感知污染程度的软加权策略
  • 在20个数据集上显著提升对抗鲁棒性,且无需调参
  • 适合追求高效高鲁棒性的视觉语言模型应用

视觉-语言模型如CLIP虽具备出色的零样本识别能力,但对对抗扰动的鲁棒性仍不足。测试时反攻(TTC)通过扰动输入图像,在推理阶段将其从受损状态中拉回,以提升鲁棒性。然而,当面对强攻击时,TTC表现脆弱,因其依赖直接损坏的原始视图,并采用噪声驱动的硬门控机制,无法适应不同严重程度的污染。为此,本文提出多视角引导自适应反攻(MAC),对多视角进行污染感知的软加权反攻。MAC首先生成输入图像的增强视图以获取多样化嵌入;随后对各视图的受损嵌入进行反攻优化;接着根据估计的污染程度自适应调整每个视图的反攻强度;最后融合自适应反攻后的视图,生成鲁棒的最终预测。大量实验在20个数据集和多种攻击场景下验证,MAC显著提升鲁棒性,同时保持高推理速度与内存效率,且设计无需调参。代码已开源:https://github.com/sunoh-kim/MAC。

原文摘要 · Abstract (English)

Vision-language models such as CLIP have achieved remarkable zero-shot recognition capabilities, yet their robustness against adversarial perturbations remains limited. Test-time counterattack (TTC) was recently proposed to improve CLIP's robustness by perturbing an input image to steer it away from a corrupted state during inference. However, TTC remains fragile under strong attacks because its counterattack relies on a directly corrupted original view and employs a noise-driven hard-gating scheme that cannot adapt to varying corruption severity. To address these limitations, we introduce Multi-view guided Adaptive Counterattack (MAC), which performs counterattacks for multi-view with corruption-aware soft weighting. Specifically, MAC first constructs augmented views of an input image to obtain diverse embeddings. It then performs counterattacks to refine corrupted embeddings of views. Next, MAC adaptively scales the counterattack intensity for each view based on its estimated corruption degree. Finally, the adaptively counterattacked views are aggregated to yield a robust final prediction. Extensive experiments across 20 datasets and diverse attack scenarios demonstrate that MAC substantially improves robustness while preserving high inference speed and memory efficiency with its tuning-free design. Our code is available at https://github.com/sunoh-kim/MAC.

对抗鲁棒性CLIP多视角自适应

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。