paper-with-me

홈 › Papers

Pre-training CLIP against Data Poisoning with Optimal Transport-based Matching and Alignment

2025-09-23 · Tong Zhang, Kuofeng Gao, Jiawang Bai, Leo Yu Zhang, Xin Yin, Zonghui Wang, Shouling Ji, Wenzhi Chen arxiv

Recent studies have shown that Contrastive Language-Image Pre-training (CLIP) models are threatened by targeted data poisoning and backdoor attacks due to massive training image-caption pairs crawled from the Internet. Previous defense methods correct poisoned image-caption pairs by matching a new caption for each image. However, the matching process relies solely on the global representations of images and captions, overlooking fine-grained features of visual and textual features. It may introduce incorrect image-caption pairs and harm the CLIP pre-training. To address their limitations, we propose an Optimal Transport-based framework to reconstruct image-caption pairs, named OTCCLIP. We propose a new optimal transport-based distance measure between fine-grained visual and textual feature sets and re-assign new captions based on the proposed optimal transport distance. Additionally, to further reduce the negative impact of mismatched pairs, we encourage the inter- and intra-modality fine-grained alignment by employing optimal transport-based objective functions. Our experiments demonstrate that OTCCLIP can successfully decrease the attack success rates of poisoning attacks. Also, compared to previous methods, OTCCLIP significantly improves CLIP's zero-shot and linear probing performance trained on poisoned datasets.

📄 PDF Abstract BibTeX arXiv:2509.18717

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Better Safe than Sorry: Pre-training CLIP against Targeted Data Poisoning and Backdoor Attacks

2023-10-05 · Wenhan Yang, Jingdong Gao, Baharan Mirzasoleiman

Contrastive Language-Image Pre-training (CLIP) on large image-caption datasets has achieved remarkable success in zero-shot classification and enabled transferability to new domains. However, CLIP is extremely more vulne…

Contrastive LearningData Poisoningzero-shot-classificationZero-Shot Learning

Robust Contrastive Language-Image Pre-training against Data Poisoning and Backdoor Attacks

2023-03-13 · Wenhan Yang, Jingdong Gao, Baharan Mirzasoleiman

Contrastive vision-language representation learning has achieved state-of-the-art performance for zero-shot classification, by learning from millions of image-caption pairs crawled from the internet. However, the massive…

Backdoor AttackData PoisoningRepresentation Learningzero-shot-classification+1

Robust Contrastive Language-Image Pretraining against Data Poisoning and Backdoor Attacks

2023-09-21 · NeurIPS 2023 11

Contrastive vision-language representation learning has achieved state-of-the-art performance for zero-shot classification, by learning from millions of image-caption pairs crawled from the internet. However, the massive…

ToxicTextCLIP: Text-Based Poisoning and Backdoor Attacks on CLIP Pre-training

2025-11-01 · Xin Yao, Haiyang Zhao, Yimin Chen, Jiawei Guo 외 arxiv

The Contrastive Language-Image Pretraining (CLIP) model has significantly advanced vision-language modeling by aligning image-text pairs from large-scale web data through self-supervised contrastive learning. Yet, its re…

Contrastive Learning

SparseFed: Mitigating Model Poisoning Attacks in Federated Learning with Sparsification

2021-12-12 · Ashwinee Panda, Saeed Mahloujifar, Arjun N. Bhagoji, Supriyo Chakraborty 외

Federated learning is inherently vulnerable to model poisoning attacks because its decentralized nature allows attackers to participate with compromised devices. In model poisoning attacks, the attacker reduces the model…

Federated LearningModel Poisoning