arXiv:2601.12865cs.CV2026-01

无需额外训练,用不同架构的CLIP模型就能实现视觉语言模型的鲁棒性迁移。

Proxy Robustness in Vision Language Models is Effortlessly Transferable

  • 利用不同架构的CLIP作为代理,实现跨模型鲁棒性知识传递。
  • 在15个零样本数据集上,自然准确率下降不超过2.3%,同时提升对抗鲁棒性。
  • 通过学习率调度解耦泛化与鲁棒性,避免过拟合导致的性能退化。

尽管通过蒸馏实现对抗鲁棒性迁移在传统图像分类中已取得显著成功,但在大规模多模态模型如CLIP中却面临巨大挑战:构建具备对抗鲁棒性的教师模型需极高计算成本。本文发现,未经对抗训练的原始CLIP(vanilla CLIP)对另一架构不同CLIP生成的对抗样本具有内在防御能力,我们将其定义为代理对抗鲁棒性,并提出异构代理迁移(HPT)框架,在不同架构的CLIP变体间建立跨架构鲁棒性蒸馏通道,实现鲁棒性高效迁移。然而该方法易引发严重过拟合,导致零样本自然泛化性能急剧下降。为此,我们设计了泛化锚定解耦(GPD),利用学习率调度差异,将代理迁移过程分为以泛化为中心的预热阶段和以鲁棒性为导向的强化阶段,实现自然泛化与对抗鲁棒性的平衡。在15个零样本数据集上的大量实验验证了HPT-GPD的有效性。

原文摘要 · Abstract (English)

As a pivotal technique for improving the defense of deep models, adversarial robustness transfer via distillation has demonstrated remarkable success in conventional image classification tasks. However, this paradigm encounters critical challenges when applied to vision-language models (VLM) (e.g., CLIP): constructing adversarially robust teacher for large-scale multi-modal models demands prohibitively high computational resources. We bridge this gap by revealing an interesting phenomenon: vanilla CLIP (without adversarial training) exhibits intrinsic defensive capabilities against adversarial examples generated by another CLIP with different architectures. We formally define this as proxy adversarial robustness, and naturally propose a Heterogeneous Proxy Transfer (HPT) framework that establishes cross-architectural robustness distillation channels between CLIP variants, effortlessly enabling the VLM robustness transfer from proxy to target models. Yet, such proxy transfer paradigm easily induces severe overfitting, leading to a sharp degradation in zero-shot natural generalization. To resolve that, we design Generalization-Pivot Decoupling (GPD) by leveraging the difference in learning rate scheduling. This decouples the proxy transfer process into a generalization-anchored warm-up that maintains generalization and a generalization-pulled HPT that promotes adversarial robustness, to achieve an equilibrium between natural generalization and adversarial robustness. Extensive experiments on 15 zero-shot datasets demonstrate the effectiveness of our HPT-GPD method. The code is available at the website of github.com/fxw13/HPT-GPD.

鲁棒性迁移CLIP多模态蒸馏

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