arXiv:2508.14015cs.CV2025-08ICCV被引 8

通过噪声对齐实现更隐蔽的自监督对比学习后门攻击

Backdooring Self-Supervised Contrastive Learning by Noisy Alignment

  • 利用随机裁剪机制设计噪声对齐,主动抑制污染图像中的干扰成分
  • 在多个数据集上实现90%以上攻击成功率,同时保持原始数据准确率
  • 适合研究模型安全与对抗性训练的学者,尤其关注后门防御的场景

自监督对比学习(CL)能从无标签图像或图文对中有效学习可迁移表征,但易受数据投毒后门攻击(DPCL)影响。攻击者可将污染图像注入预训练数据集,导致下游任务中编码器出现特定错误行为。现有方法因依赖脆弱的后门与目标对象隐含共现关系,且对污染图像中判别特征抑制不足,效果有限。本文提出噪声对齐(NA),显式抑制污染图像中的噪声成分。受可控对比学习攻击启发,我们识别并提取关键的噪声对齐目标,并将其有效适配至数据投毒场景。通过策略性操控对比学习的随机裁剪机制,将该过程建模为具有理论最优参数的图像布局优化问题。方法简洁高效,在多项基准测试中超越现有最先进方法,攻击成功率超90%,同时保持清洁数据精度。此外,对主流后门防御手段具备鲁棒性。代码见:https://github.com/jsrdcht/Noisy-Alignment。

原文摘要 · Abstract (English)

Self-supervised contrastive learning (CL) effectively learns transferable representations from unlabeled data containing images or image-text pairs but suffers vulnerability to data poisoning backdoor attacks (DPCLs). An adversary can inject poisoned images into pretraining datasets, causing compromised CL encoders to exhibit targeted misbehavior in downstream tasks. Existing DPCLs, however, achieve limited efficacy due to their dependence on fragile implicit co-occurrence between backdoor and target object and inadequate suppression of discriminative features in backdoored images. We propose Noisy Alignment (NA), a DPCL method that explicitly suppresses noise components in poisoned images. Inspired by powerful training-controllable CL attacks, we identify and extract the critical objective of noisy alignment, adapting it effectively into data-poisoning scenarios. Our method implements noisy alignment by strategically manipulating contrastive learning's random cropping mechanism, formulating this process as an image layout optimization problem with theoretically derived optimal parameters. The resulting method is simple yet effective, achieving state-of-the-art performance compared to existing DPCLs, while maintaining clean-data accuracy. Furthermore, Noisy Alignment demonstrates robustness against common backdoor defenses. Codes can be found at https://github.com/jsrdcht/Noisy-Alignment.

后门攻击对比学习模型安全

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