English

Unlearning the Noisy Correspondence Makes CLIP More Robust

Computer Vision and Pattern Recognition 2025-07-08 v1 Multimedia

Abstract

The data appetite for Vision-Language Models (VLMs) has continuously scaled up from the early millions to billions today, which faces an untenable trade-off with data quality and inevitably introduces Noisy Correspondence (NC) samples. Undoubtedly, such semantically unrelated data significantly impairs the performance of VLMs. Previous efforts mainly address this challenge by estimating refined alignment for more precise guidance. However, such resource-intensive pipelines that train VLMs from scratch struggle to meet realistic data demands. In this paper, we present a brand new perspective that seeks to directly eliminate the harmful effects of NC in pre-trained VLMs. Specifically, we propose NCU, a Noisy Correspondence Unlearning fine-tuning framework that efficiently enhances VLMs' robustness by forgetting learned noisy knowledge. The key to NCU is learning the hardest negative information, which can provide explicit unlearning direction for both false positives and false negatives. Such twin goals unlearning process can be formalized into one unified optimal transport objective for fast fine-tuning. We validate our approach with the prevailing CLIP model over various downstream tasks. Remarkably, NCU surpasses the robust pre-trained method on zero-shot transfer while with lower computational overhead. The code will be released upon acceptance.

Keywords

Cite

@article{arxiv.2507.03434,
  title  = {Unlearning the Noisy Correspondence Makes CLIP More Robust},
  author = {Haochen Han and Alex Jinpeng Wang and Peijun Ye and Fangming Liu},
  journal= {arXiv preprint arXiv:2507.03434},
  year   = {2025}
}

Comments

ICCV 2025

R2 v1 2026-07-01T03:46:31.720Z