paper-with-me

홈 › Papers

Backdooring Self-Supervised Contrastive Learning by Noisy Alignment

2025-08-19 · Tuo Chen, Jie Gui, Minjing Dong, Ju Jia, Lanting Fang, Jian Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2508.14015

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Semantic Shield: Defending Vision-Language Models Against Backdooring and Poisoning via Fine-grained Knowledge Alignment

2024-11-23 · CVPR 2024 1 · Alvi Md Ishmam, Christopher Thomas

In recent years there has been enormous interest in vision-language models trained using self-supervised objectives. However, the use of large-scale datasets scraped from the web for training also makes these models vuln…

Language ModelingLanguage Modelling

Poisoning and Backdooring Contrastive Learning

2021-06-17 · ICLR 2022 4 · Nicholas Carlini, Andreas Terzis

Multimodal contrastive learning methods like CLIP train on noisy and uncurated training datasets. This is cheaper than labeling datasets manually, and even improves out-of-distribution robustness. We show that this pract…

Contrastive Learning

Residual Contrastive Learning for Image Reconstruction: Learning Transferable Representations from Noisy Images

2021-06-18 · Nanqing Dong, Matteo Maggioni, Yongxin Yang, Eduardo Pérez-Pellitero 외

This paper is concerned with contrastive learning (CL) for low-level image restoration and enhancement tasks. We propose a new label-efficient learning paradigm based on residuals, residual contrastive learning (RCL), an…

Contrastive LearningDemosaickingDenoisingImage Reconstruction+5

Video-Text Representation Learning via Differentiable Weak Temporal Alignment

2022-03-31 · CVPR 2022 1 · Dohwan Ko, Joonmyung Choi, Juyeon Ko, Shinyeong Noh 외

Learning generic joint representations for video and text by a supervised method requires a prohibitively substantial amount of manually annotated video datasets. As a practical alternative, a large-scale but uncurated a…

Contrastive LearningDynamic Time WarpingRepresentation Learning

Interactive Contrastive Learning for Self-supervised Entity Alignment

2022-01-17 · Kaisheng Zeng, Zhenhao Dong, Lei Hou, Yixin Cao 외

Self-supervised entity alignment (EA) aims to link equivalent entities across different knowledge graphs (KGs) without seed alignments. The current SOTA self-supervised EA method draws inspiration from contrastive learni…

Contrastive LearningEntity AlignmentKnowledge Graphs